This document provides an overview of file handling in QBASIC. It discusses writing, reading, updating, and deleting records from external data files. It describes the OUTPUT, INPUT, and APPEND file modes used in QBASIC and defines program and data files. Syntax for the WRITE and INPUT commands to write and read from data files is shown. An example program is provided that writes a student's name, class, and roll number to an external file called "std.txt" by getting input from the user.