sign bit

A sign bit is a binary digit used in computer systems to indicate the sign of a numerical value, typically denoting whether the number is positive or negative. It is often the leftmost bit in a binary number representation. The sign bit interacts with the rest of the binary digits to determine the overall value of the number.

Requires login.