Digital Arithmetic Operations and Circuits - Technical MCQs

Q1:

When multiplying 13 × 11 in binary, what is the third partial product?

A 1011

B 00000000

C 100000

D 100001

ANS:B - 00000000

1101
1011
-----
so third is zero.
so 0*1=0,0*0=0,0*1=0,0*1=0 so ans is B: (0000 0000)