Explain high-order and low-order bytes.
- Numbers are written from left to right in decreasing order of significance. In the same way, bits in a byte of computer memory can be considered as digits of a number written in base.
- Byte holding the least significant 8 bits is known as the low-order byte.
- Byte holding the most significant 8 bits is the most significant byte, or high- order byte.