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

Python Question Bank

The document is a question bank covering various topics in Python programming, structured into four units. It includes questions on Python's importance, applications, data types, operators, functions, loops, and object-oriented features. Each unit contains specific questions aimed at testing knowledge and understanding of Python programming concepts and practices.
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)
2 views3 pages

Python Question Bank

The document is a question bank covering various topics in Python programming, structured into four units. It includes questions on Python's importance, applications, data types, operators, functions, loops, and object-oriented features. Each unit contains specific questions aimed at testing knowledge and understanding of Python programming concepts and practices.
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

Question Bank

Unit-I
1. Explain about the need for learning python programming and its importance.
2. Write in brief about the applications of Python.
3. Explain the basics for executing a python program using REPL(Shell) with an
example.
4. Write a python program to read input using REPL(Shell) and display the output.
5. Write the rules for choosing names of variables.
6. Write in brief about any 5 keywords in Python.
7. Explain about different Logical operators in python with appropriate examples.
8. Explain about different Relational operators in python with appropriate
examples.
9. Explain about Membership operators in python with appropriate examples.
10. Explain about Identity operators in python with appropriate examples.
11. Write in brief about any 5 keywords in Python.?

12. Write the rules for choosing names of variables.?

13. Explain about different Logical operators in python with appropriate


examples.?

14. List different conditional statements in python with appropriate examples.

15. Compare List and Tuple.

16. Explain about methods in Lists of Python with appropriate examples.


Unit-II
1. What are the different Loops available in python?
2. What are the different loop control statements available in python? Explain
with suitable examples.
3. Explain about methods in Lists of Python with appropriate examples.
4. Write a python program to describe different ways of deleting an element
from the given List.
5. What are the different operations that can be performed on a list? Explain
with examples. WWW.MANARESULTS.CO.IN
6. Write in brief about List in python.
7. Write in brief about Tuple in python. Write operations with suitable
examples.
8. Write in brief about Set in python.Write operations with suitable examples.

9. Explain about Arithmetic operators in python with appropriate examples.


10. List different conditional statements in python with appropriate examples.

Unit-III
1. Explain about void functions with suitable examples.
2. Compare fruitful and void functions.
3. How to create a module and use it in a python program explain with an example.
4. Explain the concept of namespaces with an example.
5. Write about the concept of scope of a variable in a function.
6. Write about different types of arguments in a function.
7. Write in brief about Dictionary in python.Write operations with suitable
examples.
8. Write in brief about Sequence in python.Write operations with suitable
examples.
9. Compare List and Tuple.
10. Explain about fruitful functions with suitable examples.

Unit-IV
1. Write in brief about anonymous functions.
2. List the features and explain about different Object Oriented features supported
by Python.
3. Explain the concept of method overriding with an example.
4. How to declare a constructor method in python? Explain.
5. Explain the feature of Inheritance in python with an example.
6. Differentiate between an error and exception.
7. How to create a user defined exception?
8. How to handle an exception using try except block? Explain with the help of a
program.

Subject Teacher HOD MCA

You might also like