5.2 Numbering systems Flashcards

(16 cards)

1
Q

What are the common number systems and there bases?

A

Decimal - base10
Binary - base2
Octal - base8
Hexadecimal - base16

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

What is a base?

A

A base is equal to the number of values a digit can have

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

The value of the smallest digit of a numbering system is zero, true or false?

A

True

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

how many digits does the decimal system have?

A

10 which are 0-9

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

what does LSD and MSD stand for and where are they located?

A

Least significant digit is on the far right
Most significant digit is on the far left

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

how many digits does the binary system use?

A

they use two digits which are 0-1

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

What is the binary system used for?

A

Its used in digital electronics

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

What digit represents “ON”?

A

1

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

What digit represents “OFF”?

A

0

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

What Values are used in the Hexadecimal numbering system?

A

0-9 and then first six letters of the alphabet

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

What are the numbers of the six letters of the Hexadecimal system?

A

A to F is 10-15

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

What might Gray codes be used for?

A

Rotary and optical encoders, Karnaugh maps and error detection

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

Why may Gray code be used instead of binary?

A

It is more efficient with rapidly changing values as errors could occur due to hardware and interface constraints

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

What is the hamming distance for Gray codes?

A

The hammering distance for Gray codes are always 1

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

What is the name given to the hammering distance of Gray codes?

A

Cyclic codes

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

how many bits are there per word in an Octal system?