Fundamentals of Data representation- module 16) Flashcards
1
Q
What is decimal?
A
Base ten.
2
Q
What is binary?
A
Base 2.
3
Q
What is hexadecimal?
A
Base 16.
4
Q
Which is the base you probably will recognise most easily?
A
Decimal.
5
Q
What do each hexadecimal digit represent?
A
4 bits or a nibble.
6
Q
What is 8-bit?
A
8 bits in a set together also known as a byte.
7
Q
What is another way of saying a nibble?
A
4-bits.
8
Q
What are leading zeroes?
A
0s put in positions left bank to left of first digit.
9
Q
What is a register?
A
Location in memory where data stored.