SW StudyWalks

Computer Science  /  CS 0243  ·  Atom · ~20 seconds

Two's Complement

Video not yet published
to the StudyWalks catalog
State

The two's complement of a binary number is its one's complement plus one — a representation with a single zero, an extra negative value in range, and one adder serving signed and unsigned alike.

Show

Every mainstream computer system stores signed integers this way.

Watch for

Least intuitive, most efficient — the trade that won.