Range of modulus arithmetic
0 to M-1, where M is the modulus
if n is the size in bits, M = 2^n
(T/F)Modulus Arithmetic ignores the carry out when using ordinary arithmetic instructions
True
What does the carry out indicate in Unsigned Arithmetic
overflow
Extended Precision Arithmetic
Uses multiple registers to represent a single number when you need more than 64 bits of precision