Which of the following isare true regarding hex digits Choos
Which of the following is/are true regarding hex digits? (Choose all that apply.)
A. Hex digits are made of 4 bits.
B. Hex digits are made of 4 bytes.
C. Hex can be expressed as 0–9 and A–G.
D. Hex can be expressed as 0–9 and A–F.
Solution
Hexadecimal number are wriiten in base 16 format (2^4 ie 0 to 15).
0 to 15 : 0,1,2,3,4,5,6,7,8,9 , A,,B,C,D,E, F(1111)2.
Hence, the correct options are A,D.
