0% found this document useful (0 votes)
0 views16 pages

Computer Science (Practical)

Uploaded by

vjha7922
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)
0 views16 pages

Computer Science (Practical)

Uploaded by

vjha7922
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/ 16

COMPUTE

R
SCIENCE
PRACTICAL
FILE

SUBMITTED BY:
NAME: SUMIT PATRA
CLASS: 11 C
ROLL NO: 22

INDEX
S.no Program Page no.
1 Write a python program to calculate 1
simple interest.
2 Write a python program to convert 2
temperature in degree celsius to
degree farenheit.
3 Write a Python program a function 3
to print table of a given number the
number has to be entered by the
user.
4 Write a program that print 4
maximum and minimum of four
number entered by the user.
5 Write a program to check if the given 5
year is a leap year or not.
6 Write a program to generate the sequence: -5, 6
10, -15, 20 , ……. upto n, where n is an
integer input by the user.

7 write a program to find the sum of 7


digits of an integer number input by
the user.
8 Write a function that checks whether 8
an input number is a palindrome or
not.
9 Write a program to print the 9-12
following pattern.
Q.1 Write a python program to calculate simple interest.

1
Q.2 Write a python program to convert temperature in degree celsius
to degree farenheit.

2
Q.3 Write a Python program a function to print table of a given
number the number has to be entered by the user.

3
Q.4 Write a program that print maximum and minimum of four
number entered by the user.

4
Q.5 Write a program to check if the given year is a leap year or not.

5
Q.6 Write a program to generate the sequence: -5, 10, -15, 20 , …….
upto n, where n is an integer input by the user.

6
Q.7 write a program to find the sum of digits of an integer number
input by the user.

7
Q.8 Write a function that checks whether an input number is a
palindrome or not.

8
Q.9 Write a program to print the following pattern.

i)
*
***
*****
***
*

9
10
ii)
1
212
32123
4321234
543212345

11
iii)
12345
1234
123
12
1

12
iv)
*
* *
* *
* *
*

13

You might also like