USN 18CS34: B. E. Degree (Autonomous) Third Semester End Examination (SEE)
USN 18CS34: B. E. Degree (Autonomous) Third Semester End Examination (SEE)
USN 18CS34
B. E. Degree (Autonomous) Third Semester End Examination (SEE)
PYTHON PROGRAMMING
(Model Question Paper – I)
RBT
Q.No. Questions Marks CO Cognitive
Level
Describe Arithmetic Operators, Assignment Operators,
a) Comparison Operators, Logical Operators and Bitwise 10 CO1 L2
Operators in detail with examples.
Explain the Identifiers, Keywords, Statements, Expressions,
1.
b) and Variables in Python programming language with 5 CO1 L2
examples.
Explain the basic data types available in Python with
c) 5 CO1 L2
examples.
OR
Write Python Program to reverse a number and also find the
a) Sum of digits in the reversed number. Prompt the user for 8 CO1 L3
input.
2. Write Pythonic code to check if a given year is a leap year or
b) 6 CO1 L3
not.
Write Python program to find the GCD of two positive
c) 6 CO1 L3
numbers.
******