retagged by
4,790 views
11 votes
11 votes

In the Big-Endian system, the computer stores

  1. MSB of data in the lowest memory address of data unit
  2. LSB of data in the lowest memory address of data unit
  3. MSB of data in the highest memory address of data unit
  4. LSB of data in the highest memory address of data unit
retagged by

5 Answers

0 votes
0 votes
Big-endian is an order in which the “big end” i.e. the most significant value in the sequence is stored first at the lowest storage address.
Answer:

Related questions

8 votes
8 votes
4 answers
1
Satbir asked Jan 13, 2020
3,803 views
An array of $2$ two byte integers is stored in big endian machine in byte addresses as shown below. What will be its storage pattern in little endian machine ?$$\begin{ar...
7 votes
7 votes
1 answer
3
go_editor asked Jun 10, 2016
5,044 views
$0.75$ decimal system is equivalent to ____ in octal system$0.60$$0.52$ $0.54$$0.50$
8 votes
8 votes
2 answers
4
go_editor asked Jun 10, 2016
3,142 views
Consider a small $2$-way set-associative cache memory, consisting of four blocks. For choosing the block to be replaced, use the least recently (LRU) scheme. The number o...