- Published on
KembaraXtra-Computer Terms – big endian:
Big endian describes a method of storing multi-byte numerical data in memory where the most significant byte is placed first. In this storage format, the byte containing the highest value portion of a number appears at the lowest memory address, followed by bytes of decreasing significance.
Different processor architectures use different byte-order conventions. Some processors store numbers using the big-endian method, while others use the opposite arrangement known as little endian. The terminology originates from a literary reference in Jonathan Swift’s Gulliver’s Travels, where factions disagreed over which end of an egg should be broken first.
Big endian describes a method of storing multi-byte numerical data in memory where the most significant byte is placed first. In this storage format, the byte containing the highest value portion of a number appears at the lowest memory address, followed by bytes of decreasing significance.
Different processor architectures use different byte-order conventions. Some processors store numbers using the big-endian method, while others use the opposite arrangement known as little endian. The terminology originates from a literary reference in Jonathan Swift’s Gulliver’s Travels, where factions disagreed over which end of an egg should be broken first.
0 Comments