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

Python Viva Question

The document contains a list of internal viva questions related to Python for the academic year 2023-2024. Topics include Python features, data types, control flow statements, object-oriented programming concepts, and standard library modules. It also covers practical aspects such as writing Python programs and understanding various operators and statements.

Uploaded by

omkar choudhary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views2 pages

Python Viva Question

The document contains a list of internal viva questions related to Python for the academic year 2023-2024. Topics include Python features, data types, control flow statements, object-oriented programming concepts, and standard library modules. It also covers practical aspects such as writing Python programs and understanding various operators and statements.

Uploaded by

omkar choudhary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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.

You might also like