Multiple choice Unsigned integer quantities are greater than ordinary integer quantities greater than ordinary integer quantities and can be negative lesser than ordinary integer quantities and cannot be negative greater than ordinary integer quantity and cannot be negative Reveal answer Fill a bubble to check yourself D Correct answer Explanation Unsigned integers use all bits for magnitude (no sign bit), giving them a larger positive range than signed integers of the same bit width. They cannot represent negative values, unlike signed integers.