2nd- Assembly code Flashcards
1
Q
What does assembly code use?
A
It used mnemonics.
2
Q
Is it easy to code in?
A
It is still difficult to code in. However, it is easier than machine code.
3
Q
Is it easy to debug?
A
No it is still difficult to debug.
4
Q
How much machine code is in Assembly code?
A
One Assembly Language instruction translates to one
Machine Code Instruction (1-1 relationship).
5
Q
Can the computer execute Assembly code?
A
Needs to be translated into Machine Code for the
computer to be able to execute it.
6
Q
What is it commonly used for?
A
Device drivers.
7
Q
What is the process of translating assembly to machine code?
A
It is called assembling, and is done in an assembler.