[go: up one dir, main page]

0% found this document useful (0 votes)
20 views3 pages

PP Unit Wise Questions

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)
20 views3 pages

PP Unit Wise Questions

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/ 3

Unit-I

1. What is Python? Explain Python History and its Use.


2. How can you execute python program? Explain with an Example.
3. Explain about Basic Commands, Variables, Statements in python
4. Explain about I/O Operations ,Assigning values and Keywords in
python
5. Discuss in detail about Standard Data Types
6. What is String? Explain about operands and operators

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.

You might also like