Computer Science for IGCSE & O level - Data Representation (Section 8 - No. 22)

What is a key use of the two's complement representation?
Representing floating point numbers.
Representing large positive integers.
Simplifying arithmetic operations.
Improving the speed of division.

Explanation

Two's complement makes it possible to implement subtraction by addition, which can simplify the logic.

Comments (0)

Advertisement