Skip to content

Commit

Permalink
update binärsysteme-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexclaes committed Feb 7, 2024
1 parent 98736d2 commit fbc8f0d
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion src/uebungen/binaersystem-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Orientieren Sie sich an diesem Beispiel für die **Potenz 7**.

- 2<sup>7</sup>
- 2 × 2 × 2 × 2 × 2 × 2 × 2
- 64
- 128

---

Expand Down Expand Up @@ -193,3 +193,26 @@ Orientieren Sie sich an diesem **Beispiel für die Binärzahl 10101**.
1×16 + 0×8 + 1×4 + 0×2 + 1×1 = 16 + 0 + 4 + 0 + 1 = 21

**Ergebnis: 21**

---

## Übung 9

### Sechsstellige binäre Zahlen umrechnen

Rechnen Sie die folgenden Zahlen des Binärsystems in das Dezimalsystem um.

1. 111010
2. 010011
3. 111000
4. 001010
5. 110101
6. 111111
7. 100001
8. 001000
9. 111011
10. 010011
11. 100100
12. 100111
13. 000001
14. 010101

0 comments on commit fbc8f0d

Please sign in to comment.