InterviewSolution
Saved Bookmarks
| 1. |
When we subtract -3 from 2 , the answer in 2’s complement form is _________(a) 0001(b) 1101(c) 0101(d) 1001The question was asked during an online interview.This interesting question is from Numbers and Arithmetic Operations in division Machine Instructions and Programs of Computer Architecture |
|
Answer» CORRECT CHOICE is (c) 0101 Easiest explanation: First the 2’s complement is FOUND and that is added to the number and the OVERFLOW is ignored. |
|