The different types of data files used in QBasic are:
Sequential Access Data File:
Sequential Access Data File:
- The file that performs reading and writing operations sequentially or in an order from the beginning to the end of file is sequential access data file.
Random Access Data File:
- The file that performs reading and writing operations randomly in any order is random access data file.