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

CS practical

This document is a project submitted by Kushagra Garg from Goodley Public School for the CBSE Computer Science curriculum for Class XI, session 2024-2025. It includes a list of programming questions and tasks, such as converting Celsius to Fahrenheit, checking for leap years, and calculating various mathematical operations. The document serves as a compilation of coding exercises aimed at fulfilling academic requirements.

Uploaded by

Anav Mittal
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

CS practical

This document is a project submitted by Kushagra Garg from Goodley Public School for the CBSE Computer Science curriculum for Class XI, session 2024-2025. It includes a list of programming questions and tasks, such as converting Celsius to Fahrenheit, checking for leap years, and calculating various mathematical operations. The document serves as a compilation of coding exercises aimed at fulfilling academic requirements.

Uploaded by

Anav Mittal
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 19

COMPUTER SCIENCE

PROJECT
SUBMITTED IN PARTIAL FULFILLMENT OF
THE REQUIREMENTS OF CBSE, NEW DELHI
SUBJECT CODE: 083

GOODLEY PUBLIC
SCHOOL
CLASS XI
SESSION 2024-2025

Submitted By:
Name:- Kushagra Garg
Class:- 11-B
Roll No.: 21
Kushagra Garg
11 B

21
1 Question 1 1

2
2 Question 2
3 Question 3,4 3

4 Question 5,6,7 4

5 Question 8 5

6 Question 9,10 6

7 Question 11,12,13 7

8 Question 14,15,16 8

9 Question 17,18,19 9

10 Question 20 10

11 Question 21 11

12 Question 22 12
Q1 CONVERT CELCIUS INTO FAHRENHEIT
Q2 Program to check given year is leap year or not
Q3 Tell year to user in which they will turn 100 years old

q4 Swap two numbers using third variable


Q5 Upendra avasthi invested 545000 rs in 500 argo shares and 357550 rs in 300 ltp shares . find average
investment cost per share

q6 Print gross profit, net profit and net profit percentage for given operating cost , cost of goods , revenue
generated

q7 Display total fee to user with 10% fee hike every year
Q8 find largest number from three given numbers
Q9 display sum of even numbers upto the limit given

q10 read two numbers and arithmetics operator and then display result
Q11 display the given character is vowel or not

Q12 reverse the given number

Q13 find area and perimeter of triangle,square according to user’s choice using menu
Q14 print fibonacci series to given limit

Q15 check given number is prime or not

Q16 print 1+x1/1!+x2/2!+….xn/n! for given value n and x


Q17 find out whether the given number is armstrong or not

Q18 find out whether the number is palindrome or not

Q19 find out wheather the given number is perfect number or not
Q20 write program to print patterns
Q21 display astrological sign for given date of birth
Q22 calculate total selling prince after leving gst . footwear <= 500 (gst = 5%) , footwear >= 500 (gst = 18%) ,
apparels <= 1000 (gst = 5%) , apparels >= 1000 (gst = 12%)

Q23 program to accept a string and display longest substring


Q24 program that reads a line and prints frequency chart

Q25 program to check wheather string is palindrome or not

Q26 program that prompts for a phone number that of 10 digits and two dashes , a dash each after area
code and the next three numbers . for eg 111-111-1111 is a legal input . display if phone number entered is valid or not

Q27 program that should prompt the child to type some sentence followed by “enter” . it should then print

the orignal sentence with following stats


Q28 program to reverse a list

Q29 menu driven program

Q30 program to input numbers in tuple and print the sum , maximum , min and mean

Q31 program to store admission no. , name , marks , roll no. in dictionary and print information on basis of

admission no.
Q31 program that repeatedly asks user to enter product names and price

Q32 program to print n names and mobile numbers in dict

Q32 program to calc area, circumference of circle and area , perimeter of rectangle

Q33 function that fills list with random numbers

You might also like