File Handlings Programs (Qbasic)
- A program to input the name, class and roll no, marks of english and science of a student and store in a sequential file "std.dat". (Qbasic Code)
- A sequential data file "std.dat" contains name, class and roll no., marks of english and science of a student. Make a program to display the record. (Qbasic Code)
- A sequential data file "std.dat" contains name, class and roll no., marks of english and science of a student. Make a program to add one more records in the file. (Qbasic Code)
- A sequential data file "std.dat" contains name, class and roll no., marks of english and science of a student. Make a program to display all records in the file. (Qbasic Code)
- A sequential data file "std.dat" contains name, class and roll no., marks of english and science of a student. Make a program to display certain records in the file according to the roll no. supplied. (Qbasic Code)
- A sequential data file "std.dat" contains name, class and roll no., marks of english and science of a student. Make a program to update marks in english and science. (assuming only one record) (Qbasic Code)
- To create a serial file having variable name, department and telephone number. (Qbasic Code)
- Write a program to create a data file "STD.DAT" which stores Roll
number, Name, Class and age of student. Age of students must be from 15
to 19. (Qbasic Code)
- Write a program to create a data file "MARK.DAT" and stores name,
address and marks in any three subjects for five students. (Qbasic Code)
- A sequential data file "record.dat" contains certain number of records having fields name as Name, DOB and Address. Make a program to display the records whose date of birth is the current month.
More questions.....