Question:

In binary addition 0011 + 0010 equals

Show Hint

In binary addition, carry over occurs when the sum of two bits exceeds 1. For example, 1 + 1 = 10, so the 1 is carried over to the next higher bit.
Updated On: Feb 27, 2025
  • 0111
  • 0101
  • 0110
  • 1000
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Perform binary addition of 0011 and 0010. Start from the rightmost bit: \[ \begin{array}{c} \ \ 0011
+ 0010
\hline \ 0111
\end{array} \]

Step 2: Add the corresponding bits from right to left: - 1 + 0 = 1 - 1 + 1 = 0 (carry 1) - 0 + 0 + 1 (carry) = 1 - 0 + 0 = 0 Thus, the sum is 0111.
Was this answer helpful?
0
0