Question Bank Python Programing
1. Write a simple program for computing a area of circle using console input.
2. What is the naming convention for variables
3. Write a simple program to find the given number id ODD or EVEN using IF
4. Define While Loop with example.
5. Elucidate the common mathematical functions in Python
6. How do you generate a random number between 0 and 9. .
7. Design a program that generates five questions like subtraction quiz and, after a
student answers all of them, reports the number of correct answers. The program
also displays the time spent on the test.
8. Design a multiplication table using For Loop.
9. Write a python program for display a grade using Function.
10. Write a python program for display a Greatest Common Divisor using Function.
11. Describe the various selection and Looping statement in Python with example.
12. Explain Class Abstraction and Encapsulation with example Python Program.
13. Write a Python program to compute a the area of circle and rectangle using
Inheritance