You are on page 1of 2

Informatik 13.11.

2021

Arbeitsblatt Zahlensysteme
1. Rechnen Sie die Dezimalzahlen ins Binärsystem um. Erkennen Sie ein Muster?

Dezimal Binär Dezimal Binär Dezimal Binär


1 1 30 11110 128 10000000
3 11 31 11111 256 100000000

5 101 32 100000 512 1000000000

7 111 33 100001 1024 10000000000

2. Rechnen Sie die Binärzahlen ins Dezimalsystem um. Erkennen Sie ein Muster?

Binär Dezimal Binär Dezimal Binär Dezimal


12 1 10012 9 10 10102 42
102 2 1 00012 17 10 10112 43
1002 4 10 00012 33 10 11002 44
10002 8 100 00012 65 10 11012 45

3. Rechnen Sie die Dezimalzahlen ins Binärsystem um.

Dezimal Binär Dezimal Binär Dezimal Binär


12 1100 38 100110 199 11000111
28 11100 136 10001000 254 11111110

4. Rechnen Sie die Binärzahlen ins Dezimalsystem um.

Binär Dezimal Binär Dezimal


0010 00012 33 1110 01012 229

0001 10102 26 1101 01102 214

5. Welches ist die grösste natürliche Zahl, welche mit den folgenden Anzahl Bit darge-
stellt werden kann?

Anzahl Bit grösste Zahl Anzahl Bit grösste Zahl


4 15 16 65535

8 255 32 4294967295

Stefan Rothe
Informatik 13.11.2021

6. Rechnen Sie die Dezimalzahlen ins Hexadezimalsystem um. Erkennen Sie ein Mus-
ter?

Dezimal Hexadezimal Dezimal Hexadezimal Dezimal Hexadezimal


9 13 30
10 14 31
11 15 32
12 16 33

7. Rechnen Sie die Hexadezimalzahlen ins Dezimalsystem um. Erkennen Sie ein Mus-
ter?

Hexadezimal Dezimal Hexadezimal Dezimal Hexadezimal Dezimal


1A16 F C16 1016
2A16 F D16 2016
3A16 F E16 3016
4A16 F F16 4016

8. Rechnen Sie Zahlen zwischen Hexadezimal- und Binärsystem um.

Hex. Binär Hex. Binär Hex. Binär


716 1011 10102 DA16
10012 1001 00102 BA16
C16 1100 11002 8116
11112 0110 01102 9216

Stefan Rothe

You might also like