Computer Fundamentals - Engineering

Q1:

Multiplication of 1112 by 1012 is

A 1100112

B 1000112

C 1111002

D 0001012

E None of the above

ANS:B - 1000112

In binary 1 is written as 001 and 2 is 010, three is 011, 4 is 100, 5 is 101, 6 is 110 and seven is 111 eight is 1000 nine is 1001 and ten is 1010 accordingly 20 is 10100 and 30 is 11110 plus five 101 total would be 10001.

The concept is 1+1=0 and carry forward 1, further if we multiply 7*5=35 it written in binary as 100011 is.