Said of a variable that has one bit dedicated to determine if the value is positive or negatve.

In C and others, it is unnecessary to explicitly define something as signed, as variables are signed by default.

Oppose unsigned.