C-05-Q037mediumsingle_mcq
How does an interpreter process a program?
How does an interpreter process a program?
- aCompiles the whole program at once
- bChecks each statement individually and converts each into machine code
- cOnly checks the first statement
- dSkips all statements