Python 2023-2024(22616)
INTERNAL VIVA QUESTIONS
1What is python ?
b) Four feature of python?
c What are different modes of writing executing python programming?
d) explain meaning of following symbols.
(#), ( \),(:),(;)
e)Is indentation optional in python?Explain .
f) Enlist python data types.
g) Explain python operators with example.
h) Explain difference between ” break” ,“ continue”,” pass” statements.
i) Draw flowchart for “if-else”,”for”and while loop.
j) What is control flow statements.
.
a) What are list,tuple,dictionary,sets ?
b) Four built in methods of list .give example of each?
c) what are type of function .explain lambda function?
d) Explain concepts of OOP used in python (any four).
e)what are access specifiers .
f) what is exception handling.
a) write python program to calculate length of dictionary.
c) Explain standard library modules(numpy,[Link],pandas,)
L)what are different distribution system in python(platforms on which python
coding done)
M)what is python ?
N)what is the main purpose of using numpy.
O)what is inheritance.