What are the two kinds of coding languages ?
High Level and Low Level Languages
HIGH LEVEL LANGUAGES
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++
LOW LEVEL LANGUAGES
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