What are the steps to install Python on Windows?
[3 marks]Differentiate between list and tuple with example.
[4 marks]Explain various string operations in Python with examples.
[7 marks]Write a short note on break, continue, and pass.
[3 marks]Explain if...else and elif statements with example.
[4 marks]Write a program using loops to display even numbers from 1 to 20.
[7 marks]Demonstrate list iteration using for and while loops.
What is recursion?
[3 marks]Explain function parameters and return values with example.
[4 marks]Explain function definition, calling, and argument types in Python with examples.
[7 marks]What are global variables?
[3 marks]What is a module in Python?
[4 marks]Write a recursive function to calculate factorial of a number.
[7 marks]What is a string in Python?
[3 marks]Explain list mutability with example.
[4 marks]Write a program to demonstrate list operations.
[7 marks]What is software testing?
[3 marks]Differentiate between black-box and glass-box testing.
[4 marks]Explain the process of debugging in Python.
[7 marks]What is an Abstract Data Type (ADT)? Page 1 of
[2 marks]Explain Information Hiding with example.
[4 marks]Explain the concept of inheritance in detail with types and example.
[7 marks]What is a search algorithm?
[3 marks]Explain Linear Search with example.
[4 marks]Explain the concept and working of a Hash Table with an example program. Page 2 of
[2 marks]