Binary Arithmetic Flashcards

1
Q

Range of modulus arithmetic

A

0 to M-1, where M is the modulus
if n is the size in bits, M = 2^n

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

(T/F)Modulus Arithmetic ignores the carry out when using ordinary arithmetic instructions

A

True

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

What does the carry out indicate in Unsigned Arithmetic

A

overflow

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

Extended Precision Arithmetic

A

Uses multiple registers to represent a single number when you need more than 64 bits of precision

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