Explain Big - Endian and Little- Endian representations
Ans: The Big- endian is used where lower byte addresses are used for the more significant bytes (leftmost bytes) of the word.
The little-endian is used in opposite task, when the lower byte addresses are used for the less significant bytes (rightmost bytes) of the word.