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
- Q1. Which of the following data types is immutable in Python?
- List
- Dictionary
- Tuple
- Set
- Q2. What is the output of the expression `5 + 3 * 2` in Python?
- 16
- 11
- 10
- 13
- Q3. In Python, comments begin with the ____ symbol.
- Q4. Which operator is used for exponentiation in Python?
- ^
- **
- %
- //
- Q5. What is the purpose of the `print()` function in Python?
+ 5 more in the printable PDF.