binary Flashcards

1
Q

SIGNED MAGNITUDE
Positive to signed magnitude representation

A

Standard binary encoding

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

SIGNED MAGNITUDE
Negative to signed magnitude representation

A

Standard binary with a sign bit

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

SIGNED MAGNITUDE
10001110

A

-14

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

ONE’S COMPLEMENT
Negative to one’s complement representation

A

Flipped standard binary with a sign bit

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

SIGNED MAGNITUDE
0 representation

A

00000000 | 10000000

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

SIGNED MAGNITUDE
00001110

A

14

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

ONE’S COMPLEMENT
Positive to one’s complement representation

A

Standard binary encoding

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

ONE’S COMPLEMENT
00001110

A

14

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

ONE’S COMPLEMENT
0 representation

A

00000000 | 11111111

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

ONE’S COMPLEMENT
11110001

A

-14

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

TWO’S COMPLEMENT
Negative to two’s complement representation

A

Flipped standard binary encoding with sign bit + 1

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

TWO’S COMPLEMENT
Positive to two’s complement representation

A

Standard binary encoding

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

TWO’S COMPLEMENT
00001110

A

14

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

TWO’S COMPLEMENT
11110010

A

-14

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

TWO’S COMPLEMENT
0 representation

A

00000000

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

EXCESS REPRESENTATION
Integer to excess representation

A

Add the excess to the denary number (14 + 32 = 46)
Convert it to binary (00101110)

15
Q

EXCESS REPRESENTATION
14 into excess, excess = 32

16
Q

EXCESS REPRESENTATION
45 into excess, excess = 6

17
Q

EXCESS REPRESENTATION
00101110 into denary with excess = 32

18
Q

EXCESS REPRESENTATION
00110011 into denary with excess = 6