Explain features of Python Programming.
[5 marks]Write a code that prints your full name and your Birthday as separate strings.
[5 marks]Explain difference between Interactive mode and Script mode.
[5 marks]Write a Python Program to find whether a given number is odd or even.
[5 marks]Write a Python Program for How to check if a given number is a Fibonacci number?
[5 marks]Explain different math modules used in Python with examples.
[5 marks]Write a program to input ‘n’ numbers and store it in list.
[5 marks]Explain break and continue statements with example.
[5 marks]Write a Python code to find minimum, maximum and mean of given 10 numbers.
[5 marks]Explain errors and exceptions in Python.
[5 marks]What is tuple? Explain tuple assignment and tuple slices.
[5 marks]Explain debugging with pdb using suitable examples.
[5 marks]What is a dictionary? Explain creation, initialization and access to the element in the dictionary with suitable examples.
[5 marks]Explain any five built-in string functions in Python with examples.
[5 marks]Write a Python code to perform bubble sort.
[5 marks]Explain the notion of states and transitions using state transition diagrams.
[5 marks]Write a Python code to perform insertion sort.
[5 marks]