Chap 20(Programming Language) Flashcards
1
Q
What’s a machine code?
A
Binary code representing each instruction in instruction sets
2
Q
Instruction sets?
A
List of all possible commands a particular CPU knows how to carry out
3
Q
Object code?
A
•A translated source code(written by programmer).
•Might be machine code or intermediate code(need further translation)