0% found this document useful (0 votes)
3 views

Python Programming Question Bank (1)

Python Programming

Uploaded by

kumarfbhack
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Python Programming Question Bank (1)

Python Programming

Uploaded by

kumarfbhack
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Subject Name : PYTHON PROGRAMMING SUBJECT CODE:21CS802OE

Branch : IV-ECE

Question Bank

UNIT-1
Short Answer Questions:-
1) What are the standard datatypes in Python?
2) State any four applications where python is more popular?

Long Answer Questions:-


1) Explain Standard type Built-in Operators and functions of Python?
2) Build a Calculator program in python using Arithmetic operators?
3) Define Python Object and discuss their properties?
4) Discuss about List and tuples with suitable examples?

UNIT-2
Short Answer Questions:-
1) What are the uses of File object?
2) Give a brief description of several Built-in attributes related to File objects?

Long Answer Questions:-


1) Illustrate the various key terms in Exception handling mechanism?
2) Explain in detail about Python modules with example code?
3) Discuss the various File handling Operations?
4) Discuss about Module Built-in function and Packages with suitable examples?

UNIT-3

Short Answer Questions:-

1) Summarize the purpose of pipe and dot symbols used for pattern matching?
2) Explain the basic functionality of match() function?

Long Answer Questions:-

1) Explain briefly about Thread and Threading module in Python?


2) How does Python support Multi threaded Programming?
3)How do you compile a Regular expression in Python?
4)What is the Global Interpreter Lock(GIL) and why does python have it?

UNIT-4

Short Answer Questions:-


1) What is the need of Tkinter module in python?
2) How to create Label widget in Python?

Long Answer Questions:-


1) Explain in detail about GUI Programming?
2) Discuss about Web Servers and Advanced Web Clients?
3) Define top level window and list out the widgets of TK?
4) Give an overview and demonstration of Building Web applications using Python’s
CGI module.

UNIT-5

Short Answer Questions:-

1) What is ORM?
2) Discuss the SQL commands/statements used for creating,using and dropping a
database?

Long Answer Questions:-


1) List out various related modules of Database Programming?
2) Illustrate the DB-API module attributes and its uses?
3) What is an Object-Relational Managers(ORM) and how it is work?
4) What is Database Programming and why it is important?

You might also like