This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ddsf:public:guidebook:06_append:glossary:b:bigendian [2021/03/17 16:24] admin ↷ Links adapted because of a move operation |
ddsf:public:guidebook:06_append:glossary:b:bigendian [2021/07/14 16:15] (current) murphy ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Big-Endian ===== | ===== Big-Endian ===== | ||
| - | [[ddsf:private:guidebook:06_append:glossary| Return to Glossary ]] | + | [[ddsf:public:guidebook:06_append:glossary:start| Return to Glossary ]] |
| **Big-Endian** refers to the way that data is sequentially stored in computer memory. Just as in books or magazines, where the first word appears in the top-left-hand corner of each page, the data in a big-endian system is organized such that the most significant digits or bytes appear in the upper left corner of a memory page, while the least significant ones appear in the bottom right-hand corner. | **Big-Endian** refers to the way that data is sequentially stored in computer memory. Just as in books or magazines, where the first word appears in the top-left-hand corner of each page, the data in a big-endian system is organized such that the most significant digits or bytes appear in the upper left corner of a memory page, while the least significant ones appear in the bottom right-hand corner. | ||
| - | * **Note:** This is in contrast to [[ddsf:private:guidebook:06_append:glossary:l:littleendian]] systems. | + | * **Note:** This is in contrast to [[ddsf:public:guidebook:06_append:glossary:l:littleendian]] systems. |
| Source: [[https://www.techopedia.com/definition/787/big-endian | Big-Endian ]] | Source: [[https://www.techopedia.com/definition/787/big-endian | Big-Endian ]] | ||