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
Practical Program List for Class XII Computer Science (083)
1. Program to enter two numbers and print the arithmetic operations
like +,-,*, /, // and %. 2. Write a Program to check if the entered number is Armstrong or not. 3. Write a Program to find factorial of the entered number. 4. Write a Program to enter the number of terms and to print the Fibonacci Series. 5. Write a Program to show the outputs based on entered list. 6. Write a Program to enter the numbers in a list using split () and to use all the functions related to list. 7. Write a Program to find factorial of entered number using user- defined module fact(). 8. Write a Program to read data from data file and show Data File Handling related functions utility in python. 9. Write a Program to read data from data file in append mode and use writeLines function utility in python. 10. Write a Program to read data from data file in read mode and count the particular word occurrences in given string, number of times in python. 11. Write a Program to show MySQL database connectivity in python. 12. Write a Python program to implement all basic operations of a stack, such as adding element (PUSH operation), removing element (POP operation) and displaying the stack elements (Traversal operation) using lists. 13. Write a program to display unique vowels present in the given word using Stack. 14. Write a program in Python to add, delete and display elements from a queue using list. 15.