Question 1. Who developed Python programming language ?
Wick Van Rossum
Rasmus Lerdorf
Guido Van Rossum
Niene Stom
Question 2. Which type of programming does python support ?
Object oriented programming
Structured programming
Functional programming
All of the above
Question 3. Is python case sensitive when dealing with identifiers ?
No
Yes
Machine Dependent
none of the mentioned
Question 4. Is python code compiled or interpreted ?
Python code is neither compiled nor interpreted
Python code is both compiled and interpreted
Python code is only compiled
Python code is only interpreted
Question 5. Which of the following is the correct extension of the python file ?
.python
.pl
.py
.p
Question 6. All keyword in python are in .......
Capitalized
Lower case
Upper case
None of the above
Question 7. Which will be the value of the following Python expression ? 4 + 3 % 5
7
3
6
2
Question 8. Which of the following is used to define a block of code in python language ?
Indentation
Key
Brackets
All of the above
Question 9. Which keyword is used for function in python language ?
Function
Def
Fun
Define
Question 10. Python supports the creation of anonymous function at runtime, using a construct called ......
pi
anonymous
lambda
none of the above