What is the difference between compiler and interpreter?Explain How python interpreter works.
[3 marks]Differentiate the the following
[4 marks]list and dictionary data types ii) append() and insert() methods of list
[ marks]Write a short note on data types in Python.
[7 marks]Give the difference between Cand Python
[3 marks]Differentiate between the following: 1. pop() and remove() methods of list. 2. Del statement and pop() method of list.
[4 marks]Explain while loop & for loop with syntax and example in detail.
[7 marks]Provide List of Assignment and Comparison Operators with its description.
[7 marks]Differentiate between the following. 1. isidintifier() and isnumeric() 2. split() and splitlines()
[3 marks]Write a program to get the file size of a plain text file.
[4 marks]Write a program to take an input Nand print Fibonacci sequence till Nterms.
[7 marks]Differentiate between local and global variables with suitable examples.
[3 marks]Explain the different file mode operations with examples.
[4 marks]Write a program that creates a list of 10 random integers. Then create two lists by name odd_list and even_list that have all odd and even values of the list respectively.
[7 marks]Define the abstraction and use of it.
[3 marks]What is Inheritance? Explain types of inheritance.
[4 marks]If the age of Ram, Sam, and Khan are input through the keyboard, write a python program to determine the eldest and youngest of the three.
[7 marks]What is exception handling?
[3 marks]Explain lambda function.
[4 marks]Write a Python program to Swapping of two numbers with and without using temporary variable.1
[7 marks]Write a Python program to print first 10 prime number
[3 marks]Differentiate between Black Box and Glass Box testing.
[4 marks]Explain Binary Search with an example.
[7 marks]Write a python program to to find sum of natural numbers.
[3 marks]What is Encapsulation?Explain in detail.
[4 marks]Explain briefly about the Multi-Valued Data types with example.
[7 marks]