Booleans only require one bit to represent them, but because memory is almost always accessed by the byte address booleans are represented with a byte (technically it's not specified, but this is the...