retagged by
419 views

1 Answer

0 votes
0 votes
Big-Endian and Small-Endian are  two methods of memory  address interpretation. Every  processor uses one of them to interpret the memory address. The widely used method is Small-Endian.

Small-Endian - Lower address contain lower bits(LSB) and higher address contain higher bits (MSB).

Big-Endian - Lower address contain higher bits(MSB) and higher address contains lower bits(LSB)

Related questions

0 votes
0 votes
0 answers
2
2 votes
2 votes
1 answer
3
srestha asked Mar 24, 2018
1,135 views
A memory constructed with 2B words and capacity of memory $2^{18}$ bits. Number of decoder required and type of decoder if memory built using $1K\times 4$ RAM chips?(if p...