4.5.2 Number Bases Flashcards

1
Q

What is base 10?

A

Denary/Decimal

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

What are some example of number base systems?

A
  • Denary
  • Binary
  • Hexadecimal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is decimal?

A
  • The number base that humans use to count.

* Uses the digits 0 through to 9 to represent numbers.

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

What base is decimal?

A

Base 10

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

How are decimal numbers denoted?

A

Subscript of 10

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

How is binary represented?

A

Binary uses only two characters for each digit, either a 1 or a 0. These two values can easily be represented by computers with high or low current.

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

How are binary values represented by computers?

A

With a high or low current.

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

What is the subscript for binary?

A

2

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

How are hexadecimal numbers represented?

A

Hexadecimal uses the digits 0 through to 9 followed by the uppercase characters A to F to represent the decimal numbers 0 to 15.

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

What range of characters does hex have to represent each digit?

A

Hex can make use of 16 different characters for each digit.

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

How are hex numbers denoted?

A

With a subscript 16

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

What is an advantage of using hex?

A

Hex is the most compact, this means it can represent the same number as binary or decimal while using far fewer digits.

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

Why is hex used as a shorthand representation for binary?

A
  • It’s easy to convert between hexadecimal and binary

* The compact nature, using far fewer digits to represent the same number.

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