Home »
MCQs »
DBMS MCQs »
DBMS Sequential File Organization MCQs
We waste time if we organize our files ___ as we cannot jump right to the record we need, but we must move ___, which takes time
17. We waste time if we organize our files ___ as we cannot jump right to the record we need, but we must move ___, which takes time.
- Hierarchically
- Sequentially
- Circular
- In Loop
Answer: B) Sequentially
Explanation:
We waste time if we organize our files sequentially as we cannot jump right to the record we need, but we must move sequentially, which takes time.