practicals for cs
SET – 1 AISSCE Practical Examination 2020 – 2021 COMPUTER SCIENCE – 083 Time : 3:00hrs M.M. – 30 Q1. A binary file “Book.dat” has structure [BookNo, BookName, Author, Price]. a) Write a user defined function CreateFile() to input data for a record and add to Book.dat . b) Write a function CountRec(Author) in Python which accepts the Author name as parameter and ...