235489-23es1203 – Fundamentals of Python Programming
235489-23es1203 – Fundamentals of Python Programming
Register No:
PART B (5 x 13 = 65 Marks)
11.a.i. Give brief account on expressions in Python with an example. [BL2] [CO1] [6]
11.a.ii. Write a Python program to convert hours into minutes. [BL3] [CO2] [7]
OR
Elaborate a short note with suitable examples on arithmetic and
11.b.i. [BL2] [CO1] [6]
comparison operators available in Python.
Question Paper Code: 235489
11.b.ii. Write a Python program to print area of a triangle. [BL3] [CO2] [7]
12.a.i. Differentiate break, continue and pass statements in Python. [BL2] [CO3] [6]
12.a.ii. Write a python code to check whether a number a is odd or even. [BL3] [CO3] [7]
OR
12.b.i. Discuss in brief about any two iterative statements in Python with a [BL2] [CO3] [6]
suitable code snippet.
12.b.ii. Write a Python code to find whether the given number is an [BL3] [CO3] [7]
Armstrong number or not.
13.a.i. Describe the following with appropriate syntax and examples: [BL2] [CO4] [6]
A) Creating a tuple
B) Accessing values in the lists
C) Creating a dictionary
13.a.ii. Write a python code to find the roots of a quadratic function. [BL3] [CO4] [7]
OR
13.b.i. Describe Python Lists and Tuples. [BL2] [CO4] [6]
13.b.ii. Explain Set and the operations performed on the set. [BL3] [CO4] [7]
**********