Section 3 Chapter 15 - Binary arithmetic and fractions Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Overflow

A

An error that can occur with binary addition in which the result cannot be stored in the space provided and the last bit “overflows” out of the space

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

Range of a twos complement number

A

-2^(n-1) to 2^(n-1)-1

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

How two’s complement works

A

The first bit is negative

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

Converting negative denary to twos complement

A

Work out the positive binary
Flip all the bits
Add 1

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

Converting negative twos complement to denary

A

Flip the bits
Add 1
Convert to denary
Take the negative value of it

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

How binary subtraction works

A

The numbers are added using twos complement and any overflow is ignored

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

The method of representing fractions with binary

A

Fixed point numbers

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