Fill In the Blanks For Data Handling Class 11 Computer Science (CS), Informatics Practices (IP)
1. Boolean data type is internally treated as _____ data type.
2. Two forms of floating-point numbers are _____ form and _____ notation.
3. Python's floating point numbers have precision of _____ digits.
4. Three mutable types of Python are _____, _____ and _____.
5. The floor division of two integers yields a result of _____ type.
6. The division of two integers yields a result of _____ type.
7. The _____ sequence type cannot store duplicate values.
8. The _____ datatype is like lists but is not mutable.
9 The _____ of an object gives the memory location of the object.
10. To check if two objects reference the same memory address, _____ operator is used.
11. To use function fabs(), _____ module should be imported.
12. Data loss may happen in _____ type conversion.
Answer :-
1. Integer
2. fractional, exponent
3. 15
4. lists, dictionaries, sets
5. integer
6. floating-point
7. set
8. tuple
9. id
10. is
11. math
12. explicit
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )