NIMCET 2014 — Computer PYQ
NIMCET | Computer | 2014Multiplication of 1112 by 1012 is:
Choose the correct answer:
- A.
1100112
- B.
1000112
(Correct Answer) - C.
1111002
- D.
0001012
1000112
Explanation
Solution
There are two common methods to solve this: direct binary multiplication or conversion to the decimal system.
Method 1: Conversion to Decimal
First, convert both binary numbers to their decimal equivalents, multiply them, and then convert the result back to binary.
-
Step 1: Convert 1112 to decimal
(111)2=22+21+20=4+2+1=(7)10 -
Step 2: Convert 1012 to decimal
(101)2=22+20=4+1=(5)10 -
Step 3: Multiply the decimal numbers
5×7=(35)10 -
Step 4: Convert (35)10 back to binary
(35)10=32+2+1=25+21+20=(100011)2
Explanation
Solution
There are two common methods to solve this: direct binary multiplication or conversion to the decimal system.
Method 1: Conversion to Decimal
First, convert both binary numbers to their decimal equivalents, multiply them, and then convert the result back to binary.
-
Step 1: Convert 1112 to decimal
(111)2=22+21+20=4+2+1=(7)10 -
Step 2: Convert 1012 to decimal
(101)2=22+20=4+1=(5)10 -
Step 3: Multiply the decimal numbers
5×7=(35)10 -
Step 4: Convert (35)10 back to binary
(35)10=32+2+1=25+21+20=(100011)2
