Two’s Complement

Summary: A method used to represent negative numbers in binary, where the most significant bit represents a negative value. Enables both positive and negative integers to be stored. Tags: concepts computer-science igcse-computer-science data-representation Created: 2026-05-08T14:03:00Z Last Updated: 2026-05-08T14:03:00Z


Content

A method used to represent negative numbers in binary, where the most significant bit represents a negative value. Enables both positive and negative integers to be stored.