0% found this document useful (0 votes)
19 views3 pages

Formatted Class 12 Practical File

Uploaded by

manu800601
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)
19 views3 pages

Formatted Class 12 Practical File

Uploaded by

manu800601
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/ 3

Computer Science Practical File

Class: XII
Session: 2024-25
Subject Code: 083

Submitted By: [Your Name Here]

School Name: [Your School Here]


Experiment 1: Write a Program to check if the entered number is Armstrong or
not

Experiment 2: Write a Program to enter the string and to check if it’s


palindrome or not using loop

Experiment 3: Write a program to Input any number from user and calculate
factorial of a number

Experiment 4: Write a program to search any word in given string/sentence

Experiment 5: Program to read the content of file and display the total number
of consonants, uppercase, vowels and lower case characters
Program 1: Program to read the content of file and display the total number of consonants,
uppercase, vowels and lower case characters‟
Experiment 6: Program to read and display file content line by line with each
word separated by ‘#’

Experiment 7: Write a python program to write structure, list in the binary file

Experiment 8: Write a python program to write structure, dictionary to the


binary file

Experiment 9: Program to create binary file to store Rollno, Name and Marks
and update marks of entered Rollno

Experiment 10: Program to read the content of file line by line and write it to
another file except for the lines contains ‘a’ letter in it

Experiment 11: Write a python program to insert/append a record in a binary


file student

Experiment 12: Write a menu-driven program to perform all the basic


operations using dictionary on student binary file such as inserting, reading,
updating, searching and deleting a record

Experiment 13: Program to create CSV file and store empno, name, salary and
search any empno and display name, salary and if not found, display
appropriate message

Experiment 14: Write a program to write data onto “student” CSV file using
writerow() method

Experiment 15: Write a python program to implement all basic operations of a


Stack, such as adding element (PUSH operation), removing element (POP
element), and displaying the Stack elements (Traversal operation) using lists

You might also like