Python Unit-1 QB
Python Unit-1 QB
PART-A 16Marks
Instructions: 1) Answer all questions
2) First question carries 4marks, and each question of remaining carries 3marks.
1. Write the full forms
a) IDLE b)REPL c)PVM d)Define lambda function
2.List features of Python.
3.write the rules for choosing names of a variable.
4. What are various types of operators in Python.
5. Explain about the types of transfer statements in python.
6.Demonstrate the use of continue in loop statements.
7.State the importance of pass in Python.
8.What are the types of Python arguments
9.Explain about scope of the variable.
10. Can a Python function return multiple values?if yes ,how it works?
PART-B 3X8=24Marks
Instructions: 1) Answer all questions
2) Each question carries 8 Marks
3) Answer should be comprehensive and the criterion for valuation is the content but not
the length of the answer.
3. a) What are Python Identifiers.Write the naming rules for Identifiers with an Example.
Or
b) Explain about the need for learning Python programming and its importance.