Explain Difference between formal and actual parameter with example.
[3 marks]What is Interpreter? Explain How python interpreter works.
[4 marks]What are the differences between python and Clanguage?
[7 marks]Explain raw_input() function with example.
[3 marks]Write a python program to implement Fibonacci sequence for given input.
[4 marks]Write a python program to implement isPalindrome() function to check given string is palindrome or no.
[7 marks]Write a python program to implement Student class which has method to calculate CGPA. Assume suitable class variables.
[7 marks]Explain different types of comments in python.
[3 marks]Explain Indexing and Slicing operation for string manipulation with example in python.
[4 marks]Explain Lists along with methods associated with lists and explain mutability with respect to Lists.
[7 marks]Explain lambda function along with map and filter functions.
[3 marks]Write a python program to read line by line from a given files file1 & file2 and write into file3.
[4 marks]Explain Tuples, Lists and Dictionaries with example and give comment on mutability for each of them.
[7 marks]Give difference between black-box and glass-box testing.
[3 marks]Explain usage of try-except and assert keywords.
[4 marks]Write a python program to implement linear search and binary search.
[7 marks]Explain basic idea behind hash table with suitable example.
[3 marks]Write a python program to implement multiple inheritance.
[4 marks]Write a python program to implement merge sort.
[7 marks]Explain regular expression methods match and search with its parameters.
[3 marks]Write a python program to create a plotting of years of compounding v/s value of principal using pyplot library. Assume reasonable values for principal, interest rate and years
[4 marks]Explain Caesar cipher and Write a python program to implement Caesar cipher.1
[7 marks]What is socket? How to create a socket in python?
[3 marks]How to implement threads in python? Explain any one method using suitable example.
[4 marks]Write a python GUI program to implement calculator using Tkinter library.
[7 marks]