Tip:A–D to answerE for explanationV for videoS to reveal answer
The binary multiplication 00*11 will give
- A.
11
- B.
00
(Correct Answer) - C.
01
- D.
10
Explanation
Logic & Calculation:
In binary arithmetic, multiplication works exactly the same way as decimal multiplication. Multiplying any binary value by zero results in zero.
Let's break down the rules of binary multiplication:
Applying these rules step-by-step or by direct property:
Method 1: Decimal Conversion
The binary number (00)2 is equal to 0 in decimal.
The binary number (11)2 is equal to 3 in decimal.
Multiplying them together in decimal:
0×3=0
Converting the decimal result 0 back to a 2-bit binary representation gives (00)2.