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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Operator aritmatika apa yang digunakan untuk melakukan perkalian dalam Python?
2. A syntax error in your code means:
3. Which career involves using Python to analyze and visualize data?
4. What type of data is the following?:X = "195.67"
5. What is the purpose of variables in Python?
6. A ..... is set of instructions that is given to a computer to perform a task.
7. What does the 'count()' method do in a Pandas Series?
8. On which operating system can you use Python?
9. The letter 'U' is which data type?
10. How do you keep track of different versions of your code?
11. Tuples are .....
12. Which control structure is used to repeat a block of code a certain number of times?
13. What is the result of the following code? "'pythonname = "Bob"print(name.upper()) "'
14. What will be the output of print(5 > 3 and 3 < 2)?
15. What is the word used to display numbers and text on the screen?
16. What is the order in which a computer solves a problem?
17. What will the following code print? "'pythonx = 5if x > 3:print("Hello")else:print("Goodbye") "'
18. What is the purpose of Anaconda?
19. Which of the following is a correct way to print a message in Python?
20. The instructions in an algorithm, when expressed precisely in English, .....
21. Which of these will show an error in Python?
22. Which operation is possible with tuples but not with lists in Python?
23. Koju funkciju koristiti za unos u Pythonu?
24. Which of the following is NOT allowed in Python variable names?
25. What is the correct way to define a function in Python?