Resolve
RDF Terms
Data based on @zazuko/vocabularies
Namespace
Recommended prefix
Copy 'PREFIX qudt: <http://qudt.org/schema/qudt/>'
lang:""
Endian Type
blank node
lang:""
http://en.wikipedia.org/wiki/Endianness
lang:""
In computing, endianness is the ordering used to represent some kind of data as a sequence of smaller units. Typical cases are the order in which integer values are stored as bytes in computer memory (relative to a given memory addressing scheme) and the transmission order over a network or other medium. When specifically talking about bytes, endianness is also referred to simply as byte order. Most computer processors simply store integers as sequences of bytes, so that, conceptually, the encoded value can be obtained by simple concatenation. For an 'n-byte' integer value this allows 'n!' (n factorial) possible representations (one for each byte permutation). The two most common of them are: increasing numeric significance with increasing memory addresses, known as little-endian, and its opposite, called big-endian.