Computer Science Class XI - Chapter 1 Python Fundamental Test 2

Computer Science Class XI - Chapter 1 Python Fundamental Test 1

Q1. What is the purpose of creating variables?

Q2. Write code to find the address of variable.

Q3. What do you mean by data type?

Q4. Write three numeric data type in python.

Q5. Name three sequential data types in python.

Q6. >>> x = 200

      >>> y = 10.5

Write the data type of variable x and y.

Q7. Data type of variable is according to the value it holds.

Q8. Which data type store the combination of real and imaginary numbers?

Q9. Write the output of the following:

  1. >>> 4.7 e 7
  2. >>> 3.9 e 2
Q10. Which data type return value True or False?

No comments:

Post a Comment

Most Recently Published

File Handling Test 6

 File Handling Test 6 Q1 . Do we need to use the close() function when we use 'with' statement to open a file? Q2. Which mode you wi...

CS - IP Assignment/Worksheet