What bit patterns are represented by the following hexadecimal notations?
Answer-
Note — Assume a value for hexadecimal notation because here not mention any value.
Explanation:
To convert a value from hexadecimal to binary.you translate each hexadecimal digit into its 4-bits binary equivalent-
(0) | (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (A) | (B) | (C) | (D) | (E) | (F) |
0000 | 0001 | 0010 | 0011 | 0100 | 0101 | 0110 | 0111 | 1000 | 1001 | 1010 | 1011 | 1100 | 1101 | 1110 | 1111 |
In this example we have -
9 | A | 8 | 8 |
10001 | 1010 | 1000 | 1000 |
Note- Please do upvote, if any problem then comment in box sure I will help.
Get Answers For Free
Most questions answered within 1 hours.