U6 - CODING LANGUAGES Flashcards
1
Q
What are the two kinds of coding languages ?
A
High Level and Low Level Languages
2
Q
HIGH LEVEL LANGUAGES
A
Similar to natural language
Easier to learn and understand
Commands, identifiers and instructions can be written in English
Must be translated into machine code before it can run
Java, Python , C++
3
Q
LOW LEVEL LANGUAGES
A
Does not resemble natural language
Very specialised as it’s made up of bit patterns that can be executed directly by CPU
Very efficient and can be run faster than High-level
Typically done with embedded systems and Device Drivers
i.e. Assembly Language