XI Computer Science Practical File Questions 2024-245docx
XI Computer Science Practical File Questions 2024-245docx
SCHOOL
K
XI Class-Computer Sc.
PRACTICAL FILE
2024-25
SUBMITTED BY:
SWAPAN KAPURIA
(PGT. Comp. Sc.)
ACKNOWLEDGEMENT
[Name of Student]
CERTIFICATE
Swapan Kapuria
PGT Computer Sc.
Kamal Model Sr. Sec. School
XI- Computer Science
List of Practical 2024-25
(Do 1 to 10 questions in holidays)
1 Write a python program to input two numbers and display their sum,
subtraction, product and division.
2 Write a python program to input two numbers and display the
larger / smaller
number.
3 Write a python program to input three numbers and display the
largest /smallest number.
5 Write a program to input the value of x and n and print the sum of
the following series:
a. 1 + x² + x³ + ... + xⁿ
b. x - x2/2! + x3/3! - x4/4! + x5/5! - x6/6!
6 Write a program to determine whether a number is an
Armstrong number
16. WAP in Python to find and display the sum of all the values which
are ending with 3 from a list.
18. Write a Python program to input names of ‘n’ countries and their
capital and currency, store it in a dictionary and display in tabular
form. Also search and display for a particular country.
19. Write a program that creates a tuple storing first 9 terms of Fibonacci
series
20.
Write a program that inputs two tuples and creates a third, that
contains all elements of the first followed by all elements of the
second.
21. Write a program that takes a value and checks whether the given
value is part of given dictionary or not. If it is, it should print the
corresponding key otherwise print an error message.
Note:
You can do this programs in Python idle/ Jupiter/Google collab etc. One
page can not have more than one program. Each Page will have
“””
Question
“””
python code
“””
then output.
“””
**