Q.1 When was Python released?
Answer. Python was released in February 1991.
Q.2 Who was Python's developer and which two languages contributed to Python as a programming language?
Answer. Python was developed by Guido van Rossum. It was influenced by the ABC programming language and also took inspiration from Modula-3.
Q.3 What is a Cross-platform software?
Answer. Cross-platform software is software that can run on multiple operating systems without requiring major modifications.
Q.4 What are the advantages of the Python Programming language?
Answer. Advantages of Python include: readability, vast standard library, strong community support, diverse applications (web development, data analysis, automation), and ease of learning.
Q.5 What are some limitations of the Python Programming language?
Answer. Limitations of Python include: slower execution speed compared to low-level languages, Global Interpreter Lock (GIL) limiting multi-threading performance, and being less suitable for mobile or resource-constrained environments.
Q.6 In how many different ways can you work in Python?
Answer. You can work in Python in two main ways: interactive mode and script mode.
Q.7 What are the merits/demerits of working in Interactive mode in Python?
Answer. Advantages: Quick experimentation, immediate feedback. Disadvantages: Not suitable for larger programs, no saved history between sessions.
Q.8 What are the merits/demerits of working in Script mode in Python?
Answer. Advantages: Suitable for larger programs, code can be saved and reused. Disadvantages: Slower development cycle compared to interactive mode, requires separate script files.
Also Read Python's -
- 🔗 MCQ's,
- 🔗 Fill In the Blanks,
- 🔗 True And False
Try Your Python Codes On -