0% found this document useful (0 votes)
8 views2 pages

Programming in Python - 19ubca312 - 23N488

The document outlines an examination paper for a Programming in Python course at Guru Nanak College, Chennai, scheduled for November 2023. It consists of three sections: Section A with 10 short answer questions, Section B with 5 detailed questions, and Section C with 4 in-depth questions, covering various Python programming concepts. The total marks for the exam are 100, and students are required to answer a specified number of questions from each section.

Uploaded by

pec library
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

Programming in Python - 19ubca312 - 23N488

The document outlines an examination paper for a Programming in Python course at Guru Nanak College, Chennai, scheduled for November 2023. It consists of three sections: Section A with 10 short answer questions, Section B with 5 detailed questions, and Section C with 4 in-depth questions, covering various Python programming concepts. The total marks for the exam are 100, and students are required to answer a specified number of questions from each section.

Uploaded by

pec library
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

GURU NANAK COLLEGE (AUTONOMOUS), CHENNAI – 42.

NOV 2023
23N488
PROGRAMMING IN PYTHON
19UBCA312

MAX. MARKS: 100


TIME: 3 HRS.
SECTION - A (10 X 3 = 30 MARKS)
(Answer Any TEN Questions)
1. What are Variable in Python? Give example.
2. Define function. Mention its uses in Python.
3. Recall Keyword. List out any four keywords in Python.
4. Outline Boolean expression with an example.
5. State the use of break & continue statements in Python.
6. Give an example for if …. else statement.
7. What is meant by slicing string in Python?
8. Mention the purpose of min( ), split( ).
9. Identify the use of lists in Python.
10. What is meant by default argument in Python?
11. How objects are destroyed?
12. Tell about data hiding in Python.

SECTION - B (5 X 6 = 30 MARKS)
(Answer Any FIVE Questions)

13. Summarize the use of values and types in Python.


14. Outline operators and operands in Python.
15. Illustrate the use of while statement in Python with an example.
16. Explain the use of modulus operator with suitable example.
17. Describe the design of recursive function with an example.
18. Write a brief idea about Tuples & Dictionary.
19. Discuss about overloading operators in Python.

SECTION - C (4 X 10 = 40 MARKS)
(Answer Any FOUR Questions)

20. Explain about type conversion function and math function in Python.
21. Bring out the importance of for statement in Python with an example program.
22. Develop a Python program illustrate the use of if .. elif … else statement.
23. List and describe any five string methods in Python with example.
24. Analyze various List operations in Python.
25. Demonstrate the use of Exception handling in Python.
******

You might also like