0% found this document useful (0 votes)
2K views9 pages

Practical File Front Page Class 11

The document contains the index of programs written by a student for their Computer Science practical file, including programs to calculate average marks, check if a year is a leap year, calculate simple interest, convert temperatures between Celsius and Fahrenheit, build a calculator using if/elif/else statements, find the largest of three numbers, convert time in minutes to hours, and check if a character is a vowel or consonant. The programs take various inputs from the user and output the results.

Uploaded by

vardaan
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)
2K views9 pages

Practical File Front Page Class 11

The document contains the index of programs written by a student for their Computer Science practical file, including programs to calculate average marks, check if a year is a leap year, calculate simple interest, convert temperatures between Celsius and Fahrenheit, build a calculator using if/elif/else statements, find the largest of three numbers, convert time in minutes to hours, and check if a character is a vowel or consonant. The programs take various inputs from the user and output the results.

Uploaded by

vardaan
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/ 9

KR MANGALAM WORLD SCHOOL

COMPUTER SCIENCE (083)


PRACTICAL FILE
SESSION: 2023-24

Student Name: VARDAAN MEHANDRU

Roll Number:

Class: XI D

Submitted to: Ms. Shelly Arora


INDEX

S NO . PRO G RAMS PAG E


NO .

1- WRITE A PROG RAM T O INPUT MARK S IN FIVE S UB JE CT S AND PRINT


AVE RAG E .

2- WRITE A PROG RAM T O INPUT YE AR FRO M TH E USE R AND CH E CK


WHE T HE R TH E YE AR IS LE AP YE AR O R NOT .

3- WRITE A PROG RAM T O CAL CUL AT E SIMPL E INTE RE S T .

4- WRITE A PROG RAM T O CO NVE RT TE MPE RAT URE FRO M CE LS IUS T O


FAH RE NHE IT .

5- WRITE A PROG RAM T O MAK E CAL CUL AT O R US ING IF EL IF E LS E


ST AT E ME NT .

6- WRITE A PROG RAM T O INPUT TH RE E NUMB E RS AND DIS PL AY TH E


L ARGE S T NUMB E R.

7- WRITE A PROG RAM T O INPUT TIME IN MINUT ES AND CO NVE RT T O


HO URS .

8- WRITE A PROG RAM T O INPUT A CH ARACT E R FRO M US E R AND CHE CK


WHE T HE R IT IS VO WE L O R CO NS O NANT .
1- Write a program to input marks in five subjects and print average.

INPUT

OUTPUT
2- Write a program to input year from the user and check whether the year is leap year or
not.

INPUT

OUTPUT
3- Write a program to calculate simple interest.

INPUT

OUTPUT
4- Write a program to convert temperature from Celsius to Fahrenheit.

INPUT

OUTPUT
5- Write a program to make calculator using if-elif-else statement.

INPUT
OUTPUT
6- Write a program to input three numbers and display the largest number.

INPUT

You might also like