Ia2 QB
Ia2 QB
IA 2 Question Bank
b) Disabling Logging
c) Logging Levels
d) MU’s Debugger ( IDLE Debugger )
9. List out the benefits of compressing a file using zipfile module. Explain CO3 2
the concept of walking a directory tree
10. Explain __init__( ) and __str__( ) methods with example CO4 2
11. Explain Operator overloading in detail with example CO4 2
12. Develop a program that uses class Student which prompts the user to CO4 3
enter marks in three subjects and calculates total marks, percentage and
displays the score card details. [Hint: Use list to store the marks in three
subjects and total marks. Use __init__() method to initialize name, USN
and the lists to store marks and total, Use getMarks() method to read
marks into the list, and display() method to display the score card
details.]
Course Coordinator