NIMCET 2013 — Computer PYQ
NIMCET | Computer | 2013The answer of the operation (10111)2×(1110)2 in hex equivalent is:
Choose the correct answer:
- A.
150
- B.
14C
- C.
142
(Correct Answer) - D.
13E
142
Explanation
Solution
The correct option is 3.
Step 1: Convert binary numbers to decimal
-
For (10111)2:
(1×24)+(0×23)+(1×22)+(1×21)+(1×20)=16+0+4+2+1=(23)10 -
For (1110)2:
(1×23)+(1×22)+(1×21)+(0×20)=8+4+2+0=(14)10
Step 2: Perform the multiplication in decimal
Step 3: Convert the decimal result to Hexadecimal (Base 16)
To convert (322)10 to hex, we divide by 16 repeatedly:
-
322÷16=20 with a remainder of 2 (Hex: 2)
-
20÷16=1 with a remainder of 4 (Hex: 4)
-
1÷16=0 with a remainder of 1 (Hex: 1)
Reading the remainders from bottom to top, we get (142)16.
Explanation
Solution
The correct option is 3.
Step 1: Convert binary numbers to decimal
-
For (10111)2:
(1×24)+(0×23)+(1×22)+(1×21)+(1×20)=16+0+4+2+1=(23)10 -
For (1110)2:
(1×23)+(1×22)+(1×21)+(0×20)=8+4+2+0=(14)10
Step 2: Perform the multiplication in decimal
Step 3: Convert the decimal result to Hexadecimal (Base 16)
To convert (322)10 to hex, we divide by 16 repeatedly:
-
322÷16=20 with a remainder of 2 (Hex: 2)
-
20÷16=1 with a remainder of 4 (Hex: 4)
-
1÷16=0 with a remainder of 1 (Hex: 1)
Reading the remainders from bottom to top, we get (142)16.
