Data Flashcards

1
Q

What is denary?

A

Denary is a number system that uses 10 symbols to represent each digit. The symbols range from 0-9.

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

What is binary?

A

Binary is a number system that uses two symbols for each digit. Only 0 and 1 are used in binary.

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

What is hexadecimal?

A

Hexadecimal is a system that uses 16 different symbols. It uses the digits 0-9 and then A-F.

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

What are the methods used to express negative numbers in binary?

A

Sign and magnitude along with two’s compliment.

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

What is sign and magnitude?

A

The most significant bit (MSB) of the binary number is a designated sign bit. If the number is positive then the MSB is set to 0. If the number is negative then the MSB is set to 1.

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

What is two’s compliment?

A

The place value of the MSB is made negative. This allows us to express negative numbers by subtracting the largest possible place value, and then adding the difference back on.

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

How does binary addition work?

A

0 + 0 = 0, 1 + 0 or 0 + 1 = 1. However, 1 + 1 = 0 as we can’t use the symbol 2 in binary, so we carry the 1 and put 0 in the current place.

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