Python
Python
Level Questions
No.
Q1 K1 List the features of Python programming.
Q2 K2 Outline the environmental setup of Python.
Q3 K3 Identify the modes of operations in Python programming.
Illustrte the values and types in python programming with
Q4 K4
suitable program.
Q5 K5 Explain Python comments with suitable example.
Q6 K6 Write a Python program to print "Hello World".
Q7 K6 Give an account on Python Statements.
Name the list operations and explain with suitable
Q1 K1
programs.
Q2 K2 Compare the characteristics of Lists and Tuples.
Q3 K3 Experiment with cloning and aliasing of lists in Python.
Q4 K4 Illustrate while with pass, continue and break statements.
Write a python program to find the factorial value of a
Q5 K5
given number with user-defined functions.
Q6 K6 Examine the difference between local and global variables.
Construct a Python program to swap any two integers and
Q7 K6
floating point numbers.
List the operations on Strings in Python with suitable
Q1 K1
programs.
Outline the methods in string data structure with an
Q2 K2
example.
Q3 K3 Identify the key features of OOPs.
Q4 K4 Analyze the characteristics of Lists with arrays in Python.
Create a class named Person and invoke the members of
Q5 K5
the class with object P1.
Write a Python program to prepare EB Bill using classes
Q6 K6
and objects.
Illustrate __init()__ method in python with suitable
Q7 K6
program.
Name the operations on files and explain the same with
Q1 K1
suitable example.
Q2 K2 Describe user defined exceptions with suitable program.
Q3 K3 Illustrate packages and modules with an example program.
Q4 K4 Identify the operations on Transactions.
Create a table with SQLDB and do all the database
Q5 K5
operations.
Q6 K6 Discuss about the connection parameters in SQLDB.
Construct a python program to illustrate copying content
Q7 K6
from the file.
Q1 K1 Write a brief note on GUI programming.
Q2 K2 Summarize the standard attributes of Widget classes.
Q3 K3 Illustrate the widget classes Label and Button
Q4 K4 Compare the working procedure of input widget classes.
Describe the properties and methods of Check Box and
Q5 K5
Radio Buttons.
Q6 K6 Assess the significance of forms.
Discuss on Django framework for web programming in
Q7 K6
Python.