Cs python PROJECTFILE1-1-1
Cs python PROJECTFILE1-1-1
MODERN SCHOOL
Submitted By : Submitted To :
Supriya kumari Miss. Mini Nayal
CERTIFICATE
Supriya kumari
XII A
TABLE OF CONTENTS
S. Contents of Teacher’s
No. the Project Signature
1. Introduction
2. Objective
3. Hardware and Software
Requirements
4. Modules
5. Proposed System
6. Manual System
7. Source Code
8. Output
9. Bibliography
MODULES
COMPUTER SCIENCE
PROGRAM FILE
Submitted By : Submitted To :
Shreya Miss. Mini Nayal
TABLE OF CONTENTS
S. No. Programs Teacher’s
Of the file Signature
1. Program to check whether a number is odd or
even
2. Program to print a pattern
3. Program to count the no. of alphabets, digits,
uppercase and lowercase letters, spaces and
other characters in the string
4. Program to accept a string and return it having
first letter of each word in capital letter
5. Program to display frequencies of elements in a
list
6. Program to shift negative and positive numbers
to left and right respectively in a list
7. Program to input sections and streams of class
11th and display all information
8. Program to display strings which starts with ‘A’
of list
9. Program to display next value divisible by 7
10. Program to print Fibonacci series up to certain
limit
11. Program to remove odd numbers from the list
12. Program to display second largest element of a
list
13. Program to store input names ‘n’ countries,
capitals, currencies in a dictionary and display it
in tabular form. Also search and display for a
particular country
14. Program to read content from text file line by
line and display same
15. Program to count and display total no. of words
in a file
16. Program to read lines from a text file. Find and
display the occurrence of word ‘the’ from a file
17. Program to count words ending with ‘e’ from a
text file
18. Program to define a function which displays
entire content of the file by replacing ‘J’ with ‘I’
19. Program to remove all lines containing character
‘a’ in a file and write it to another file
20. Program to add one more record at the end of
binary
file having keys (Emp_Code, Name, Salary) and
display records of employees whose salary is
more than 30,000
21. Program to create a binary file with name and
roll no., search for a given roll no. and display
the name
22. Program to create a binary file with roll no.,
name and marks. Input the roll no. and update
the marks
23. Program to create a csv file by entering user ID
and password, read and search the password for
user ID
24. Menu driven program to implement a stack
using list
25. Program to create a stack for storing only odd
numbers out of all numbers entered by user.
Display stack with largest odd number in a stack
26. Create a database on the database server, show
the list of databases and select the database you
want to use
27. Create the two tables named “DEPT” and “EMP”
and show the tables structure. And perform
these following operations :-
(a)Insert few records into table and verify them.