C-18-Q097mediumsingle_mcq
An interpreter converts instructions into machine code:
An interpreter converts instructions into machine code:
- aAll at once before execution
- bOne by one (line by line) during execution
- cAfter the program ends
- dOnly when there are errors
ব্যাখ্যা
An interpreter translates and executes the program one instruction at a time during execution. This line-by-line processing is the key contrast with a compiler's all-at-once translation.