Byte

From Hackepedia
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A byte is a unit of 8 bits. This means that when a byte is unsigned its maximum value is 255 and its minimum value is 0. Units smaller than a byte is a nibble and units larger are words and integers.

A signed byte has a max value of 127.