0% found this document useful (0 votes)
7 views23 pages

CS Project File

This document is a project file for Class 11 Computer Science, containing various programming exercises. It includes programs for tasks such as finding the largest or smallest numbers, generating patterns, and checking for prime numbers. Each program section outlines the code, dry run details, and sample output.

Uploaded by

kingishere012
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)
7 views23 pages

CS Project File

This document is a project file for Class 11 Computer Science, containing various programming exercises. It includes programs for tasks such as finding the largest or smallest numbers, generating patterns, and checking for prime numbers. Each program section outlines the code, dry run details, and sample output.

Uploaded by

kingishere012
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

CLASS 11 COMPUTER SCIENCE PROJECT FILE

ACKNOWLEDGEMENT
I express my sincere gratitude to my respected teachers and the KVS administration for their
guidance and support throughout the preparation of this Computer Science Project File.
INDEX
1. Welcome Message Program
2. Larger/Smaller of Two Numbers
3. Largest/Smallest of Three Numbers
4. Pattern-1 Stars
5. Pattern-2 Numbers
6. Pattern-3 Alphabets
7. Series Program 1
8. Series Program 2
9. Series Program 3
10. Series Program 4
11. Perfect/Armstrong/Palindrome Number
12. Prime or Composite Check
13. Fibonacci Series
14. GCD & LCM
15. Count Vowels/Consonants/Uppercase/Lowercase
16. String Palindrome & Case Conversion
17. Largest/Smallest in List/Tuple
18. Swap Even & Odd Index Elements
19. Search in List/Tuple
20. Dictionary - Students Marks > 75
PROGRAM 1

1. Welcome Message Program

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 2

2. Larger/Smaller of Two Numbers

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 3

3. Largest/Smallest of Three Numbers

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 4

4. Pattern-1 Stars

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 5

5. Pattern-2 Numbers

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 6

6. Pattern-3 Alphabets

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 7

7. Series Program 1

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 8

8. Series Program 2

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 9

9. Series Program 3

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 10

10. Series Program 4

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 11

11. Perfect/Armstrong/Palindrome Number

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 12

12. Prime or Composite Check

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 13

13. Fibonacci Series

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 14

14. GCD & LCM

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 15

15. Count Vowels/Consonants/Uppercase/Lowercase

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 16

16. String Palindrome & Case Conversion

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 17

17. Largest/Smallest in List/Tuple

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 18

18. Swap Even & Odd Index Elements

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 19

19. Search in List/Tuple

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.
PROGRAM 20

20. Dictionary - Students Marks > 75

Code:
Code will be printed here.

Dry Run:
Dry run details here.

Output:
Sample output displayed here.

You might also like