Bit: Unterschied zwischen den Versionen

Aus EINI
Wechseln zu: Navigation, Suche
Zeile 10: Zeile 10:
 
==Das Byte==
 
==Das Byte==
 
Ein Byte besteht aus 8 Bits oder aus 2 Nibbles.
 
Ein Byte besteht aus 8 Bits oder aus 2 Nibbles.
 +
 +
 +
 +
==Umrechnungstabelle (mit Dezimalpräfix)==
 +
{| class = "wikitable" width=100%
 +
|+
 +
!Name (Symbol) !! Bedeutung
 +
|-
 +
||Kilobyte (kB) || 10^3 Byte = 1.000 Byte
 +
|-
 +
|| Megabyte (MB) || 10^6 Byte = 1.000.000 Byte
 +
|-
 +
|| Gigabyte (GB) || 10^9 Byte = 1.000.000.000 Byte
 +
|-
 +
|| Terabyte (TB) || 10^12 Byte = 1.000.000.000.000 Byte
 +
|-
 +
|| Petabyte (PB) || 10^15 Byte = 1.000.000.000.000.000 Byte
 +
|}
 +
 +
 +
==Umrechnungstabelle (mit Binärpräfizen)==
 +
{| class = "wikitable" width=100%
 +
|+
 +
!Name (Symbol)!! Bedeutung
 +
|-
 +
||Kibibyte (kiB) || 2^10 Byte = 1.024 Byte
 +
|-
 +
|| Mebibyte (MiB) || 2^20 Byte = 1.048.576 Byte
 +
|-
 +
|| Gibibyte (GiB) || 2^30 Byte = 1.073.741.824 Byte
 +
|-
 +
|| Tebibyte (TiB) || 2^40 Byte = 1.099.511.627.776 Byte
 +
|-
 +
|| Pebibyte (PiB) || 2^50 Byte = 1.125.899.906.842.624 Byte
 +
|}

Version vom 13. November 2015, 13:04 Uhr

Das Bit ist die kleinste Einheit, um Informationen darzustellen. Dabei kann ein Bit nur zwei Zustände repräsentieren: "An" bzw 1 und "Aus" bzw 0. Diese Zustände werden unterschiedlich verwirktlicht. Bei klassischen Festplatten wird das Magnetfeld der Platte verstärkt, was einer 1 entspricht, oder geschwächt, was einer 0 entspricht. Bei logischen Gattern ist entweder eine Spannung gelegt oder nicht.


Das Nibble

Ein Nibble ist im Wesentlichen eine Bezeichnung für einen Block, der aus vier Bits besteht.


Das Byte

Ein Byte besteht aus 8 Bits oder aus 2 Nibbles.


Umrechnungstabelle (mit Dezimalpräfix)

Name (Symbol) Bedeutung
Kilobyte (kB) 10^3 Byte = 1.000 Byte
Megabyte (MB) 10^6 Byte = 1.000.000 Byte
Gigabyte (GB) 10^9 Byte = 1.000.000.000 Byte
Terabyte (TB) 10^12 Byte = 1.000.000.000.000 Byte
Petabyte (PB) 10^15 Byte = 1.000.000.000.000.000 Byte


Umrechnungstabelle (mit Binärpräfizen)

Name (Symbol) Bedeutung
Kibibyte (kiB) 2^10 Byte = 1.024 Byte
Mebibyte (MiB) 2^20 Byte = 1.048.576 Byte
Gibibyte (GiB) 2^30 Byte = 1.073.741.824 Byte
Tebibyte (TiB) 2^40 Byte = 1.099.511.627.776 Byte
Pebibyte (PiB) 2^50 Byte = 1.125.899.906.842.624 Byte