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

Quiz Instructions

Select an option to see the correct answer instantly.

1. X=6y=4print(x, y)
2. Which of the options is not an example of a text-based programming language?
3. Which one is the correct assigning of value 100 to the variable x
4. How do you write a comment in Python?
5. Which operator is used for string concatenation in Python?
6. How do you create an empty dictionary in Python?
7. What does the subprogram turtle.setposition(x, y) do?
8. Which of the following is the correct way to print a string in Python?
9. Features of Python
10. An algorithm can be best described as:
11. Which generation of computers started using Integrated Circuit based hardware?
12. What does the percentage sign-%-do in Python?
13. To display the following on screenHello World!the following command should be used:
14. X = 10print(type(x))
15. Str1="6/4"print("str1")
16. What is a global variable?
17. What is the result of the following operation?print(7 % 3)
18. Which statement is adding remainder of 8 divided by 3 to the product of 5 and 6?
19. Name two features of Python.
20. What does the oval shape in a flowchart represent?
21. What is the result of print(10-3)?
22. How do websites use Python?
23. A collection of items stored in one variable is called:
24. Which of the following is not key feature of Python?
25. Str() can be used on a number to convert the number to