Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

A.N.

A COLLEGE OF ENGINEERING & MANAGEMENTSTUDIES, BAREILLY


Unit Test-1
B.TECH [4th] Sem
Python Programming (BCC402)

Time: 2 hours Total Marks: 30

SECTION-A

1. Attempt all questions in brief - 2*5=10

a) Define Floor division with examples.


b) What are the Local variables and Global variables?
c) What is the difference between List and Tuples?
d) What are the different methods used in deleting elements from dictionary.
e) What do you mean Comments in Python.

SECTION-B

2. Attempt Solve any two questions of the following - 4 *2=8

a) Explain Dictionary and Boolean data types.

b) Discuss Arithmetic and Conditional Operators.

c) Discuss Conditional statements in detail.

SECTION-C

3. Attempt any three questions of the following - 4 *3=12

a) Define Bitwise, Identity and Membership operators with example.

b) What is Break, continue and pass statements?

c) Explain List in detail with its operations.

d) Explain for and while loop in python.

You might also like