Difference between revisions of "Byte"
From Sega Retro
Scarred Sun (talk | contribs) m (Reverted edit of Cube, changed back to last version by ScarredSun) |
Scarred Sun (talk | contribs) m |
||
Line 1: | Line 1: | ||
− | + | A '''byte''' is a collection of eight [[bit]]s. There are two bytes in a [[word]] and four bytes in a [[double-word]]. | |
− | 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. | 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. | A common use for a byte is to store an ASCII character. | ||
+ | [[Category: Hacking Information]] |
Revision as of 19:18, 20 March 2005
A byte is 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.