Q1. Which one is keyword
False
false
myname
store
False
false
myname
store
Q2. Which one is correct identifier
2store
_chk
Data-rect
my.file
2store
_chk
Data-rect
my.file
Q3.Which one is not core datatype?
integer
float
class
boolean
integer
float
class
boolean
Q4. What is the value of math.ceil(1.03)?
1.0
1
-1.0
2.0
1.0
1
-1.0
2.0
Q5. What is the value of math.sqrt(81.0)?
9
9.0
3
3.0
9
9.0
3
3.0
Q6. What is the value of math.fabs(-1.0)?
-1
1.0
1
-1.0
-1
1.0
1
-1.0
Q7. What is the value of math.floor(1.03)?
1.00
1
1.0
-1
1.00
1
1.0
-1
Q8.What is the value of math.log10(1.0)?
1.0
1
-1
1.00
1.0
1
-1
1.00
Q9.What is the value of math.degree(3.14)?
-12.3
45.8
179.91
123.5
-12.3
45.8
179.91
123.5
Q10.What is the value of math.gcd(8,6)
2.0
6
2
8
2.0
6
2
8
0 Comments