Class 11 Computer Science Chapter 2 Introduction To Python Quiz 59 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is the difference between a string and an integer in Python?
2. Which of the following has only unique values?
3. What will happen if indentation is not used properly in Python?
4. What is the output of the expression 3 * 4 + 5?
5. You use ..... blocks to program Scratch
6. Which of the following is true about the subprograms in the turtle graphics library module?
7. What does input() do in Python?
8. What should you do to repeat the drawing of the Slinky circles?
9. Which of these is a number in Python?
10. Which of the following types of computer languages that can be human readable and writable to communicate the computer?
11. Which of these is a list in Python?
12. What does the term 'machine code' refer to?
13. Age=14print(Age)What is the output?
14. Library NumPy fokus pada .....
15. What is the effect of using 'del []' in PLS?
16. What type of value does input() return in Python?
17. Read the Python program below:a = 13 a = a + 1 print(a)When this program is executed, what will be displayed on the screen?
18. Which of the following is a Python data type?
19. What is a function?
20. What does the if statement do?
21. What is data output?
22. You have t1 = (1, 2, 3) and t2 = ('a', 'b'). What is tuple(zip(t1, t2))?
23. Which of the following is a Tkinter widget?
24. What, if anything, is wrong with the following?input=x("Type your password: ")print(x)
25. Which of the following is a valid variable assignment in Python?