To minimize disk I/O in COBOL, it's essential to use ____________ techniques for file access.

  • Direct
  • Indexed
  • Relative
  • Sequential
Indexed file access techniques in COBOL involve using indexes to locate and retrieve records directly, reducing the need for sequential searches. This minimizes disk I/O by providing a more efficient way to access specific records without scanning the entire file sequentially.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *