Computer Science, asked by Maryanasser, 8 months ago

Describe how serial data access finds data

Answers

Answered by Habibqureshi
1

Answer:

Serial access is where data records are stored one after the other with no regard to the order. This is usually an unprocessed file.

Serial files are read by starting at the beginning and reading through every record until you find the one that you want. The records are in no particulat order so you need to start of the beginning to make sure you don't miss a record.

Explanation:

Similar questions