When 8 bits are grouped together,
they are called a BYTE
. You can enter a BYTE
either in binary mode or in base 8.
The BYTE
type is encoded in an 8 bit format which, in hexadecimal format,
ranges from 16#00
to 16#FF
.
When 8 bits are grouped together,
they are called a BYTE
. You can enter a BYTE
either in binary mode or in base 8.
The BYTE
type is encoded in an 8 bit format which, in hexadecimal format,
ranges from 16#00
to 16#FF
.