Why are bit patterns often displayed in hexadecimal notation instead of binary notation?

Hexadecimal notation is compact, compared to binary notation, hence easier to understand by humans.

AK

Related Computing A Level answers

All answers ▸

What is the difference between a high level language and a low level language?


Describe a stack data structure.


A binary, 8-bit floating point number 0111 0010 is said to have a 4-bit mantissa and a 4-bit exponent. What is meant by the terms 'mantissa' and 'exponent'? What is the value of this 8-bit binary floating point number?


Explain indexed addressing including the benefits when traversing certain data structures (4 Marks)