Describe Python operators. Explain types of operators with examples.
[5 marks]Differentiate Cand Python programming language.
[5 marks]What is set? Explain different operations on set ?
[5 marks]Write a Python Program to find the area of a circle.
[5 marks]Write a Python Program for factorial of a number.
[5 marks]Explain different conditional statements used in Python with examples.
[5 marks]Compare global variables and local variables in Python functions. Provide examples to illustrate your points.
[5 marks]Explain different looping constructs used in Python with examples.
[5 marks]Describe the purpose of the datetime module in Python. Explain any two date and time functions with example.
[5 marks]Define List. Explain any three list operations
[5 marks]Write a python program to generate random numbers.
[5 marks]Define Tuple. Explain any three tuple operations
[5 marks]Explain any three mathematical functions from the math module.
[5 marks]“Strings are immutable.”-Justify the statement with suitable examples.
[5 marks]Explain following file handling functions 1) read, 2) readline, 3) readlines
[5 marks]Explain following string operations. 1) islower 2) max 3) lstrip 4) count 5) rfind
[5 marks]Explain following file handling functions 1) write, 2) append, 3) writelines
[5 marks]