0% found this document useful (0 votes)
5 views1 page

Question Bank Python

The document outlines a series of programming tasks and concepts related to Python, including calculating the area of a circle, variable naming conventions, and determining if a number is odd or even. It also covers loops, mathematical functions, random number generation, and creating quizzes, multiplication tables, and programs using functions and inheritance. Additionally, it discusses selection statements, class abstraction, and encapsulation with examples.

Uploaded by

sriganapathy44
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Question Bank Python

The document outlines a series of programming tasks and concepts related to Python, including calculating the area of a circle, variable naming conventions, and determining if a number is odd or even. It also covers loops, mathematical functions, random number generation, and creating quizzes, multiplication tables, and programs using functions and inheritance. Additionally, it discusses selection statements, class abstraction, and encapsulation with examples.

Uploaded by

sriganapathy44
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like