Explain the following:
[5 marks]Keyword ii) Identifier iii) Variable iv) write
[ marks]Append
[ marks]List and explain different types of operators in Python with one example for each.
[5 marks]Differentiate between for loop and while loop in Python. Provide one example for each to print numbers from 1 to 5.
[5 marks]Write a Python program using if-elif-else to check whether a number is positive, negative, or zero.
[5 marks]Explain the use of break, continue, and pass statements in Python with appropriate examples.
[5 marks]What is a dictionary in Python and how data is stored and accessed? Explain with example.
[5 marks]What is set? Explain different operations with proper example.
[5 marks]What is Recursion? Write a python program to find a factorial of 1 to 5 numbers.
[5 marks]Differentiate between a list and a tuple in Python with example.
[5 marks]What is the purpose of the math module in Python? Provide examples of how to use the sqrt() and pow() functions.
[5 marks]Explain plotting functions in python with example.
[5 marks]What is the use of string testing function? Explain islower(), isupper(), isalpha() function with suitable example.
[5 marks]Explain basic string functions len(), min(), max() with each example. Page 1 of
[2 marks]What is string manipulation function? Explain lstrip() and rstrip() with example.
[5 marks]What is the purpose of the open() function in Python? Explain the different modes to open the file with example.
[5 marks]What is the difference between the read() and readline() functions in Python? Demonstrate the answer with example.
[5 marks]Write a python program to print current date, time, day and year using datetime module. Page 2 of
[2 marks]