Tip:A–D to answerE for explanationV for videoS to reveal answer
The multiplication of the following two binary numbers 1100 and 1011 in binary notation is
- A.
10111
- B.
10000100
(Correct Answer) - C.
1000100
- D.
1000010
Explanation
Decimal Conversion Method (Verification)
Convert the first binary number to decimal:
11002=(1×23)+(1×22)+(0×21)+(0×20)=8+4+0+0=1210
Convert the second binary number to decimal:
10112=(1×23)+(0×22)+(1×21)+(1×20)=8+0+2+1=1110
Multiply the decimal numbers:
12×11=13210
Convert the product 13210 back to binary:
Reading the remainders from bottom to top gives:
100001002
.
Both methods yield the same result, confirming option 2 is correct.