wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Numeric and Text datatypes

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is the output of

9 / 2 ?

a)

4.5

b)

4

c)

5

d)

None

2.

What is data ?

a)

internet data

b)

some of the information

c)

every information

d)

nothing

3.

Which operator is used to storing the data into the variable ?

a)

==

b)

=

c)

is

d)

keep

4.

Which function is used to display the content on the screen from the variable ?

a)

show()

b)

display

c)

print()

d)

none

5.

What is the output of the following statement. ?

9_ah = “akash”

Print(9_ah)

a)

akash

b)

9_ah

c)

Error

d)

none

6.

What do you mean by case sensitive means ?

a)

A and a is same

b)

A and a is not same

c)

A and B is same

d)

A and b is same

7.

Holds numbers with a decimal point

a)

String

b)

Float/Real

c)

Boolean

d)

Integer

8.

Holds whole numbers

a)

Integer

b)

String

c)

Character

d)

Boolean

9.

Your exact weight should be saved as a ...

a)

String

b)

Boolean

c)

Integer

d)

Float/Real

10.

-99 is a ....... data type

a)

String

b)

Boolean

c)

Integer

d)

Float/Real