Monday, April 27, 2009

DIGITAL ELECTRONICS

Represent N-Bit Number in 2's complement form.

1) RANGE : -2^(N-1) to +2^(N-1) -1
For 8-Bit Number : -2^(8-1) to +2^(8-1) -1 :: -128 to +127