Concept Of Computer Files II - SS2 ICT Past Questions and Answers - page 1
Which file organization method stores records in a linear order, one after another?
Sequential File Organization
Indexed Sequential File Organization
Direct File Organization
Indexed File Organization
Which method of file access involves reading records in a linear order, one after another?
Sequential Access
Random Access
In the indexed sequential file organization, what is used to speed up access to records?
Linear order
Index table
Physical location
Batch processing
Which file classification is based on the type of data they contain?
Access Rights
Storage Location
Content
Structure
What type of file organization combines sequential and indexed methods?
Sequential File Organization
Indexed Sequential File Organization
Direct File Organization
Indexed File Organization
Which file access method allows direct access to any record in the file?
Sequential Access
Random Access
Which file classification is based on their internal structure?
Access Rights
Storage Location
Content
Structure
What method of file organization is suitable for tasks involving processing all records in a file?
Sequential File Organization
Indexed Sequential File Organization
Direct File Organization
Indexed File Organization
What kind of file is characterized by an index table pointing to record locations?
Sequential File
Indexed Sequential File
Direct File
Indexed File
What is the primary drawback of sequential access?
Complexity
Slow random access
High storage requirements
Requires indexing