Computer Science: A discipline that studies all operations using computers and their underlying theories.

Big Endian: Store the leftmost (largest) byte at the lowest address in memory.
Little Endian: Store the rightmost (smallest) byte at the lowest address in memory.