Convert the following binary notation to hexadecimal notation – 10000000 00001011 00000011 00011111
A. 0x 80 0b 03 1e
B. 0x 81 0b 04 1e
C. 0x 80 0c 03 1f
D. 0x 80 0b 03 1f
Explanation: Converting the binary value to their respective hex values yields 0x 80 0B 03 1F.
Occurrence: 0, System Administrator 2026