Purchase Solution

Sequential File access - Advantages and Disadvantages

Not what you're looking for?

Ask Custom Question

Explain what a sequential access file is. What are the advantages and disadvantages of using sequential access data files?

Purchase this Solution

Solution Summary

Explanation of sequential file access and the advantages and disadvantages of using sequential access data files.

Solution Preview

Sequential file access refers to one of the method of retrieving information from a computer file. Once a file has been opened data can be read from the beginning and progressively until the end of the file is reached, or it can be read randomly from any position in the file. The former is known as sequential file access, while the latter is known as random file access. In earlier days most disk resident files were read sequentially because of the very nature of the medium data was stored. For example, a tape drive, which is still used as an effective large data backup device, can only store data sequentially. On the other hand, a floppy or a CD/DVD can be read randomly.

The advantages and disadvantages of a sequential file:
With a sequential file, all records ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.