Class 11 Computer Science Chapter 9 Practical Work Python Exercises Quiz 8 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. FOR loops are
2. Converts a number to a string
3. Which of these is NOT a loop in python?
4. 30 == 3.0
5. If you wished a loop to repeat 3 types whwt should you use?
6. What is missing from this input statement?input ("What is your name? ")
7. When you want to hide the turtle pointer on the screen which command should you use?
8. A pixel is
9. The objects that the variable refers to
10. Pieces of code that only run "under certain conditions":
11. Which operator is known as ternary operator in python?
12. Which keyword is used for an infinite loop or ITERATION?
13. Eval()
14. The data structure which is a mutable ordered sequence of elements is called
15. What is the correct term for this symbol?" ''
16. Which is known as simple assignment operator?
17. What does this code do? print("Hello world!")
18. Returns the remainder from division.
19. In a loop, as long as the user enters an answer that is "true, "
20. What is the result of my ..... list[2:5] if my ..... list = [1, 2, 3, 4, 5, 6, 7] in Python?
21. What does the following comparison operator "==" represent in Python programming?
22. What will the output be from the following Python code?print(9/3)
23. What is the correct name for this symbol?==
24. Select the illegal variable name
25. Identify the meaningful variable name to store high score of a student?