NVIDIA Interview Question

What is Big Endian ?

Interview Answer

Anonymous

Dec 7, 2017

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.

1