Skip to content
Main Menu
Home
Blog
Contact Us
Sumita Arora Solutions
Join Our Community
Class 12 Projects
Home
Chapters
Practical Report File
Practical Report File
Class 12 Computer Science Practical Report File
Program 1: Report File
Program 2: Read a file line by line and print it
Program 3: Remove all the lines that contain the character `a’ in a file and write it to another file
Program 4: Write a random number generator that generates random numbers between 1 and 6 (simulates a dice)
Program 5: Write an iterative code to find the sum of all elements of a list
Program 6: Write a recursive code to compute the nth Fibonacci number
Program 7: Write a Python program to implement a stack and queue using a list data-structure
Program 8: Write a recursive Python program to test if a string is a palindrome or not
Program 9: Write a Python program to plot the function y = x2 using the pyplot or matplotlib libraries
Program 10: Create a graphical application that accepts user inputs, performs some operation on them, and then writes the output on the screen. For example, write a small calculator. Use the tkinter library
Program 11: Open a webpage using the urllib library
Program 12: Compute EMIs for a loan using the numpy or scipy libraries
Program 13: Take a sample of 10 phishing e-mails and find the most common words
Program 16: Find the min, max, sum, and average of the marks in a student marks table
Program 17: Find the total number of customers from each country in the table (customer ID, customer name, country) using group by
Program 18: Write a SQL query to order the (student ID, marks) table in descending order of the marks
You cannot copy content of this page