(1000)₂ × (0010)₂ is equal to ______?

(1000)₂ × (0010)₂ is equal to ______?

Explanation

Let's convert the binary numbers to decimal:

(1000)₂ = 1 × 2³ = 8

(0010)₂ = 0 × 2³ + 1 × 2¹ = 2

Now, multiply:

8 × 2 = 16