Q1. Who developed the Python programming language?
โ
Correct Answer: (C) Guido van Rossum
๐ Explanation: Python was created by Guido van Rossum in the late 1980s while working at CWI, Netherlands.
๐ Explanation: Python was created by Guido van Rossum in the late 1980s while working at CWI, Netherlands.
Q2. In which year was Python first released?
โ
Correct Answer: (C) 1991
๐ Explanation: Python was officially released in 1991 as an open-source language.
๐ Explanation: Python was officially released in 1991 as an open-source language.
Q3. Python was named after which of the following?
โ
Correct Answer: (D) Monty Pythonโs Flying Circus
๐ Explanation: Guido was a fan of the comedy show โMonty Pythonโs Flying Circusโ, not the snake.
๐ Explanation: Guido was a fan of the comedy show โMonty Pythonโs Flying Circusโ, not the snake.
Q4. Python is classified as a ______ language.
โ
Correct Answer: (B) High-level
๐ Explanation: Python is a high-level language, meaning it is easy to read and write and closer to human language.
๐ Explanation: Python is a high-level language, meaning it is easy to read and write and closer to human language.
Q5. Python was initially developed at which organization?
โ
Correct Answer: (C) CWI (Netherlands)
๐ Explanation: Python was developed at Centrum Wiskunde & Informatica (CWI) in the Netherlands.
๐ Explanation: Python was developed at Centrum Wiskunde & Informatica (CWI) in the Netherlands.
Q6. Which programming language influenced the development of Python?
โ
Correct Answer: (C) ABC language
๐ Explanation: Python was heavily influenced by the ABC language, which focused on simplicity and readability.
๐ Explanation: Python was heavily influenced by the ABC language, which focused on simplicity and readability.
Q7. Python supports which programming paradigm?
โ
Correct Answer: (D) Multi-paradigm
๐ Explanation: Python supports procedural, object-oriented, and functional programming styles.
๐ Explanation: Python supports procedural, object-oriented, and functional programming styles.
Q8. Why did Python gain popularity among beginners?
โ
Correct Answer: (C) Simple and readable syntax
๐ Explanation: Pythonโs English-like syntax and minimal code make it easy for beginners.
๐ Explanation: Pythonโs English-like syntax and minimal code make it easy for beginners.
Q9. Python is an ______ source language.?
โ
Correct Answer: (C) Open-source
๐ Explanation: Python is open-source, allowing anyone to use, modify, and distribute it freely..
๐ Explanation: Python is open-source, allowing anyone to use, modify, and distribute it freely..
Q10. Which organization manages Python today?
โ
Correct Answer: (C) Python Software Foundation (PSF)
๐ Explanation: The Python Software Foundation (PSF) maintains Python and promotes its development.
๐ Explanation: The Python Software Foundation (PSF) maintains Python and promotes its development.
Q11. Python uses which type of memory management?
โ
Correct Answer: (B) Automatic (Garbage Collection)
๐ Explanation: Python automatically manages memory using garbage collection.
๐ Explanation: Python automatically manages memory using garbage collection.
Q12. Python emphasizes which core principle?
โ
Correct Answer: (C) Code readability
๐ Explanation: Pythonโs design philosophy prioritizes clean and readable code.
๐ Explanation: Pythonโs design philosophy prioritizes clean and readable code.