Which file organization type is best suited for situations where records are frequently added and deleted?
- Indexed organization
- Line sequential organization
- Relative organization
- Sequential organization
Indexed organization is best suited for situations where records are frequently added and deleted. It provides efficient access to records through keys, allowing for dynamic record management.
Loading...
Related Quiz
- In a COBOL program, you are required to maintain an employee database with records that can be accessed randomly. Which file access mode and organization should you select?
- In a COBOL program, if you have a numeric data item defined as USAGE COMP-3, what is the effect of applying the REDEFINES clause to it?
- How is the OCCURS clause used to define an array in COBOL?
- In COBOL, which operator is used for addition?
- In COBOL, the _____ clause is used to specify the action to be taken when a file operation results in an exception condition.