Number Systems Flashcards

1
Q

Which numbering system uses ten numbers starting with 0 thru 9?

A

decimal system, or base 10

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

Which numbering systems is very common in digital electronics and uses only two digits of 0 and 1?

A

The binary system, or base 2.

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

Each column added to the binary chart is ____ the value of the preceding column.

A

Each column added to the binary chart is 2 times the value of the preceding column.

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

Which numbering systems is very common in digital electronics and uses eight digits from 0 through 7?

A

The octal system, or base 8

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

Each column added to the octal chart is _____ the value of the preceding column.

A

Each column added to the octal chart is 8 times the value of the preceding column.

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

What is the octal number if the count is increased by 1?

A

100

Remember, the highest number in octal is 7. When the count of 7 is exceeded, place a zero in that column and add one to the next higher column.

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

Which numbering systems uses sixteen digits of:

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F

A

The hexadecimal system, or base 16

The numbers ten through fifteen are represented by the letters A through F.

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

Each column added to the hexadecimal chart is _____ the value of the preceding column.

A

Each column added to the hexadecimal chart is 16 times the value of the preceding column.

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

What is the hexadecimal number if the count is increased by 1?

A

A0

When the count of fifteen (F) is exceeded, a 0 is placed in that column and a 1 is added to the next higher column. Remember, letters (A-F) represent the numbers 10 through 15.

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

Name the four different number systems used in digital electronics.

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

In base 2, when the count reaches one, a place holder ____ is put in the 1’s column. The count starts at _____ again in the 2’s column.

A

In base 2, when the count reaches one, a place holder (zero) is put in the 1’s column. The count starts at 1 again in the 2’s column.

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