Python Theory

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

INDIRA GANDHI NATIONAL TRIBAL UNIVERSITY AMARKANTAK (M.P.

)
Department of Vocational Education (Software Development)
Paper Name: Appplication Development with Python
Paper Code:SD_503

Q.N. Assign Date Questions Complete Date Page No.


What is the role of Python in application
development and data analysis?
Explain the basic structure of a Python program
and its execution process.
What is a variable? Explain how to declare
different types of variables and access them.
What is an operator? Explain different types of
operator manipulation through Python code.
What is a data type? Explain types, sizeof and
other data type/variable related to functions
through examples.
What is looping? Explain different types of
looping statements through definition, syntax,
flowchart, and example.
What is branching? Explain different types of
branching statements through definition, syntax,
flowchart, and example.
Explain the single-line looping statement through
an example.
Explain a single-line branching statement through
an example.
What is storage collection? Explain the benefits
and uses of different types of storage collections.
What is a function? Explain the benefit of
function through an example.
What is a user-defined function? Explain the
different types of user-defined functions through
their syntax and examples.
Explain the special case of a user-defined
function through an example.
Explain function declaration and the calling
approach through list, tuple and dictionary
collections.
What is module? Explain the benefit of module
through an example.
Explain the steps for construction of module
through examples.

Name of Student:
Enrollment No:
Date of Submission: Student Signature
INDIRA GANDHI NATIONAL TRIBAL UNIVERSITY AMARKANTAK (M.P.)
Department of Vocational Education (Software Development)
Paper Name: Appplication Development with Python
Paper Code:SD_503

Describes various module components (uses


function, collection, and variable) for
construction of module through examples.
Explain different types of module importing
approach through example.
List any six Python pre-defined modules and their
functions.
What is a list? Explain the various applications of
the list through examples.
Explain various declarations, addressing, and
slicing approaches to a list through examples.
Explain different types of list functions through
examples
What is a tuple? Explain the various applications
of a tuple through examples.
Explain various declarations, addressing, and
slicing approaches to tuples through examples.
Explain different types of tuple functions through
examples.
What is a dictionary? Explain the various
applications of a dictionary through examples.
What are the differences between a list and a
tuple? Justify each statement with an example.
What is string? Explain the various applications of
string through examples.
Explain various declarations, addresses, and
slicing approaches to strings through examples.
Explain different types of string functions through
example .
Explain the branching statement (if, if..else, elif
statement) through accessing string data.
Explain how to access string data through looping
(while, for loop).

What is different between error and exception.


List any six logical exceptions through their class
name and example.
Explain different style of try and except exception
handling approach and justify each approach
through example.
How to generate a user defined error in python?
Write a step and justify each step through
example.
Name of Student:
Enrollment No:
Date of Submission: Student Signature
INDIRA GANDHI NATIONAL TRIBAL UNIVERSITY AMARKANTAK (M.P.)
Department of Vocational Education (Software Development)
Paper Name: Appplication Development with Python
Paper Code:SD_503

INDEX

Name of Student:
Enrollment No:
Date of Submission: Student Signature

You might also like