Topic 2.5: Language and IDEs Flashcards
1
Q
High-Level Languages
A
A high level language is a a code similar to human language, must be translated to machine code
2
Q
Low-level languages
A
Do not resemble human language, making it harder to understand, does not need to be translated like high-level
3
Q
compiler
A
translates high-level code by translating the entire program to machine code at once
4
Q
interpreter
A
translates high-level code line by line
5
Q
IDEs provide:
A
Automatic formatting like indentation
identifying errors and where they have occured
colour coding
as well as auto completion of the code