Computer Science - Computer Fundamentals - Discussion
Discussion Forum : Computer Fundamentals - Section 11 (Q.No. 12)
12.
Conversion of a hexadecimal number 4E16 to binary number is
Discussion:
2 comments Page 1 of 1.
SUMAN SHARMA SCOBACS said:
1 decade ago
(4E)BASE 16=(1001110)BASE 2
BECAUSE 4=100
E IN HEXADECIMAL NUMBER IS=14
AND 14=1110
THUS ANS IS 1001110
BECAUSE 4=100
E IN HEXADECIMAL NUMBER IS=14
AND 14=1110
THUS ANS IS 1001110
Jeftha Dkhar Dann said:
2 months ago
Here's the explanation:
Let's carefully convert 4E₁₆ to binary step by step.
Break each hexadecimal digit into 4-bit binary:
4₁₆ → 0100₂
E₁₆ → 1110₂ (since E = 14 in decimal)
Combine the binary for both digits: 4E₁₆ → 0100 1110₂
So, the correct binary representation is: 01001110₂
From the given options, the closest match (ignoring leading zeros) is: 1001110₂.
Let's carefully convert 4E₁₆ to binary step by step.
Break each hexadecimal digit into 4-bit binary:
4₁₆ → 0100₂
E₁₆ → 1110₂ (since E = 14 in decimal)
Combine the binary for both digits: 4E₁₆ → 0100 1110₂
So, the correct binary representation is: 01001110₂
From the given options, the closest match (ignoring leading zeros) is: 1001110₂.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers