Home »
MCQs »
DBMS MCQs »
DBMS Sequential File Organization MCQs
When the majority of the records need to be accessed _____, such as when calculating a student's grade or generating a salary slip, for example, sequential file organization is used
15. When the majority of the records need to be accessed _____, such as when calculating a student's grade or generating a salary slip, for example, sequential file organization is used.
- Hierarchically
- Sequentially
- Circular
- In Loop
Answer: B) Sequentially
Explanation:
When the majority of the records need to be accessed sequentially, such as when calculating a student's grade or generating a salary slip, for example, sequential file organization is used.