1 Whole Sheet (LAS)
1 Whole Sheet (LAS)
1 Whole Sheet (LAS)
10._____________
11._____________
12._____________
13._____________ 15._____________
14._____________
ENUMERATION
DIM
to variables in the program.
KEYWORDS 2. It is a temporary storage
VARIABLES
IDENTIFIER location of data in a program
CONSTANTS
DATA TYPES 3. These are reserved words in
NUMERIC visual basic.net, these are the
NON-NUMERIC
commands that are being
used and accepted.
4. This statement is used to
CHOICES
DIM
declare a variable.
KEYWORDS
VARIABLES
IDENTIFIER 5. refers to the kind of data a
CONSTANTS
DATA TYPES variable can hold and how it is
NUMERIC stored.
NON-NUMERIC
II. Valid or Invalid
1. $rate
2. 1st_Name
3. LastName
4. const
5. _main
III. IDENTIFY THE DATA TYPE
1. school
2. June 16, 2015
3. 3.1416
4. True
5. 20160010
IV. GIVE 5 EXAMPLES OF IDENTIFIER
1.
2.
3.
4.
5.
1. It refers to remainder.
2. An operator used to evaluate
Logical Operator expressions and to return a
Relational Operator
Boolean value.
Mod
3. An operator used to compare to
values from the given expression.
AND
4. Turns the opposite value of the
OR given value.
XOR 5. Returns True if both expressions
NOT
are true.
GIVE THE BOOLEAN RESULT: AND OPERATOR
Show your solution and give the Boolean
result of the following expressions: