0% found this document useful (0 votes)
57 views22 pages

11 Cbse Practical File

This document contains 20 programming projects completed by Yash Agarwal for his 11th grade computer science practical file. Each project listing includes the program code, input, and output for programs involving patterns, mathematical equations, Fibonacci series, menu driven programs, games, string manipulation, lists, and more. All projects were completed to meet the requirements for Yash's 2022-2023 computer science practical file for the 11th grade.

Uploaded by

Priyansh
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)
57 views22 pages

11 Cbse Practical File

This document contains 20 programming projects completed by Yash Agarwal for his 11th grade computer science practical file. Each project listing includes the program code, input, and output for programs involving patterns, mathematical equations, Fibonacci series, menu driven programs, games, string manipulation, lists, and more. All projects were completed to meet the requirements for Yash's 2022-2023 computer science practical file for the 11th grade.

Uploaded by

Priyansh
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/ 22

COMPUTER SCIENCE

Practical file

NPS INTERNATIONAL/COMPUTER
SCIENCE

YASH AGARWAL
11 CBSE
Index

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


1
PROJECT ONE: PATTERN PRINTING

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


2
PROJECT 2: Mathematical equation

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


3
PROJECT 3: Mathematical equation

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


4
PROJECT 4: Mathematical equation

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


5
PROJECT 5: Mathematical reasoning

PROGRAM

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


6
PROJECT 6: FIBONACCI SERIES

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


7
PROJECT 7: Menu driven program to insert or delete an element

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


8
PROGRAM 8: TO CHECK WHETHER A WORD IS A PREFIX OF ANOTHER WORD

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


9
PROGRAM 9: CALCULATOR MENU

OUTPUT:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


10
PROGRAM 10: NUMBER GUESSING GAME

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


11
PROGRAM 11: TO SOLVE A QUADRATIC EQUATION.

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


12
PROGRAM 12: WRITE A PROGRAM THAT TAKES TWO STRINGS FROM THE USER AND DISPLAYS THE
SMALLER STRING IN SINGLE LINE AND LARGER STRING AS PER THIS:

1st letter 1 st last letter

2nd letter 2 nd last letter

3rd letter 3rd last letter

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


13
PROGRAM 13: TO PRINT THE ELEMENTS OF A TUPLE AS PIG LATIN

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


14
PROGRAM 14: TO INPUT A LIST AND MAKE A NEW LIST THAT HAS A SUM OF THE PREVIOUS
NUMBERS

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


15
PROGRAM 15: TO CHECK WHETHER A NUMBER IS A PERFECT NUMBER OR AN ARMSTRONG
NUMBER

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


16
PROGRAM 16: TO INPUT A STRING AND TELL THE COUNT OF VOWELS, CONSONANTS, LOWERCASE
AND UPPERCASE LETTERS.

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


17
PROGRAM 17: TO OBTAIN THE MAXIMUM AND MINIMUM NUMBER FROM A LIST

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


18
PROGRAM 18: MENU DRIVEN PROGRAM TO ISSUE A DRIVER

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


19
PROGRAM 19: TO INPUT A NUMBER AND CONVERT IT TO ROMAN NUMERAL

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


20
PROGRAM 20: TO GET 2 LISTS, AND CREATE A NEW LIST OF FRACTIONS FROM THAT LIST, PRINT IT
AND SHOW THE SHORTEST FRACTION

PROGRAM:

OUTPUT:

Yash Agarwal/NPSI/2022-2023/CS/Practical file/11 CBSE


21

You might also like