Explain features of python.
[3 marks]Describe membership operator and identity operator with example.
[4 marks]Explain data types available in python.
[7 marks]What are local variable and global variable in python?
[3 marks]Explain the use of break, continue and pass statement in python.
[4 marks]Explain List, Tuple and Set with its built-in functions.
[7 marks]Explain while loop and for loop in python. How to create infinite while loop? Explain with example.
Explain dictionary in python with example.
[3 marks]Explain Module in python
[4 marks]What is function? Explain its types with arguments.
[7 marks]Write a Python function to sum all the numbers in a list.
[3 marks]Enlist different modes of opening file. Describe any three method with example.
[4 marks]What is inheritance in python? Explain with example.
[7 marks]Give difference between black-box and glass-box testing.
[3 marks]Explain built-in class attributes with suitable example.
[4 marks]What do you mean by abstract data types and classes? Explain with example.
[7 marks]Explain Assertions in python.
[3 marks]Discuss Pie Chart and Histograms with an example.
[4 marks]What is String in python? How to create String in python? How to accessing characters in python String? Explain with Proper example. Page 1 of
[2 marks]Write a Python program to Swapping of two numbers with and without using temporary variable.
[3 marks]Explain lambda function.
[4 marks]Explain Searching algorithm with an example.
[7 marks]Explain nested if else statement in python.
[3 marks]Explain Bar chart and Box plot with an example.
[4 marks]Explain any two sorting algorithm with an example. Page 2 of
[2 marks]