A machine in which the least significant byte is stored in the smallest address is __________

A machine in which the least significant byte is stored in the smallest address is __________ Correct Answer Little endian machine

In little endian machines, last byte of binary representation (least significant byte) of a multi byte data type is stored first, whereas in big endian method, the first byte of binary representation of a multi byte data type is stored first.

Related Questions

A machine in which the least significant byte is stored in the smallest address is . . . . . . . .
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? Address Data 0 × 104 78 0 × 103 56 0 × 102 34 0 × 101 12