0% found this document useful (0 votes)
11 views

Computer Project

Uploaded by

ayeaadvik
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Computer Project

Uploaded by

ayeaadvik
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

According to the latest syllabus ,Your computer science Project and Report

Files Contains-
1. Report file(7 marks)
● Minimum 15 Python programs.
● SQL Queries – Minimum 5 sets using one table / two tables.
● Minimum 4 programs based on Python - SQL connectivity

Suggested Practical List by CBSE 2024-25:


Python Programming

● Read a text file line by line and display each word separated by a #.
● Read a text file and display the number of vowels/consonants/uppercase/lowercase
characters in the file.
● Remove all the lines that contain the character 'a' in a file and write it to another file.
● Create a binary file with name and roll number. Search for a given roll number and
display the name, if not found display appropriate message.
● Create a binary file with roll number, name and marks. Input a roll number and update
the marks.
● Write a random number generator that generates random numbers between 1 and 6
(simulates a dice).
● Write a Python program to implement a stack using list.
● Create a CSV file by entering user-id and password, read and search the password for
given userid.

Database Management

● Create a student table and insert data. Implement the following SQL commands on the
student table:
o ALTER table to add new attributes / modify data type / drop attribute
o UPDATE table to modify data
o ORDER By to display data in ascending / descending order
o DELETE to remove tuple(s)
o GROUP BY and find the min, max, sum, count and average
● Similar exercise may be framed for other cases.
● Integrate SQL with Python by importing suitable module.

Suggested Reading Material


● NCERT Textbook for COMPUTER SCIENCE (Class XII)
● Support Materials on the CBSE website.

2. Project file (8 marks)


The aim of the class project is to create something that is tangible and useful using
Python file handling/ Python-SQL connectivity. This should be done in groups of two to
three students and should be started by students at least 6 months before the
submission deadline. The aim here is to find a real world problem that is worthwhile to
solve.

3. Viva Voice(3 marks)


For Report File
1. Report File

2. Cover page which includes school name, address, School LOGO, session,
student name, class, roll no, submitted by, submitted to, Report file of computer
application.

3. Certificate

4. Acknowledgement

5.Index

6. Python programs Code

For Project File


1. Cover page which includes school name, address, School LOGO ,session,
student name, class, roll no, submitted by, submitted to, A project report
on <Project Name>.
2. Certificate
3. Acknowledgement
4. Index
5. Python Code

Note-Submission date is on or before21st October 2024.


CERTIFICATE

This is to certify that<YOUR NAME>of ClassXII <Stream> has


completed his/her project on <Project Name> under my guidance and
supervision.

He/She has taken interest and has shown at most sincerity in completion
of this project.

I certify this project up to my expectation and as per guidelines issued by


CBSE,NEW DELHI.

Signature Signature
(Internal Examiner) (External Examiner)
ACKNOWLEDGEMENT

It is with pleasure that I acknowledge my sincere gratitude to Our


Teacher,<TeacherName>who taught and undertook the responsibility of
teaching the subject computer science.I have been greatly benefited from
his/her classes.This analysis of computer project helped me a lot and increase
my knowledge too.

My sincere thanks goes to our Principal <PRINCIPAL NAME> who has


always been a source of encouragement and support and without whose
inspiration , this project would have not been successful.

Last but not least, I would like to thank all those who had helped directly or
indirectly towards the completion of this Project.

<Name of the Student>

<Class><Stream>

<RollNo>
INDEX

S.No. Content Page Teacher’s


Number Signature
1. Introduction to Project on
 Project Name
 Modules Used
 Software and Hardware
Specification
2. Source Code
 Command Line Interface
 SourceCode
 OutputSnapShot

3. Conclusion
4. Bibliography
Conclusion

In this assignment/project, I have explained about the Topic


<Write the topic name> by providing full details on it. This
project also emphasis on main ideas related to the topic.

I took the ideas and researched about this topic from the
websites and some books which are mentioned in the
bibliography. I wish this assignment /project will be a useful
and knowledgeable one.
Bibliography
Help from the internet, following website links have been
used in the completion of this project:-
 www.wikipedia.org
 www.youtube.com
 www.googleimage

You might also like