Government Polytechnic Mudhol
Department of Computer Science and Engineering
CIE - Model Question Paper
Course: Python Programming Date:
Course code: 20CS31P Duration: 80 min
Semester: III Marks:30
Q. No Questions Marks BL CO PO
1. What is Python? When and by whom it was developed?
I 3*2 = 6 L1 1, 2 1, 4
2. Explain any three features of Python
1. What is Indentation in Python ?
2. What are the different types of “Comments” used in
Python ?
II 4*3 = 12 L2 1, 2 1, 4
3. How to execute a Python program in
a. Script mode
b. Interactive (Interpreter) mode
1. What is the role of Keywords in Python language ? List
keywords provided by Python.
III OR 6*1 = 6 L1 1, 2 1, 4
2. What is a variable? State the rules used to define a
variable in Python language
1. What is an Identifier? How will you differentiate it from
a variable?
IV OR 6*1 = 6 L2 1, 2 1, 4
2. Why documentation is necessary in a language? How
documentation can be performed in Python?