What Is File Organization?

What are the differences between sequential file processing and file organization?

  • Answer:

    Sequential file processing is just working through the input file one record at a time in the sequence that the information has been stored. 'Sequential' is still a kind of file organization. Large mainframe installations frequently still use tape storage, the data of which is written and read sequentially. For efficient writing and retrieval of data on disc storage, there are alternatives. Files can be indexed on key fields and retrieval can search the index (quicker than reading each record) which will then direct the program to the correct record within the file. You might also search the index for all records of a particular type. The indexes are set up while the database is being built. If a new way of seeing the data is required than a new index may need to be built. You see this every day, for example.. you can store songs on an MP3 player and the MP3 player can play them back to you one after another. There is often data attached to the song when it is stored that tells the genre, date, album name, etc. So you could then ask the player to play only songs from a particular genre or to play everything in chronological sequence. The songs are stored in the MP3 player sequentially but you are playing them back in a different order because you are using a different organization.

community wiki at wiki.answers.com Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.