Programming Language Concepts Flashcards
1
Q
High level Language
A
Contains strong abstraction from the details of computer in order to be easier to code in
2
Q
Low level language
A
Contains little to no abstraction from the details of a computer’s architecture
3
Q
Machine code
A
- binary coded instructions executed by processor
- all other programming languages must be converted to machine code to run
- Unique to each processor
4
Q
Assembly Language
A
- 1 to 1 correspondence with machine code
- efficient
5
Q
Imperative high level language
A
Each instruction is a command to execute a step of a program