NEW
Font size
WorksheetsNumeric and Text datatypes
Total questions: 10
Worksheet time: 5mins
What is the output of
9 / 2 ?
4.5
4
5
None
What is data ?
internet data
some of the information
every information
nothing
Which operator is used to storing the data into the variable ?
==
=
is
keep
Which function is used to display the content on the screen from the variable ?
show()
display
print()
none
What is the output of the following statement. ?
9_ah = “akash”
Print(9_ah)
akash
9_ah
Error
none
What do you mean by case sensitive means ?
A and a is same
A and a is not same
A and B is same
A and b is same
Holds numbers with a decimal point
String
Float/Real
Boolean
Integer
Holds whole numbers
Integer
String
Character
Boolean
Your exact weight should be saved as a ...
String
Boolean
Integer
Float/Real
-99 is a ....... data type
String
Boolean
Integer
Float/Real
