Contents

Python is a ___object-oriented programming language.
a) Special purpose              
b) General purpose
c) Medium level programming language
d) All of the mentioned above

b

Explanation: As a General Purpose Object-Oriented Programming Language, Python can model real-world entities, which makes it a useful tool for data scientists. Because it performs type checking at runtime, it is also known as dynamically typed code. Python is a general-purpose programming language, which means that it is widely used in every domain. This is due to the fact that it is very simple to understand and scalable, which allows for rapid development.


What is the maximum possible length of an identifier?
a) 16      
b) 32                      
c) 64
d) 
None of these above

d

Explanation: The maximum possible length of an identifier is not defined in the python language. It can be of any number.


Who developed the Python language?
a) Zim Den
b) Guido van Rossum
c) Niene Stom
d) Wick van Rossum

b

Explanation: Python language was developed by Guido van Rossum in the Netherlands.


In which year was the Python language developed?
a) 
1995                                 
b) 1972
c) 1981                                 
d) 1989

d

Explanation: Python language was developed by Guido van Rossum in 1989.


In which language is Python written?
a) 
English                             
b) PHP
c) C                                        
d) All of the above

c

Explanation: Python is written in C programming language, and it is also called CPython.


Which one of the following is the correct extension of the Python file?
a) .py                                     
b) .python
c) .p                                       
d) None of these

a

Explanation: ".py" is the correct extension of the Python file.