Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 3)
3.
Convert the binary number 1011010 to hexadecimal.
5B
5F
5A
5C
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
13 comments Page 2 of 2.

Srikar said:   8 years ago
Given binary number is 1011010.

0101 ----- 1010
5 ----- 10 it can be represented as A.
5 ----- A.

So, the answer is 5A.

Steffen Rohit said:   7 years ago
5A is the correct answer. I agree with the given answer.

Susheela said:   5 years ago
Given (1011010) to the base 10.

Let's divide this binary number into four digits from last. i.e; 0101 1010
as there are only 7 numbers in the given binary form we are adding 0 in front just to make it even.

We have a rule called 8421. according to that;
The binary number 0101= 5 (4+1).
The binary number 1010=10 (8+2).
Then we get the hexadecimal number as 510 = 5A.
Answer= 5A.


Post your comments here:

Your comments will be displayed after verification.