Computer Science - Digital Computer Electronics - Discussion

Discussion Forum : Digital Computer Electronics - Section 1 (Q.No. 4)
4.
Conversion of an octal number 1128 to hexadecimal number is
4A16
5A16
1516
2016
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
8 comments Page 1 of 1.

Chaithanya said:   6 years ago
112 in binary 001 001 010.

Group 4 at a time 0100---->4, 1010---->10.

Since it's hexadecimal 10 is represented as A.

So the answer is (4)(A).
(3)

Pavan kumar singhal said:   7 years ago
Convert (112) from octal to decimal.
It will be 74.

Now convert this decimal value to hexadecimal and it will be (4A).
(1)

Anita uniyal said:   1 decade ago
Octal no = 112.

Convert to binary = 001 001 002.

Select 2, 2 pair = 01 00 10 10.

Select 4, 4 pair = 0100 1010.

(4)(10).

Hexadecimal number = 4A.
(2)

Krishna ch. panda said:   1 decade ago
1*8^2+1*8^1+2*8^0 = 74.
74/16 = 4.

Remainder = 10(A).
So, Ans: 4A.
(1)

Riya said:   1 decade ago
1*8^2+1*8^1+2*8^0 = 74.
74/16 = 4.

Remainder = 10(A).
So, Ans:4A.
(1)

Theness said:   1 decade ago
Bin number of oct 112 is 100 1010 then how to change to hexadecimal number? Please help!
(1)

Mona said:   1 decade ago
112=001 001 010
Now make the groups of 4 from last like 0000 0100 1010 now write them in hexadecimal i.e 04A

Joy said:   1 decade ago
Convert (112) from octal to decimal.

It will be 74.

Now convert this decimal value to hexadecimal and it will be (4A).

Post your comments here:

Your comments will be displayed after verification.