1. When the most significant byte of a word is at the smallest address, the architecture
is called
A. Big Indian
B. Little Endian
C. Big Endian
D. Little Indian
Answers
Answered by
1
Answer:
Generic SoC Architecture Components
Big endian systems are those systems in which the most significant byte of the word is stored in the lower address given, and the least significant byte is stored in the higher.
Answered by
98
Answer:
Big Endian Byte Order.........
There are two ways that computers commonly do this: Big Endian Byte Order: The most significant byte (the "big end") of the data is placed at the byte with the lowest address. The rest of the data is placed in order in the next three bytes in memory.
Similar questions