Refer to the exhibit.

What is the correct binary conversion of the last two hexadecimal characters of the physical address?
Refer to the exhibit.
What is the correct binary conversion of the last two hexadecimal characters of the physical address?
The last two hexadecimal characters of the physical address D8-CB-8A-17-8D-ED are 'ED'. To convert 'ED' from hexadecimal to binary, we convert each digit separately: 'E' in hexadecimal is 1110 in binary, and 'D' in hexadecimal is 1101 in binary. Concatenating these gives the 8-bit binary number 11101101. Therefore, the correct binary conversion of the last two hexadecimal characters is 11101101.
B: The last two hexadecimal characters of the physical address D8-CB-8A-17-8D-ED are "ED". To convert "ED" from hexadecimal to binary, you can use the following steps: Convert each hexadecimal digit to its 4-bit binary equivalent: "E" = 1110 "D" = 1101 Concatenate the two 4-bit binary numbers to get the complete 8-bit binary representation: 11101101 Therefore, the correct binary conversion of the last two hexadecimal characters of the physical address D8-CB-8A-17-8D-ED is 11101101. Source: ChatGPT -
how is this not D?
nvmd. misread the question. answer is b
B is correct.