

InterviewSolution
Saved Bookmarks
1. |
In the instruction ADD A, B, the answer gets stored in___________(a) B(b) A(c) Buffer(d) CI have been asked this question in homework.The above asked question is from CPU & Control Unit in division Processor & Memory of Computer Fundamentals |
Answer» CORRECT choice is (b) A The best explanation: In any instruction of the form ADD A, B; the answer GETS STORED in the A REGISTER. The FORMAT is: ADD Destination, Source. |
|