Class 10th AI 417 Practical Practice Worksheet

SOLUTION......

Class 10th AI 417 Practical Worksheet
1. Write a Python program to enter radius of a circle and find its diameter, circumference and area.
2.Write a Python program to enter P, T, R and calculate Simple Interest.
3.Write a Python program to enter temperature in Celsius and convert it into Fahrenheit and vice versa.
4.Write a python program to input marks of five subjects Physics, Chemistry, Biology, Mathematics and Computer. Calculate percentage and grade according to following:
Percentage >= 90% : Grade A
Percentage >= 80% : Grade B
Percentage >= 70% : Grade C
Percentage >= 60% : Grade D
Percentage >= 40% : Grade E
Percentage < 40% : Grade F
5.Write a python program to input basic salary of an employee and calculate its Gross salary according to following:
Basic Salary <= 10000 : HRA = 20%, DA = 80%
Basic Salary <= 20000 : HRA = 25%, DA = 90%
Basic Salary > 20000 : HRA = 30%, DA = 95%
6.Write a C program to input electricity unit charges and calculate total electricity bill according to the given condition:
For first 50 units Rs. 0.50/unit
For next 100 units Rs. 0.75/unit
For next 100 units Rs. 1.20/unit
For unit above 250 Rs. 1.50/unit
An additional surcharge of 20% is added to the bill
7.Write a Python program to calculate profit or loss.
8.Write a python program to input month number and print number of days in that month.
9.Write a python program to find maximum between three numbers.
10.Write a python program to input week number and print week day.
11.Write a Python program to find sum of all natural numbers between 1 to n.
12.Write a Python program to check whether a number is Armstrong number or not.
13.Write a Python program to check whether a number is palindrome or not.
14.Write a Python program to print all odd number between 1 to 100.
15.Write a python program to check whether a number is Perfect number or not.

sign up!

We’ll send you the hottest deals straight to your inbox so you’re always in on the best-kept software secrets.