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
2
Q
(T/F)Modulus Arithmetic ignores the carry out when using ordinary arithmetic instructions
A
True
3
Q
What does the carry out indicate in Unsigned Arithmetic
A
overflow
4
Q
Extended Precision Arithmetic
A
Uses multiple registers to represent a single number when you need more than 64 bits of precision