wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ITC102 Quiz 1

Total questions: 35

Worksheet time: 49mins

Name
Class
Date
1.

Identify the data type:

34.5

a)

string

b)

char

c)

int

d)

float/double

e)

boolean

2.

Identify the data type:

V

a)

string

b)

char

c)

int

d)

float/double

e)

boolean

3.

Identify the data type:

Carla

a)

string

b)

char

c)

int

d)

float/double

e)

boolean

4.

Identify the data type:

27,456

a)

string

b)

char

c)

int

d)

float/double

e)

boolean

5.

Identify the data type:

567890

a)

string

b)

char

c)

int

d)

float/double

e)

boolean

6.

Identify the data type:

false

a)

string

b)

char

c)

int

d)

float/double

e)

boolean

7.

Identify the data type:

Brgy. 50 , Tacloban City

a)

string

b)

char

c)

int

d)

float/double

e)

boolean

8.

Identify the data type:

A

a)

string

b)

char

c)

int

d)

float/double

e)

boolean

9.

Identify the data type:

67

a)

string

b)

char

c)

int

d)

float/double

e)

boolean

10.

Identify the data type:

890.34

a)

string

b)

char

c)

int

d)

float/double

e)

boolean

11.

Identify the symbol of the operator name:

increment

(a)  

12.

Identify the symbol of the operator name:

equal to

(a)  

13.

Identify the symbol of the operator name:

Logial AND

(a)  

14.

Identify the symbol of the operator name:

modulus

(a)  

15.

Identify the symbol of the operator name:

add and assign

(a)  

16.

Identify the symbol name of each operator :

| |

(a)  

17.

Identify the symbol name of each operator :

>=

(a)  

18.

Identify the symbol name of each operator :

*=

(a)  

19.

Identify the symbol name of each operator :

!=

(a)  

20.

Identify the symbol name of each operator :

--

(a)  

21.

Identify the datatype:

string name = Faith;

(a)  

22.

Identify the datatype:

char letter = N;

(a)  

23.

Identify the variable:

int age = 27;

(a)  

24.

Identify the variable:

float grade = 19.10;

(a)  

25.

Identify the variable:

bool istall = true;

(a)  

26.

Identify the variable:

string location = Leyte;

(a)  

27.

Identify the variable:

int units = 23;

(a)  

28.

Identify the value:

int kilos = 105;

(a)  

29.

Identify the value:

float height = 153.5;

(a)  

30.

Identify the value:

char alphabet = B;

(a)  

31.

the syntax to print output

(a)  

32.

the syntax for user input

(a)  

33.

main library for c++

(a)  

34.

syntax to print hello world

(a)  

35.

syntax to print ADFC

(a)