U6 - CODING LANGUAGES Flashcards

1
Q

What are the two kinds of coding languages ?

A

High Level and Low Level Languages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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++

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly