Number Systems Flashcards

(17 cards)

1
Q

What is the base of the decimal number system?

A

10

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

What is the base of the binary number system?

A

2

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

What is the base of the octal number system?

A

8

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

What is the base of the hexadecimal number system?

A

16

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

What digits are used in the hexadecimal number system?

A

0–9 and A–F

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

What digits are used in the octal number system?

A

0–7

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

What is the 1’s complement of a binary number?

A

It is the binary number obtained by flipping all bits (0 to 1 and 1 to 0)

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

What is the 1’s complement of 1010?

A

0101

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

What is the 2’s complement of a binary number?

A

It is the 1’s complement plus 1

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

What is the 2’s complement of 0010?

A

1110 (if using 4 bits)

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

What is the main use of 2’s complement in binary systems?

A

To represent negative numbers

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

What does BCD stand for?

A

Binary Coded Decimal

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

What is the BCD representation of the decimal number 7?

A

111

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

What is the BCD representation of the decimal number 59?

A

0101 1001

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

What is the purpose of using BCD in digital systems?

A

To simplify the display of decimal digits on digital devices

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

What is the number system most commonly used in digital electronics?

17
Q

What is the difference between binary and BCD?

A

Binary represents whole numbers in base 2, while BCD represents each decimal digit in binary separately