C-15-Q093mediumsingle_mcq
When the interpreter encounters an error in any instruction, it:
When the interpreter encounters an error in any instruction, it:
- aTranslates the remaining lines automatically
- bStops at that instruction
- cRestarts the computer
- dSkips to a random line
ব্যাখ্যা
Since an interpreter works sequentially line by line, it halts at the very instruction where it finds an error. It does not continue to the remaining lines until that error is resolved.