"Big Endian" is a term that refers to a way of storing or transmitting data in computer memory. In a big-endian format, the most significant byte (the "big end") of a word is stored at the smallest memory address and is sent first when transmitting data. This contrasts with "little-endian" format, where the least significant byte is stored at the smallest address and sent first.
### Characteristics of Big Endian:
1. **Byte Order**: In