De/Byte: Difference between revisions

From Valve Developer Community
< De
Jump to navigation Jump to search
m (title)
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:Byte}}
{{otherlang2
{{otherlang2
|title=Byte
|en=Byte
|en=Byte
}}
}}

Revision as of 22:58, 9 October 2011

Template:Otherlang2 Ein Byte ist 8 Bit, die Größe eines char:de, lang. Ein Kilobyte (KB) besteht aus 1024 Byte, während ein Megabyte (MB) aus 1024 Kilobyte, ein Gigabyte (GB) aus 1024 Megabyte usw. besteht.

Ein Byte ist die kleinste Menge adressierbaren Speichers. Auch ein bool besteht aus einem Byte (das ist der Vorteil eines BitVec:de).