Python Unit Wise Imp Questions
Python Unit Wise Imp Questions
UNIT-II
1.Discuss about File Built-in functions in Python.
2.What are functions to use file input and file output?
3.Discuss briefly about defining and calling a void function.
4.What are Exceptions and why is exception handling required in Python?
5.Demonstrate about Value-Returning Functions with Generating Random Numbers.
6.How to work with Storing Functions in Modules?
7.Explain how the modules are imported in Python with an Example.
8.Explain about command line arguments.
UNIT-III
1.Explain about Special Symbols and characters in a regular expression in Python
Programming.
2.Illustrate the difference between Process and Threads.
3.Write short notes on Global Interpreter Lock.
4.Discuss about Thread and its modules.
5.Describe about multithreaded Programming in Python.
6.Brief about re in Python Programming.
7.Differentiate matching and searching in Python Regular Expressions.
8.List out the different option flags in Regular Expressions.
CMREC IT DEPT
UNIT-IV
1.Summarize the behavior of terminal-based programs and GUI-based programs.
2.Write a program by using the tkinter Module.
3.Discuss short notes about how to display text with Label Widgets.
4.Write a program using Labels as Output Fields.
5.Name the function of Colors and RGB system in Python.
6.Name the Radio Button and CheckButton functions in Python.
7.Explain how a CGI application is created in Python.
8.Create a web application using Python.
UNIT-V
1. Explain about Python Databases and how they are created.
2. List out the various Python database APIs.
3. How is database connectivity established in Python?
4. Describe the creation of an employee database in Python.
5. What are the different operations that are performed on a database using Python?
6. Discuss the various syntax errors generated in databases in Python.
7. Explain about DB-API in Python.
8. Summarize about object relational managers in Python.