3 Answers - Sort by: Date | Rating
In sequential file organization records are arranged in physical sequence by the value of some field, called the sequence field. Often the field chosen is a key field, one with unique values that are used to identify records. The records are simply laid out on the storage devices, often magnetic tape, in increasing or decreasing order by the value of the sequence field.
For example IBM's sequential Access Method SAM among others, uses this organization. This organization is simple, easy to understand and easy to manage but is best for providing sequential access, retrieving records on faster another in the same order in which they are stored. It is not good for direct or random access, which means picking out a particular record; because it generally requires that we pass over prior records in order to find the target record.
It is also not possible to insert a new record in the middle of the file. Sequential is the oldest type of file organization and despite its shortcomings is well suited for certain applications. In sequential file organization records arranged like in physical positions. Retrieving records take much time.
For example IBM's sequential Access Method SAM among others, uses this organization. This organization is simple, easy to understand and easy to manage but is best for providing sequential access, retrieving records on faster another in the same order in which they are stored. It is not good for direct or random access, which means picking out a particular record; because it generally requires that we pass over prior records in order to find the target record.
It is also not possible to insert a new record in the middle of the file. Sequential is the oldest type of file organization and despite its shortcomings is well suited for certain applications. In sequential file organization records arranged like in physical positions. Retrieving records take much time.
0
0
We can physically order the records of a file on disk based on the values of one of their fields called the ordering field. This leads to an ordered or sequential file. Records are placed in an order in sequential file and that's why it is totally different from unordered files where records are stored in the order in which they are inserted, it means that if new records are inserted then they took place at the end of file.Sequential files have many advantages as given below.
* To find a record in the sequential file is very efficient, because all files are stored in an order and no sorting is required.
* Finding the next record from a current record is also very efficient and it does not require additional block access as the next record is in the current record.
* If we use a technique like Binary Search, then it becomes more efficient and easy to search a record. While on the other hand if we search a record in an unordered file then we have to check the whole file because records are stored in no order in unordered file. Sequential files are also known as Sorted files.
* To find a record in the sequential file is very efficient, because all files are stored in an order and no sorting is required.
* Finding the next record from a current record is also very efficient and it does not require additional block access as the next record is in the current record.
* If we use a technique like Binary Search, then it becomes more efficient and easy to search a record. While on the other hand if we search a record in an unordered file then we have to check the whole file because records are stored in no order in unordered file. Sequential files are also known as Sorted files.
0
0
It is a method of organizing stored or saved files on a secondary storage device.in this method records are sequentially organized in a file & stored one after another, the sequence is usually based upon a key field.these records must also be retrieved sequentially for processing.
0
0
- Who Was The First Leader Of Indian Congress?
- On Broad Issues Of National Significance, Congress Is Ordinarily Most Responsive To The Initiatives Of Who?
- What Are Limitations Of Planning?
- Describe An Instance In Which You Have Done An Exceptionally Good Job, Either At Work Or At School?
- How Can Culture Be A Liability To An Organization?
- What Are The Functions Of ILO,WHO,WTO,WORLD BANK,UNESCO,UNICEF?
- How Telephone Acts As A Barrier In The Internal Communication?
- What Are The Disadvantages Of Functional Departmentalisation?
- How Might An Organization Commitment To Social Responsibility Affect The Ways Managers Perform The Managerial Function?
- What Were The Global Situaton During Ht Etimr Of Rizal?
- What Do You Mean By Trade Unions In The Task Environment Of Organizational Management?
- Do You Want To Join Emorg Free Community Library() In Arusha?
- Explain Why The Study Of Internal Environment And Its Impact On An Organisation?
- Discuss Various Challenges Faced By Today's Organization?
- What Are The Main Issues Which Need Attention If Communication Is To Be Improved?
- C. What Specific Organizations Exist To Address The Problem Of Climate Change?
- How Does The Unicef Help The Children?
- What Are The Advantages Of A Profit Organization?
- How Does An Ngo Help The Society?
- What Are The Common File Organization?
- What Are The Characteristics Of An Organization That Treats Its People As A Cost?
- What Are The Environmental Influences On Hospitals?
- What Happen During The Time Of Rizal?
- What Are Limited Companies?
- Who Wishes To Join An No Profit Organization In Arusha Tanzania Called Emorg?

New Comment - Comments are editable for 5 min.