IT Dojo pop quiz answers: Hexadecimal basics
Eight binary digits (one byte) can be represented by how many hexadecimal digits?
The correct answer is: Two and 60 percent of the people who answered the question got it right. One byte contains eight bits. Each hexadecimal digit represents four binary digits. Therefore, one byte can be represented by two hexadecimal digits.








