Please enable JavaScript.
Coggle requires JavaScript to display documents.
High Level Languages & Translators (Machine Code (Disadvantages…
High Level Languages & Translators
Machine Code
Definition
The language the computer understands (Binary)
Disadvantages
Difficult for humans to understand
Can only run on the processor it was created on
Advantages
Runs quickly due to not needing to be translated
High Level Languages
Definition
Coding that makes use of English words and phrases
Disadvantages
Runs slowly due to it needing to be translated into machine code
Advantages
Easier for humans to understand
Easier to spot errors
Can run on multiple processors
Translator
Definition
A program that allows High Level Languages to be converted into machine code
Purpose
A program that allows High Level Languages to be converted into machine code