What does the instruction ADD A, data do?
A) It adds the value of data to the accumulator and places the result in the register.
B) It adds the value of data to the accumulator and places the result in the accumulator.
C) It adds the value of data to the memory and places the result in the register.
D) It adds the value of data to the register and places the result in the accumulator.
Question 2
What program converts assembly language into machine code?
A) a compiler B) PASCAL C) an assembler D) DOS