PP Unit Wise Questions
PP Unit Wise Questions
Unit-II
1. Discuss in detail about decision control structures with examples
2. Explain about looping statements with examples
3. Explain about transfer statements in python
Unit-III
1. What is function? How to create user defined function and explain
with example
2. Explain about scoping and arguments are objects,
3. Explain about argument calling by keywords and also explain
default arguments
4. Discuss about function rules and return values
5. Explain about map and apply statement in python
6. Discuss in detail about indirect function calls and anonymous
functions
Unit-IV
1. Define List? How to create a list and updating the elements of a
list?
2. Explain about sorting the lists and storing different types of data
in a list.
3. What is nested list? Explain nested list as matrices and list
comprehension with example
4. What is tuple? How to create and access a tuple.
5. Explain about basic operations of a tuple and nested tuples with
an example
6. How to insert ,modify and delete a tuple in python with an
example
7. Define set? Explain basic operations on sets and also discuss
various methods of sets
8. What is dictionary? Explain about operations on dictionaries and
its methods.
9. Explain about sorting the elements of a dictionary using lambdas.
10. How to convert from list to dictionary
Unit-V
1. What is module and package? How to import module in python
and also discuss various tricks for importing modules
2. What is an Exception? Explain exception handling with try, except
and finally with an example
3. Explain about Exceptions Nest and Raising Exceptions in python.
4. Explain about Built in Functions in Exception handling
5. What is file? Explain File processing with example
6. Explain about types files with examples
7. Explain about Controlling file i/o
8.