IB Computing 2025 > 2.1.9 - Define the terms: bit, byte, binary, denary/decimal, hexadecimal. > Flashcards
What is a bit?
A bit, also known as a binary digit, is the smallest unit of data in computing and is represented by a 0 or a 1.
What is a byte?
A byte is a group of 8 bits.
What is binary?
Binary is a base 2 numeral system.
What is denary/decimal?
Denary, also known as decimal, is a base 10 numeral system.
What is hexadecimal?
Hexadecimal is a base 16 numeral system.