Font size
WorksheetsITC102 Quiz 1
Total questions: 35
Worksheet time: 49mins
Identify the data type:
34.5
string
char
int
float/double
boolean
Identify the data type:
V
string
char
int
float/double
boolean
Identify the data type:
Carla
string
char
int
float/double
boolean
Identify the data type:
27,456
string
char
int
float/double
boolean
Identify the data type:
567890
string
char
int
float/double
boolean
Identify the data type:
false
string
char
int
float/double
boolean
Identify the data type:
Brgy. 50 , Tacloban City
string
char
int
float/double
boolean
Identify the data type:
A
string
char
int
float/double
boolean
Identify the data type:
67
string
char
int
float/double
boolean
Identify the data type:
890.34
string
char
int
float/double
boolean
Identify the symbol of the operator name:
increment
(a)
Identify the symbol of the operator name:
equal to
(a)
Identify the symbol of the operator name:
Logial AND
(a)
Identify the symbol of the operator name:
modulus
(a)
Identify the symbol of the operator name:
add and assign
(a)
Identify the symbol name of each operator :
| |
(a)
Identify the symbol name of each operator :
>=
(a)
Identify the symbol name of each operator :
*=
(a)
Identify the symbol name of each operator :
!=
(a)
Identify the symbol name of each operator :
--
(a)
Identify the datatype:
string name = Faith;
(a)
Identify the datatype:
char letter = N;
(a)
Identify the variable:
int age = 27;
(a)
Identify the variable:
float grade = 19.10;
(a)
Identify the variable:
bool istall = true;
(a)
Identify the variable:
string location = Leyte;
(a)
Identify the variable:
int units = 23;
(a)
Identify the value:
int kilos = 105;
(a)
Identify the value:
float height = 153.5;
(a)
Identify the value:
char alphabet = B;
(a)
the syntax to print output
(a)
the syntax for user input
(a)
main library for c++
(a)
syntax to print hello world
(a)
syntax to print ADFC
(a)
