

InterviewSolution
Saved Bookmarks
1. |
Perform binary addition of 1101 + 0010 is ________(a) 1110(b) 1111(c) 0111(d) 1,1101I got this question during an interview.This intriguing question originated from Binary Multiplication & Division in chapter Computer Arithmetic of Computer Fundamentals |
Answer» RIGHT option is (b) 1111 Explanation: The ADDITION is performed as : 1101 + 0010 _______ 1111 Therefore, the result is 1111. |
|