0% found this document useful (0 votes)
3 views1 page

Week-1 Python Questionaries

This document is a model question paper for a Python Programming course at Government Polytechnic Mudhol. It outlines the structure of the exam, including questions on Python's features, execution modes, keywords, variables, identifiers, and the importance of documentation. The paper is designed for third-semester students and is worth a total of 30 marks.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Week-1 Python Questionaries

This document is a model question paper for a Python Programming course at Government Polytechnic Mudhol. It outlines the structure of the exam, including questions on Python's features, execution modes, keywords, variables, identifiers, and the importance of documentation. The paper is designed for third-semester students and is worth a total of 30 marks.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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?

You might also like