What is the encoding technique called that is used to store negative numbers in the computers memory?

1 answer

Answer

1133446

2026-03-06 16:45

+ Follow

The first bit is used for sign, 0 means its positive and 1 means its negative. Normally a single byte can store 256 values (0-255). But stealing a bit means it can store only 128 now (0-127). But it's really storing 256 values since its rane is now -127 to 127.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.