Saved Bookmarks
| 1. |
No computer program can be executed before it is |
|
Answer» Interpreters are USED to execute source code from a programming LANGUAGE line-by-line. The interpreter decodes each statement and performs its behavior. ... By contrast, COMPILED computer programs need no compiler present during execution. Just in time COMPILERS pre-compile computer programs just before execution. |
|