Number Bases Flashcards

Decimal, binary, hexadecimal (6 cards)

1
Q

Number Base Definition

A

The number of digits (or combination of digits) that a system, like decimal, binary or hexadecimal uses to represent numbers. For example binary is 2, as it uses either 1 or 0. Like how many options for each digit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Working out values based on base

A

To work out the value of each digit (like how 8 has a value of 8000 in 8150), just do the position of the digit, from right to left, to the power of the base. So 8 would be 10^4, to give you 8000.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Denary (decimal)

A

Has a base of 10. As numbers go from 0-9. Doesn’t matter the combination or length, theres only 10 options for each digit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Binary

A

Base of 2. Either 1 or 0 used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Hexadecimal

A

Base of 16. 0-9 numbers, then 6 letters, A-F. So 16 total options for each digit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why is hex preferred over binary

A

As it represents a binary value, in a much shorter and easy to understand way. While still being quite easy to convert back to binary.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly