Saved Bookmarks
| 1. |
A computer converts a high level language program into machine language, line-by-line true or false |
|
Answer» True A Compiler is a COMPUTER program that TRANSLATES CODE WRITTEN in a high level language to a lower level language, object/machine code. The most COMMON reason for translating source code is to create an executable program (converting from a high level language into machine language). |
|