4.2 types of programming language, translators and integrated development environments (IDEs) Flashcards
1
Q
what is meant by a high-level language
A
2
Q
what is meant by a low level language
A
3
Q
advantages of HLL
A
4
Q
disadvantages of HLL
A
5
Q
advantages of LLL
A
6
Q
disadvantages of LLL
A
7
Q
what is assembly language
A
- form of LLL
- use mnemonics
- assembler needed to translate into machine code
8
Q
describe operation of compiler
A
- translate whole code at once
- create executable file (object code)
- before executing
9
Q
describe operation of interpreter
A
- translates and executes code line by line
10
Q
A