You are on page 1of 2

ST.

JOSEPH’S ACADEMY
PRACTICAL LIST(2022-23)
CLASS-XI
SUB-INFORMATICS PRACTICES (065)

SNO. PROGRAM
1 Write a python program that accepts radius of a circle and
prints its area.
2 Write a program that accepts base and height and calculate the
area of triangle.
3 Write a program that inputs a student’s marks in three
subjects(out of 100) and prints the percentage marks.
4 Write a python program to simple interest.
5 Write a python program to read two numbers and prints their
quotient and reminder.
6 Write a program in python that accepts weight in Kg and height
in meters and calculate the BMI.
7 Write a python program to accept the height in cm and convert
it into feet and inches.
8 Write a python program to calculate and show basic arithmetic
Operations (+,-,*,/) after accepting 2 numbers.
9 Write a program to obtain x, y , z and calculate 4x 4 +3y3+9z+6π.
10 Write a program to find whether a given number is even or
odd.
11 Write a python program that accepts two nubers and check if
the first number is fully divisible by second number or not .
12 Write a python program to input a number and check whether
it is positive , negative or zero.
13 Write a python program to input a number and print its square
if it is odd , otherwise print its square root.
14 Write a python program to find lowest and largest among the
three integers.
15 Write a python program to input percentage marks of a student
and find grade as per following criterion.
Marks Grade
>=90 A
75-90 B
60-75 C
Below 60 D
16 Write a python program to display a menu for calculating area
of square , rectangle , circle or triangle according to user’s
choice.
17 Write a python program to read a integer >1000 and reverse the
number.
18 Write a python program to print the following patterns
1
13
135
1357
19 Write a python program to print a patterns like:
4321
432
43
4
20 Write a python program to read a line and prints its statistics
like
Number of upper case letters
Number of alphabets
Number of symbols
Number of lowercase letters
Number of digits
21 Write a python program that reads a string and checks
whether it is a palindrome string or not without using string.
22 Write a python program to input a string and print each
individual word along with its length.
23 Write a python program to input a string and check if contains
a digit or not .(without using any library function)

You might also like