C-15-Q091mediumsingle_mcq
An interpreter translates instructions:
An interpreter translates instructions:
- aAll at once
- bSequentially, one by one
- cBackwards from the last line
- dNever
ব্যাখ্যা
An interpreter does not process the whole program at once; instead it reads, translates, and executes the instructions one at a time in order. This sequential, line-by-line operation is its defining characteristic.