Output file of a M0 program can has the extension
-
.TXT
-
.DAT
-
.CON
-
.COD
-
.EXE
Reveal answer
Fill a bubble to check yourself
C,D
Correct answer
Explanation
M0 output files use .CON and .COD extensions. These are likely proprietary formats specific to this data processing system - .CON possibly for control/configuration files and .COD for coded data files. The .EXE extension would be unusual as it's typically for executable programs, not data output.
AI explanation
M0 program output files in this environment are conventionally written with the .CON (control/confirmation) or .COD (coded output) extensions, reflecting the specific output formats the program produces. .TXT, .DAT, and .EXE are not the extensions used for this program's output in this convention.