0% found this document useful (0 votes)
5 views1 page

Half Yearly Practical File-XI CS

Rr

Uploaded by

Sangeeta Kanth
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)
5 views1 page

Half Yearly Practical File-XI CS

Rr

Uploaded by

Sangeeta Kanth
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/ 1

Half Yearly Examination 2024-25

Practical File
Computer Science (083)
Class-XI
 Last date of hard copy submission: 24th August, 2024.
 Last date for soft copy submission 27th August, 2024.
 After verification of soft copy you have to take the printout and
submit it after spiral binding.
1. Write a program in python to check a number whether it is prime or not.
2. Write a program to check a number whether it is a palindrome or not.
3. Write a program to calculate the compound interest.
4. Write a program to input a character and to print whether it is an alphabet, digit, or any other
character.
5. Write a program to find whether inputted number is perfect or not.
6. WAP to accept a number from the user and display whether it is an even number or odd number.
7. WAP to accept a number from the user and check whether it is an Armstrong number or not.
8. WAP that counts the number of alphabets and digits, uppercase letters, lowercase l etter, spaces and
other characters in the string entered.
9. Write a program to print a pattern:
8 8 8
8 8 8
8 8 8
8 8 8
10. Write a program to print a pattern:
1
1 2
1 2 3
1 2 3 4
11. WAP to accept a string ( a sentence) and returns a string having first letter of each word
in capital letter.
12. WAP to remove all odd numbers from the given list.
13. WAP to display second largest element of a given list.
14. WAP to display frequencies of all the elements of a list.
15. WAP to find the largest integer among any three integers.
16. WAP to find the second largest number among any three numbers.
17. Write a program that checks if a year is a leap year or not
18. Write a Python program to display the Fibonacci sequence up to the 6th term.

You might also like