Unsigned arithmetic works with fixed-size binary numbers. Because the numbers are treated as nonnegative, the result may not fit in the available bits. When that happens, a carry appears in addition or a borrow is needed in subtraction.
Check: Recompute the sum in decimal or by column work. If the final result needs more bits than allowed, the unsigned result overflowed.
Check: Verify by comparing the two values in decimal. If the number being subtracted is larger, an unsigned borrow out of the left side signals underflow.
For each exercise, mark every carry or borrow column as you work. Then simplify the final answer by keeping only the bits that fit the fixed width and noting whether an overflow or underflow occurred.
© 2023-2026 AI MATH COACH