previous
|
start
|
next
Translating Human-Readable Programs to Machine Code (Higher-level Languages)
Higher-level languages:
Independent of the underlying hardware.
Easiest for humans to read and write.
if (int_rate > 100) message_box("Interest rate error");
Translated by
compilers
into machine instructions.
previous
|
start
|
next