Loading

Quipoin Menu

Learn • Practice • Grow

Direction: Choose the correct option

Q1.

What is Python?
A. A high-level interpreted programming language
B. A compiled language
C. A markup language
D. A database management system
Direction: Choose the correct option

Q2.

Who is the creator of Python?
A. James Gosling
B. Guido van Rossum
C. Dennis Ritchie
D. Bjarne Stroustrup
Direction: Choose the correct option

Q3.

Which of the following is a key feature of Python?
A. All of the above
B. Interpreted
C. Object-oriented
D. Dynamically typed
Direction: Choose the correct option

Q4.

What is the extension of a Python file?
A. .pyt
B. .pt
C. .py
D. .python
Direction: Choose the correct option

Q5.

Which philosophy emphasizes code readability and uses significant whitespace?
A. The Zen of Python
B. The PEP 8 Style Guide
C. The Python Manifesto
D. The Pythonic Way
Direction: Choose the correct option

Q6.

What does PEP stand for in Python?
A. Python Enhancement Proposal
B. Python Extension Package
C. Python Execution Protocol
D. Python Editor Plugin
Direction: Choose the correct option

Q7.

Which of the following is NOT a Python feature?
A. Automatic memory management
B. Strongly typed
C. Supports functional programming
D. Compiled to machine code
Direction: Choose the correct option

Q8.

What is the primary use of Python?
A. All of the above
B. Automation and scripting
C. Data science and machine learning
D. Web development
Direction: Choose the correct option

Q9.

Which statement about Python is true?
A. Python requires semicolons at the end of statements
B. Python uses indentation to define blocks
C. Python is statically typed
D. Python uses braces to define blocks
Direction: Choose the correct option

Q10.

What does the Python slogan 'Batteries included' mean?
A. Python requires external libraries for most tasks
B. Python includes a large standard library
C. Python is energy-efficient
D. Python runs on battery-powered devices