Explain built-in datatypes of python.
[3 marks]Write a Python program to print Fibonacci series upto n terms.
[4 marks]What are the differences between Cand Python?
[7 marks]Explain different types of comments in python.
[3 marks]Give the syntax and significance of string functions: title() and strip().
[4 marks]What is lambda function in Python? Explain with an example.
[7 marks]Explain operator overloading in python with an example.
[7 marks]Differentiate formal and actual parameter with example.
[3 marks]What is Interpreter? Explain How python interpreter works.
[4 marks]What do you mean by immutable data type? Explain immutable data types with their operations and functions.
[7 marks]How filter can be used in Python program? Explain with a suitable example.
[3 marks]What is list in Python? Demonstrate use of any two methods of list.
[4 marks]Write a Python program to find reverse of given number using user defined function.
[7 marks]What is the use of islower() and isupper() method?
[3 marks]Explain Tuples in Python with example.
[4 marks]What is dictionary in Python? Explain with an example.
[7 marks]What is the difference between Python Arrays and lists?
[3 marks]Write a Python program that calculates the area of square and triangle.
[4 marks]Write a Python program to implement the concept of inheritance.
[7 marks]Differentiate black-box and glass-box testing.
[3 marks]Write a Python Program to multiply two matrices.
[4 marks]How to create a thread in python? Explain with an example.
[7 marks]Explain raw_input() and input() in Python.
[3 marks]Write a Python program to read a text file and do following: (1) Print no. of words (2) Print no. Statements
[4 marks]Explain Caesar cipher and Write a python program to implement Caesar cipher.
[7 marks]