Dualsystem

Aus mkDoc | wiki
Wechseln zu: Navigation, Suche
Verwendete Zeichen
0 1
Dualsystem

Inhaltsverzeichnis

Zahlen von 0 bis 20 im Dualsystem

Dualsystem
Zahl 16 8 4 2 1
0 0
1 1
2 1 0
3 1 1
4 1 0 0
5 1 0 1
6 1 1 0
7 1 1 1
8 1 0 0 0
9 1 0 0 1
10 1 0 1 0
11 1 0 1 1
12 1 1 0 0
13 1 1 0 1
14 1 1 1 0
15 1 1 1 1
16 1 0 0 0 0
17 1 0 0 0 1
18 1 0 0 1 0
19 1 0 0 1 1
20 1 0 1 0 0

Grundrechenarten

Beispiele

[1101]_2 = 1 \cdot 2^3 + 1 \cdot 2^2 + 0 \cdot 2^1 + 1 \cdot 2^0 = [13]_{10}

Umrechnen in andere Zahlensysteme

Umwandlung in Dezimalsystem

Beispiel:

1010_{(2)} = 1 \cdot 2^3 + 0 \cdot 2^2 + 1 \cdot 2^1 + 0 \cdot 2^0= 1 \cdot 2^3 + 1 \cdot 2^1 = 8 + 2 = 10_{(10)}

Endet die Dualzahl mit einer 1, so ist die Dezimalzahl eine ungerade Zahl. Ist die letzte Ziffer der Dualzahl eine 0, so ist die Dezimalzahl gerade.

Beispiel:

101001_{(2)} = 1 \cdot 2^0 + 0 \cdot 2^1 + 0 \cdot 2^2 + 1 \cdot 2^3 + 0 \cdot 2^4 + 1 \cdot 2^5 = 1 \cdot 2^0 + 1 \cdot 2^3 + 1 \cdot 2^5 = 1 + 8 + 32 = 41_{(10)}
101000_{(2)} = 0 \cdot 2^0 + 0 \cdot 2^1 + 0 \cdot 2^2 + 1 \cdot 2^3 + 0 \cdot 2^4 + 1 \cdot 2^5 = 1 \cdot 2^3 + 1 \cdot 2^5 = 8 + 32 = 40_{(10)}

Siehe auch

Oktalsystem

Dezimalsystem

Hexadezimalsystem

Weblinks

Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
mkDoc
Werkzeuge