0% found this document useful (0 votes)
52 views19 pages

IP Practical

Uploaded by

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

IP Practical

Uploaded by

msppande
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 19

Name: Vaishnavi Dhiman

Std: 11 Div: Science -CBSE


Roll No . : 11
Subject: Informatics Practices
Practical File (065)

Year: 2024-25

City Pride School


Pradhikaran, Nigdi-411044

STD-XI
IP INDEX

Python Programs
Sr. Name of the program Date Page Remark Sign of
No. No. teacher

1 To find average and grade for the 10/7/2024 1


given marks.

2 To find sale price of an item with 10/7/2024 2


given cost and discount (%).

3 To calculate perimeter/circumference 10/7/2024 3


and area of shapes such as triangle,
rectangle, square and circle.

4 To calculate Simple and Compound 15/7/2024 4


interest.

5 To calculate EMI for Amount, Period 15 /7/2024 5


and Interest.

6 To calculate profit-loss for given Cost 15/7/2024 6


and Sell Price.

7 To calculate tax - GST / Income Tax. 15/7/2024 7

8 To enter any number and check it is 21/8/2024 8


positive, negative or zero number.

9 To enter any character and check it is 21/8/2024 9


Upper Case, Lower Case, Digit or
symbol.

10 To enter 3 numbers and print the 21/8/2024 10


largest number.

11 To find the sum of squares of first 100 21/8/2024 11


natural numbers and print it.

12 To print first ‘n’ multiples of a given 26/8/2024 12


number.

13 To count the number of vowels in a 26/8/2024 13


user entered string.

14 To print the words starting with a 26/8/2024 14


particular alphabet in entered string.
i
15 To print the number of occurrences of 26/8/2024 15
a given alphabet in a given string.
1. To find average and grade for the given marks.
Input:
Output:

1.

2. To find sale price of an item with given cost and discount (%).
Input:

Output:

2.

3. To calculate perimeter/circumference and area of shapes such as triangle, rectangle, square and circle

Input:
Output:

3.

4. To calculate Simple and Compound interest.

Input:
Output:

4.

5. To calculate EMI for Amount, Period and Interest.


Input:

Output:

5.

6. To calculate profit-loss for given Cost and Sell Price.

Input:
Output:

6.

7.To calculate tax - GST / Income Tax.

Input:
Output:

7.

8. To enter any number and check it is positive, negative or zero number.

Input:
Output:

8.

9. To enter any character and check it is Upper Case, Lower Case, Digit or symbol.

Input:
Output:

9.

10. To enter 3 numbers and print the largest number.

Input:
Output:

10.

11. To find the sum of squares of first 100 natural numbers and print it.

Input:
Output:

11.

12. To print first ‘n’ multiples of a given number.

Input:
Output:

12.

13. To count the number of vowels in a user entered string.

Input:
Output:

13.

14. To print the words starting with a particular alphabet in entered string.

Input:
Output:

14.

15. To print the number of occurrences of a given alphabet in a given string.

Input:
Output:

15.
i

You might also like