Python Programming Multiple Choice Question - History And About

This section focuses on the "History and About" of the Python programming. These Multiple Choice Questions (mcq) should be practiced to improve the Python programming skills required for various interviews (campus interview, walk-in interview, company interview), placement, entrance exam and other competitive examinations.

1. Python was developed by

A. Guido van Rossum
B. James Gosling
C. Dennis Ritchie
D. Bjarne Stroustrup

View Answer


2.  Python was developed in which year?

A. 1972
B. 1995
C. 1989
D. 1981

View Answer


3. Python is written in which language?

A. C
B. C++
C. Java
D. None of the above

View Answer


4. What is the extension of python file?

A. .p
B. .py
C. .python
D. None of the above

View Answer


5. Python is Object Oriented Programming Language.

A. True
B. False
C. Neither true nor false
D. None of the above

View Answer


6. Python 3.0 is released in which year?

A. 2000
B. 2008
C. 2011
D. 2016

View Answer


7. Which of the following statements is true?

A. Python is a high level programming language.
B. Python is an interpreted language.
C. Python is an object-oriented language
D. All of the above

View Answer


8. What is used to define a block of code in Python?

A. Parenthesis
B. Indentation
C. Curly braces
D. None of the above

View Answer


9. By the use of which character, single line is made comment in Python?

A. *
B. @
C. #
D. !

View Answer


10. What is a python file with .py extension called?

A. package
B. module
C. directory
D. None of the above

View Answer







Also check :


Discussion



* You must be logged in to add comment.