Multiple choice technology programming languages

Main Output of a M0 program will be

  1. An Index File

  2. A Sequential File

  3. It creates tables in the database

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

M0 programs produce sequential files as their main output. This is because sequential files are efficient for batch processing and can be easily read by downstream programs like M1. Sequential access patterns are optimal for the high-volume data processing that these systems handle.