0% found this document useful (0 votes)
27 views1 page

Viva Questions of Python

The document outlines a series of viva questions related to Python programming, covering topics such as features, data types, operators, control flow statements, functions, classes, inheritance, polymorphism, modules, packages, and libraries like Pandas and NumPy. Each question prompts for explanations and definitions, aiming to assess knowledge of Python's fundamental concepts and functionalities. The questions also encourage differentiation between similar constructs within the language.

Uploaded by

aaadi.gupta2007
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)
27 views1 page

Viva Questions of Python

The document outlines a series of viva questions related to Python programming, covering topics such as features, data types, operators, control flow statements, functions, classes, inheritance, polymorphism, modules, packages, and libraries like Pandas and NumPy. Each question prompts for explanations and definitions, aiming to assess knowledge of Python's fundamental concepts and functionalities. The questions also encourage differentiation between similar constructs within the language.

Uploaded by

aaadi.gupta2007
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
You are on page 1/ 1

Viva questions of Python Programming

1. What are the features of Python?


2. What are built in data types in Python
3. What are different operators in python? explain use of following
operators

1. Arithmetic 4. Bitwise

2. Relational & logical 5. Membership

3. Assignment 6. Identity

4. What are different control flow statements? State their syntax


5. What is use of break and continue statement?
6. What are list and tuples? Differentiate them
7. What are sets and dictionaries? State their features.
8. What is python function? State different types of functions
9. What is lambda function?
10.What is Class and object in python? How to define class and object in
python?
11.What is inheritance in Python? State its types

12 What is polymorphism in Python? State concept of method overriding


and method overloading

13.What is a module in Python? What are built in modules(math module)


and user defined module
14.What is a packages in Python? State the difference between module
and packages
15.What is Pandas in Python? State difference between data frames and
panda’s series
16.What is numpy in python? How to create numpy array? Give example

You might also like