The document provides a list of 26 Python programs for students to complete as part of their Computer Science practical file. The programs cover a range of tasks like printing name and details, calculating area, generating patterns, checking data types, finding largest/smallest numbers, and more.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
19 views2 pages
CS Practical Work 11
The document provides a list of 26 Python programs for students to complete as part of their Computer Science practical file. The programs cover a range of tasks like printing name and details, calculating area, generating patterns, checking data types, finding largest/smallest numbers, and more.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
SCHOLARS ACADEMY ROORKEE
AN ISO 9001:2015 CERTIFIED INSTITUTION
Class – XI Sub – Computer Science (083) List of Programs for Practical File Note – All Programs Should be done in CS Practical File 1. Write a Python Program to Print Your Name, Address and Mobile Number. 2. Write a Python Program to Calculate the Area of a Triangle. 3. Write a Python Program to generate a Random Number. 4. Write a Python Program to Find the Largest number among three numbers. 5. Write a Python Program to Find the Sum of Natural Numbers. 6. Write a Python Program to Convert Celsius to Fahrenheit. 7. Write a Python Program to Check if a Number is Positive, Negative or 0. 8. Write a Python Program to Check if a number is Odd or Even. 9. Write a Python Program to Check Leap Year or Not. 10.Write a Python Program to Check Prime Number. 11.Write a Python Program to Find the Factorial of a Number. 12.Write a Python Program to Display the Multiplication Table. 13.Write a Python Program to Print the Fibonacci sequence. 14.Write a Python Program to Check Armstrong Number. 15.Write a Python Program to Make a Simple Calculator. 16.Write a Python Program to Display Calendar 17.Write a Python Program to Check whether a String is Palindrome or Not. 18.Write a Python Program to generate following Pattern: * ** *** **** ***** 19.Write a Python program to generate following Pattern. 1 12 123 1234 12345 20.Write a Python program to generate following Pattern: A BB CCC DDDD EEEEEE 21.Write a Python program to input a string and determine it is Palindrome or not, convert the case of characters in a string. 22.Write a Python program to find the largest number in a List. 23.Write a Python program to find the smallest number in a Tuple. 24.Write a Python program to input a list of numbers and swap elements at the even location with the elements at the odd location. 25.Write a Python program to input a List of elements, search for a given in the List. 26.Write a Python program to create a dictionary with the roll number, name and marks of n students in a class and display the name of students who have marks above 75. Note – Last date of submission practical file is 16-01-2024.