CONCEPT OF COMPUTER FILES 2 - TYPES OF FILES ORGANIZATION
CONCEPT OF COMPUTER FILES 2 FILE ORGANIZTION: MEANING AND TYPES OF FILES ORGANIZATION -SERIAL -SEQUENTIAL - INDEXED AND RANDOM MEANING OF FILE ORGANIZATION The term "file organization" refers to how data are stored in a file and, consequently, the method by which it can be accessed. Types of File Organization There are mainly four types of file organization: 1. Serial file organization 2. Sequential file organization 3. Index file organization 4. Random file organization 1. Serial file organization Serial file is one in which the records have been stored in the order in which they have arisen. Serial files are stored in chronological order, that is, as each record is received it is stored in the next available storage position. In general, it is only used on a serial medium such as magnetic tape. 2. Sequential file organization Sequential files are files whose records are sorted and stored in ascending or descending on a particular key field. Records are organized in the seq...