Logic 2: Number Systems Flashcards

1
Q

Are based in unit, numbers, and base

A

Number Systems

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

The base of the number

A

Radix

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

The digit with the highest weight in the number

A

Most Significant Bit (MSB)

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

The digit with the lowest weight in the number

A

Least Significant Bit (LSB)

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

The most commonly used number system

A

Decimal

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

The number system used in digital information representation

A

Binary

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

What are the radix and digits used in Decimal?

A

Radix: 10, Digits: 0-9

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

What are the radix and digits used in Binary?

A

Radix: 2, Digits: 0-1

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

What are the radix and digits used in Octal?

A

Radix: 8, Digits: 0-7

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

What are the radix and digits used in Hexadecimal?

A

Radix: 16, Digits: 0-9 and A-F

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

What method is used to convert Octal to Binary

A

421 Method

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

What method is used to convert Hexadecimal to Binary

A

8421 Method

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

Derived by changing the binary digits from 1 to 0 and 0 to 1

A

1’s Complement

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

Derived by adding 1 to the 1’s complement of the binary number

A

2’s Complement

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

The use of addition process to perform subtraction of numbers

A

Complement Subtraction

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

Derived by subtracting each digit of a decimal number from 9

A

9’s Complement

17
Q

Derived by adding 1 to the 9’s complement of a decimal number

A

10’s Complement

18
Q

The adding of two values like adding an ordinary binary number

A

Binary-Coded Decimal (BCD) Addition

19
Q

What do you add to each set of digits that are invalid BCD values in BCD Addition

20
Q

Is 1010B a valid BCD value?

A

No (1010B = 10D)