A byte variable can store an integer number from 0 to 255.

westaust55

Moderator
Bits as 1 bit with values of 0 or 1
Nybbles as 4 bits with values from 0 to 15
Bytes as 8 bits with values from 0 to 255
Words as 16 bits with values from 0 to 65535
Are standard in the computing/IT world

there are also Long Words typically as 32 bits but maybe also as 64 bits.
 
Top