✏️ Explanatory Question

What is the advantage of a random access file?

👁 9,717 Views
📘 Detailed Answer
💡

Answer with Explanation

If the amount of data stored in a file is fairly large, the use of random access will allow you to search through it quicker. If it had been a sequential access file, you would have to go through one record at a time until you reach the target data. A random access file lets you jump directly to the target address where data is located.