bbb2.jpg

Back 

The use of hex to represent binary questions

Q1. Explain why hex is used by programmers. 
Q2. How many bits are there in a nibble?
Q3. How many hex digits does a nibble represent?
Q4. How many bits are there in a byte?
Q5. How many hex digits does a byte represent?
Q6. What does the hex digit A represent as a nibble in binary?
Q7. What does the hex digit C represent as a nibble in binary?
Q8. What does the hex digit E represent as a nibble in binary?
Q9. What does the hex digit FF represent as a byte in binary?
Q10. What does the hex digit EE represent as a nibble in binary?

Back