Class 9 Computer Science: Introduction to Python
Answer the questions and tap Submit to see your score. Your progress is auto-saved on this device.
Jump to question
Q1 · MCQ · 1 mark
Which of the following is an interpreted programming language?
Q2 · MCQ · 1 mark
Which character is used to denote a single-line comment in Python?
Q3 · FILL · 1 mark
The 'print()' function in Python is used to display output on the __________.
Q4 · MCQ · 1 mark
What will be the output of the following Python code?
print(2 + 3 * 4)
Q5 · MCQ · 1 mark
Which of the following is NOT a valid data type in Python?
Q6 · SHORT · 2 marks
What is the primary purpose of using an Integrated Development Environment (IDE) like IDLE for Python programming?
Q7 · FILL · 1 mark
In Python, variables do not need explicit __________ declaration before their use.
Q8 · MCQ · 1 mark
Which operator is used for exponentiation in Python?
Q9 · FILL · 1 mark
A sequence of characters enclosed in single or double quotes is known as a __________.
Q10 · SHORT · 2 marks
Briefly explain why Python is considered a high-level language.