1.1 Binary and Hexadecimal Flashcards
(9 cards)
What is the binary number system?
A base-2 system using only 0 and 1. 0 = OFF, 1 = ON.
What does MSB stand for in binary?
Most Significant Bit — the leftmost and highest-value bit.
What is the denary number system?
Base-10 system (0–9) used in everyday life.
What is the hexadecimal system?
Base-16 system using 0–9 and A–F (A = 10, F = 15).
Why is hexadecimal used?
It’s shorter and easier to read than long binary numbers.
It is easier to program, debug and locate errors in data
Advantages of hexadecimal over binary
- Hexadecimal is a shorter way of representing binary, so it takes up less space on
the computer screen or piece of paper. - Hexadecimal is easier for a programmer to read, write and understand.
- Hexadecimal is easier to debug and locate errors in data.
MAC address
a unique address that is
given to a computer at the manufacturing stage that can be used to identify the computer.
Register
a small component in a computer system that is used to temporarily store data.
Analogue data
a continuous stream of data that is processed by humans.