Class 11 Computer Science: Python Programming Fundamentals

This worksheet tests fundamental concepts in Python programming, including data types, operators, and basic syntax for Class 11 students.

Class 11CBSEComputer ScienceeasyPractice
Preview · 10 questions
  1. Q1. Which of the following data types is immutable in Python?
    • List
    • Dictionary
    • Tuple
    • Set
  2. Q2. What is the output of the expression `5 + 3 * 2` in Python?
    • 16
    • 11
    • 10
    • 13
  3. Q3. In Python, comments begin with the ____ symbol.
  4. Q4. Which operator is used for exponentiation in Python?
    • ^
    • **
    • %
    • //
  5. Q5. What is the purpose of the `print()` function in Python?

+ 5 more in the printable PDF.