Actions

Difference between revisions of "Byte"

From Sonic Retro

m (Reverted edit of Cube, changed back to last version by ScarredSun)
Line 1: Line 1:
byte my ass you stupid geeks
+
 
 +
[[Category: Hacking Information]]
 +
A collection of eight [[bit]]s. There are two bytes in a [[word]] and four bytes in a [[double-word]].
 +
 
 +
Additionally, 1024 bytes make a kilobyte, 1024 kilobytes make a megabyte, 1024 megabytes make a gigabyte, 1024 gigabytes make a terabyte, etc.
 +
 
 +
A common use for a byte is to store an ASCII character.

Revision as of 15:00, 5 December 2004

A collection of eight bits. There are two bytes in a word and four bytes in a double-word.

Additionally, 1024 bytes make a kilobyte, 1024 kilobytes make a megabyte, 1024 megabytes make a gigabyte, 1024 gigabytes make a terabyte, etc.

A common use for a byte is to store an ASCII character.