Purchase Solution

Sequential files

Not what you're looking for?

Ask Custom Question

Can you help with the following study question. Thanks

In spite of the fact that sequential files lack direct (targeted) addressing of each of the records and fields (e.g., you cannot easily read/replace the only record with the number 28 from 50 records in the file), they are the most widely used. Why? Is their mode of operation different from the one used for the files stored on your computer's hard drive?

Purchase this Solution

Solution Summary

The expert examines sequential files.

Solution Preview

"Why are sequential files most widely used?"
- Sequential file techniques provide a straightforward way to read and write files.

The best reason for using sequential files is their degree of portability to other programs, programming languages, and computers. Because of this, you can often look at sequential files as the common denominator of data processing, since they can be read by word-processing programs and editors, absorbed by other ...

Purchase this Solution


Free BrainMass Quizzes
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.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

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.

Basic Networking Questions

This quiz consists of some basic networking questions.

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.