Answer in Short
>> byte addressability--In byte-addressable memory, successive addresses refer to successive byte locations in the memory
>> Big-Endian: Lower byte-addresses are used for the more significant bytes of the word.
>> Little-Endian ... View full ans