Question

In: Computer Science

Express the following bit patterns in hexadecimal. 01000101011001110100010101100111 10001001101010111000100110101011 11111110110111001111111011011100 00000010010100100000001001010010

Express the following bit patterns in hexadecimal.

  1. 01000101011001110100010101100111

  2. 10001001101010111000100110101011

  3. 11111110110111001111111011011100

  4. 00000010010100100000001001010010

Solutions

Expert Solution

Hexadecimal     Binary
    0           0000
    1           0001
    2           0010
    3           0011
    4           0100
    5           0101
    6           0110
    7           0111
    8           1000
    9           1001
    A           1010
    B           1011
    C           1100
    D           1101
    E           1110
    F           1111
Use this table to convert from binary to hexadecimal
a)
Converting 01000101011001110100010101100111 to hexadecimal
0100 => 4
0101 => 5
0110 => 6
0111 => 7
0100 => 4
0101 => 5
0110 => 6
0111 => 7
So, in hexadecimal 01000101011001110100010101100111 is 0x45674567
Answer: 0x45674567

b)
Converting 10001001101010111000100110101011 to hexadecimal
1000 => 8
1001 => 9
1010 => A
1011 => B
1000 => 8
1001 => 9
1010 => A
1011 => B
So, in hexadecimal 10001001101010111000100110101011 is 0x89AB89AB
Answer: 0x89AB89AB

c)
Converting 11111110110111001111111011011100 to hexadecimal
1111 => F
1110 => E
1101 => D
1100 => C
1111 => F
1110 => E
1101 => D
1100 => C
So, in hexadecimal 11111110110111001111111011011100 is 0xFEDCFEDC
Answer: 0xFEDCFEDC

d)
Converting 00000010010100100000001001010010 to hexadecimal
0000 => 0
0010 => 2
0101 => 5
0010 => 2
0000 => 0
0010 => 2
0101 => 5
0010 => 2
So, in hexadecimal 00000010010100100000001001010010 is 0x02520252
Answer: 0x02520252



Related Solutions

Explain the following: a bit, octet, hexadecimal, and decimal value
Explain the following: a bit, octet, hexadecimal, and decimal value
Express the binary strings in the left column of the following table in hexadecimal notation in...
Express the binary strings in the left column of the following table in hexadecimal notation in the right column of the table. Binary string Binary string expressed in hexadecimal notation 1111000011110000 1010111010101110 1111000111011111 11110000110110001101 10001100111011111000 Add the bit strings in the first two columns of the following table and report the answer in the last column in binary notation. Bit string 1 Bit string 2 Result of the addition in binary notation 111101 111110 100010 110011 111011 101111 110001 100001...
Convert the following numbers to 8-bit binary and 8-bit hexadecimal: a) 20 b) 78 c) -25...
Convert the following numbers to 8-bit binary and 8-bit hexadecimal: a) 20 b) 78 c) -25 d) -96 Convert the following hexadecimal numbers to binary and decimal assuming two's compliment format: a) 0x56 b) 0x14 c) 0xF8 d) 0xCC MUST DO ALL PROBLEMS AND SHOW ALL WORK!!!!
What is the 11 bit, binary representation of -108? What is the hexadecimal equivalent of this...
What is the 11 bit, binary representation of -108? What is the hexadecimal equivalent of this number?
represent 8912 in 16-bit binary format and then convert it to Hexadecimal form.
represent 8912 in 16-bit binary format and then convert it to Hexadecimal form.
represent -100 in 16-bit binary format and then convert it to Hexadecimal form.
represent -100 in 16-bit binary format and then convert it to Hexadecimal form.
represent -100 in 16-bit binary format and then convert it to Hexadecimal form.
represent -100 in 16-bit binary format and then convert it to Hexadecimal form.
represent -100 in 16-bit binary format and then convert it to Hexadecimal form.
represent -100 in 16-bit binary format and then convert it to Hexadecimal form.
Represent the following in IEEE format. Express your answers in Hexadecimal Format (Base 16) -10.510 9.999...
Represent the following in IEEE format. Express your answers in Hexadecimal Format (Base 16) -10.510 9.999 x 101 + 1.610 x 10-1 0.510 x (-0.4375)10 (1.10 x 1010) x (9.2 x 10-5)
Convert the following numbers to 32-bit, 2s compliment binary and hexadecimal formats. Show your work in...
Convert the following numbers to 32-bit, 2s compliment binary and hexadecimal formats. Show your work in recursive division form. 899726616 1656906428 -77102817 -251026154
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT