C-15-Q097mediumsingle_mcq
A defining feature of an interpreter compared to a compiler is:
A defining feature of an interpreter compared to a compiler is:
- aIt must run the entire file before reporting any error
- bIt executes instructions sequentially as they are translated
- cIt only handles graphics
- dIt is faster than every compiler in every situation
ব্যাখ্যা
Unlike a compiler, which translates the whole program before execution, an interpreter translates and executes each instruction in sequence. This line-by-line execution is its key distinguishing feature.