0% found this document useful (0 votes)
1 views2 pages

Python Unit Wise Imp Questions

The document outlines important questions and topics related to Python programming, categorized into five units. Each unit covers various aspects of Python, including strings, file handling, regular expressions, GUI programming, and database connectivity. The document serves as a guide for understanding key concepts and practical applications in Python.

Uploaded by

visshwaaghp
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)
1 views2 pages

Python Unit Wise Imp Questions

The document outlines important questions and topics related to Python programming, categorized into five units. Each unit covers various aspects of Python, including strings, file handling, regular expressions, GUI programming, and database connectivity. The document serves as a guide for understanding key concepts and practical applications in Python.

Uploaded by

visshwaaghp
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/ 2

CMREC IT DEPT

PYTHON UNIT WISE IMP QUESTIONS


UNIT-I
1.Define the definition of Python programming and explain history of Python.
2.Explain about strings in Python and Write a program to create, concatenate and print a
string and accessing substring from a given string.
3.How to work with variables and operators in Python?
4.How to read the input from keyboard and explain with a program?
5.Explain how decision structures will work in Python with example.
6.Discuss about repetitive structures in Python.
7.Write a program to demonstrate different number data types in Python.
8.Illustrate Arithmetic operations in Python and Write a program to perform different
Arithmetic Operations on numbers.

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.

You might also like