File
File
File
*NAME- tanya
*CLASS- XII (NON MEDICAL)
*ROLL NO-
*SESSION-2024-2025
****************************************************
*********
COMPUTER SCIENCE
PROJECT FILE
SUBMITTED TO:- MISS. NISHA
****************************************************
*********
Acknowledgment
Ques:1 – W.A.P. to shift elements of a list so that the first element moves to the
second index the second index moves to the third index, and so on, and the last
element shifts to the first position.
Suppose the list is [10,20,30,40].
After shifting, it should look like: [40,10,20,30].
Ques 2: W.A.P. will input ‘n’ classes and the names of class teachers to
store them in a dictionary and display them. Also, accept a particular
class from the user and display the name of the class teacher of that
class.
*** source code ***
Ques 3:- W.A.P. to change a given string to a new string where the first
and last characters have been exchanged.
*** Source code ***
***binary file***
Ques 13 - WAP to read the record in the binary file.
*** source code***
*** output ***
Ques -14 - WAP will search the student record by their roll no. in
a binary file.
*** SOURCE CODE ***
*** output ***