Number bases Flashcards
1
Q
Definition of a bit
A
Binary digit
2
Q
Definition of a byte
A
8 bits
3
Q
What base is the decimal number system?
A
Base 10
(10 ^n)
4
Q
What base is the binary number system?
A
Base 2
(2 ^n)
5
Q
What base is hexadecimal
A
Base 16
(16 ^n)
6
Q
What is A in decimal
A
10
7
Q
What is B in decimal
A
11
8
Q
What is D in decimal
A
13
8
Q
What is E in decimal
A
14
9
Q
What is C in decimal
A
12
10
Q
What is F in decimal
A
15