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

computer science practical file

this is a file of the program which is asked in class 12th and its very beneficial for students of 12th as it helps them to submit the file work in their respective school as well they can focus on their board exam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
91 views23 pages

computer science practical file

this is a file of the program which is asked in class 12th and its very beneficial for students of 12th as it helps them to submit the file work in their respective school as well they can focus on their board exam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 23

NAME: YASHIKA KHATRI

CLASS: XII ‘A’

ROLL NO:

SUBJECT: COMPUTER SCIENCE PRACTICAL FILE

REPORTED TO: VINAY GAHLOT SIR


CERTIFICATE
This is to certify that YASHIKA
KHATRI of Class 12 at RPVV
DWARKA SECTOR -19 has
successfully completed their Practical
file of subject “Computer science”
for the Class XII practical examination
of the Central Board of Secondary
Education in the academic year 2024
– 2025.
I further certify that this practical file
is the individual work of the student.

[Signature of Teacher/HOD]:
ACKNOWLEDEGEMENT
I would like to express my sincere
gratitude to my mentor Mr. Vinay sir for their
guidance and support throughout this
practical file. Their feedback was invaluable,
and their encouragement helped me to stay
motivated and on track. I am grateful for their
patience and kindness. Also I am grateful
for the resources provided by my school and
library, which made it possible to complete
this practical file. finally, I would like to thank
my friends and family for their support and
encouragement. They helped me to get
through the tough times and celebrate my
successes. I could not have done this
without them.
TABLE OF CONTEXT
S.NO DATE TOPIC PAGE SIGNATURE
NO.

1.

2.

3.

4.

5.

6.

7.
8.

9.

10.

11.

12.

13.

14.

15.
PROGRAM – 1
Q1 write a program to print all even numbers in a
given range.
A=2
Y = 16 # ("defining the range")
for i in range(A,Y+1):
if i%2 ==0:
print (i , end='')

OUTPUT:-
PROGRAM – 2
Q2. write a program to calculate the sum of odd
numbers in a given range.
sum = 0
for i in range(1,10):
if i%2!=0:
sum = sum +i
print (sum)

OUTPUT:-
PROGRAM – 1
PROGRAM – 1

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy