Assume a sequential file contains 20,000 records and 2 seconds are required to interrogate an entry. how long should we expect to wait when retrieving a record from the middle of the file?
Help in understanding how a sequential file is searched to get to the required record.
Database - Suppose a sequential file contains 50,000 records, and 5 milliseconds are required to interrogate an entry. How long should we expect to wait when retrieving a record from the middle of the file?(CAN ...