You are on page 1of 1

IV Semester, UG Course Examination, october-2023

(NEP)
Computer Science- BCA (MODEL Paper 2)
SUB: Python programming

I Answer any 6 questions each question carries 2 marks 6*2=12


1. Define variable in python? With an example.
2. Write an example for how to re-declare a variable in python.
3. Write the general syntax for function.
4. Define raw string and Unicode.
5. How to accessing an element in list and set.
6. Define stack and queue in python.
7. Define membership operator.
8. Define class and object with an example.
9. Define grid() and pack() in detail.

II Answer any 4 questions each question carries 6 marks 4*6=24


1. Explain features in python programming.
2. Explain transfer statements in python.
3. Explain function arguments in python.
4. Explain operations on tuple.
5. Explain populating and traversing dictionaries in python.
6. Explain CSV file in detail.

III Answer any 3 questions each question carries 8 marks 3*8=24


1. Explain looping statements in python.
2. Explain operations on string in python.
3. Explain operations on sets in python.
4. Explain inheritance in python.
5. Explain operations on numpy using arrays.

You might also like