Question on: SS2 ICT - Handling Computer File
Describe the concept of a sequential file and its characteristics.
A sequential file is a type of file where data is stored in a continuous sequence without any internal structure or organization. In this file type, records are written one after another, forming a linear sequence. Characteristics of sequential files include simplicity, ease of implementation, and suitability for storing simple data that doesn't require complex retrieval methods. However, they are less efficient for searching and updating specific records due to their lack of internal organization.
Add your answer
Please share this, thanks!
No responses