0% found this document useful (0 votes)
28 views

Class 11 Practical File Coomputer Science

This document contains a practical file for computer science class 11. It includes a syllabus for Python programs and a list of 25 suggested programs. It also includes sample code and output for 13 of the programs, including programs to find the area of shapes, greatest among numbers, check for palindromes, and sort numbers. It ends with a thank you and the student's contact information.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Class 11 Practical File Coomputer Science

This document contains a practical file for computer science class 11. It includes a syllabus for Python programs and a list of 25 suggested programs. It also includes sample code and output for 13 of the programs, including programs to find the area of shapes, greatest among numbers, check for palindromes, and sort numbers. It ends with a thank you and the student's contact information.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 30

केंद्रीय विद्यालय अहमदाबाद कैं ट

हनुमान कैं प, अहमदाबाद -३८०००३


KENDRIYA VIDYALAYA AHMEDABAD CANTT,
HANUMAN CAMP, AHMEDABAD 380003

PRACTICAL FILE
COMPUTER SCIENCE
CLASS XI

Sonia Choudhary
PGT CS
KV Ahmedabad Cantt

1|Page
SYLLABUS
CS PRACTICAL
CLASS XI

2|Page
Suggested Practical List
Python Programs
1. Write a Program to find Area of Rectangle
2. Write a Program to find Area of Circle
3. Write a Program to find Area of Cuboid
4. Write a Program to find Greatest among Three Numbers
5. Write a Program to find Greatest among Four Numbers
6. Write a Program to check Division in Result
7. Write a Program to check Age Criteria
8. Write a Program to find Sum of Nth Number
9. Write a Program to find Value of Factorial
10. Write a Program to Print Multiplication of Table
11. Write a Program to print Opposite Right Angled Triangle
12. Write a Program to print 1,22,333,4444
13. Write a Program to print the pattern 1,12,123,1234,12345
14. Write a Program to print Fibonacci Series using While Loop
15. Write a Program to print Fibonacci Series using For Loop
16. Write a Program to print the Pattern A,AB,ABC
N
17. Write a Program to calculate X
18. Write a Program to find Integer is Palindrome or Not
19. Write a Program to find Factorial of List
20. Write a Program to print Pascal Triangle
21. Write a Program to create a list of values entered by Users
22. Write a Program to arrange number in ascending order using Bubble Sort
23. Write a Program to create a phone Dictionary
24. Write a Program to find given number is Prime or Not
25. Write a Program to find reverse of a given number

3|Page
STUDENT PROFILE
XII A
Computer Science

Contract
S No Class Name of Student Fathers Name Number
1 XI-A AALISHA RAJAN SURESH B RAJAN 9574758951
ANSH KUMAR JAGAT KUMAR TRIPATHI 9871264274
2 XI-A TRIPATHI
3 XI-A ARUSH AGGARWAL MUNISH AGGARWAL 9824164061
BHOOMI PARMAR SHAILESH KUMAR PARMAR 9998125511
4 XI-A
DEEP VARIYA SHOBHNESH 9426222005
5 XI-A
6 XI-A DEEPAK SINGH NARENDRA SINGH 8469042981
DIPANSHU ATTRI DINESH KUMAR AATRI 8141866390
7 XI-A
8 XI-A G KRISHA RAMESH BHAI 9727919510
HARSH SUNIL SUNIL TULSIDAS 8849367482
9 XI-A RAMCHANDANI RAMCHANDANI
HARSHITA RAJESH TULSIDAS 7600195666
10 XI-A RAMCHANDANI RAMCHANDANI
11 XI-A INDRESH MISHRA SHRI NARAYAN MISHRA 9821348454
JAINIK DAVADA HIMMATMAL MALI 7433824007
12 XI-A
MAHAVIR AMIN ANIL KUMAR 9726076964
13 XI-A
MANVI SANDEEP KUMAR 7984551686
14 XI-A
MEHUL UTTAM SUDHIR UTTAM 9909009221
15 XI-A
MOHAMMAD HUDA NABI HASAN 9662255895
16 XI-A ANSARI
17 XI-A PATEL JAY PATEL KAUSHIK KUMAR 9737295801
RIYA MISHRA PRAMOD KUMAR MISHRA 9825235234
18 XI-A
SANDEEP KHAMBALA KHAMBALA RANCHOD 8160863519
18 XI-A BHAI
SANJEEV KUMAR POOL KUMAR 9638100884
20 XI-A
21 XI-A SAURABH YADAV RAMBARAN 8094007203
SHAILY SHARMA SANTOSH KUMAR 9052708538
22 XI-A
23 XI-A SHELKE PREM PRAVIN SHELKE PRAVIN VASANT 9758879068
24 XI-A SUDHANSHU K PANDIT ANIL KUMAR PANDIT 9427368913
25 XI-A SURAJ PATEL JIGNESH KUMAR PATEL 9824654008
THAKUR KARAN SINGH THAKUR RAJIV SINGH 9166012149
26 XI-A
27 XI-A VIVEK RAI DASHRATH RAI 7818847850

4|Page
Program -1

AIM:
Write a Program to find Area of Rectangle
Code:

Output:

5|Page
Program -2

AIM:
Write a Program to find Area of Circle
Code:

Output:

1|Page
Program -3

AIM:
Write a Program to find Area of Cuboid
Code:

Output:

1|Page
Program -4

AIM:
Write a Program to find Greatest among Three Numbers
Code:

Output:

1|Page
Program -5

AIM:
Write a Program to find Greatest among Four Numbers
Code:

Output:

1|Page
Program -6

AIM:
Write a Program to check Division in Result
Code:

Output:

1|Page
Program -7

AIM:
Write a Program to check Age Criteria
Code:

Output:

1|Page
Program -8

AIM:
Write a Program to find Sum of Nth Number
Code:

Output:

1|Page
Program -9

AIM:
Write a Program to find Value of Factorial
Code:

Output:

1|Page
Program -10

AIM:
Write a Program to Print Multiplication of Table
Code:

Output:

1|Page
Program -11

AIM:
Write a Program to print Opposite Right Angled Triangle
Code:

Output:

1|Page
Program -12

AIM:
Write a Program to print 1,22,333,4444
Code:

Output:

1|Page
Program -13

AIM:
Write a Program to print the pattern 1,12,123,1234,12345
Code:

Output:

1|Page
Program -14

AIM:
Write a Program to print Fibonacci Series using While Loop
Code:

Output:

1|Page
Program -15

AIM:
Write a Program to print Fibonacci Series using For Loop
Code:

Output:

1|Page
Program -16

AIM:
Write a Program to print the Pattern A,AB,ABC
Code:

Output:

1|Page
Program -17

AIM:
Write a Program to calculate XN
Code:

Output:

1|Page
Program -18

AIM:
Write a Program to find Integer is Palindrome or Not
Code:

Output:

1|Page
Program -19

AIM:
Write a Program to find Factorial of List
Code:

Output:

1|Page
Program -20

AIM:
Write a Program to print Pascal Triangle
Code:

Output:

1|Page
Program -21

AIM:
Write a Program to create a list of values entered by Users
Code:

Output:

1|Page
Program -22

AIM:
Write a Program to arrange number in ascending order using Bubble Sort
Code:

Output:

1|Page
Program -23

AIM:
Write a Program to create a phone Dictionary
Code:

Output:

1|Page
Program -24

AIM:
Write a Program to find given number is Prime or Not
Code:

Output:

1|Page
Program -25

AIM:
Write a Program to find reverse of a given number.
Code:

Output:

1|Page
Thank You

2|Page

You might also like