18 free practice MCQs for Class 11 Computer Science, following the school syllabus — playable as an adaptive quiz in English, Hindi, Tamil, Telugu, Bengali and 8 more Indian languages. No sign-up, no ads.
Practice all 18 questions free →Q1. Which keyword is used to define a function in Python? 💻
C. def
Q2. Which data structure follows the LIFO (Last In First Out) principle? 💻
D. Stack
Q3. What is the output of: print(type(5.0)) in Python? 💻
B. <class 'float'>
Q4. In Python, which symbol is used for single-line comments? 💻
C. #
Q5. Which of the following is a mutable data type in Python? 💻
C. List
Q6. The full form of CPU is: 💻
C. Central Processing Unit
Q7. Which of the following is NOT a Python loop? 💻
C. do-while loop
Q8. In Python, a dictionary stores data as: 💻
C. Key-Value pairs
Q9. What does RAM stand for? 💻
B. Random Access Memory
Q10. Which operator is used for floor division in Python? 💻
D. //
Q11. Which keyword is used to define a function in Python?
A. def
Q12. Which built-in Python function displays output on the screen?
B. print()
Q13. Which Python data type stores whole numbers?
C. int
Q14. Which Python data type stores text?
D. str
Q15. Which Python keyword starts a loop that repeats a known number of times?
A. for
Q16. Which symbol begins a single-line comment in Python?
B. #
Q17. Which data type has only two values: True or False?
C. bool
Q18. Which Python data type stores decimal (fractional) numbers?
D. float
More Class 11 practice: Class 11 Mathematics · Class 11 Physics · Class 11 Chemistry · Class 11 Biology · Class 11 English · Class 11 Economics · Class 11 Business Studies · Class 11 History · Class 11 Geography · Class 11 Political Science · Class 11 Psychology · Class 11 Sociology
Same subject, other classes: Class 10 Computer Science · Class 12 Computer Science
Combo scores, streaks and instant feedback — in 13 languages.