We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98736d2 commit fbc8f0dCopy full SHA for fbc8f0d
src/uebungen/binaersystem-1.md
@@ -39,7 +39,7 @@ Orientieren Sie sich an diesem Beispiel für die **Potenz 7**.
39
40
- 2<sup>7</sup>
41
- 2 × 2 × 2 × 2 × 2 × 2 × 2
42
-- 64
+- 128
43
44
---
45
@@ -193,3 +193,26 @@ Orientieren Sie sich an diesem **Beispiel für die Binärzahl 10101**.
193
1×16 + 0×8 + 1×4 + 0×2 + 1×1 = 16 + 0 + 4 + 0 + 1 = 21
194
195
**Ergebnis: 21**
196
+
197
+---
198
199
+## Übung 9
200
201
+### Sechsstellige binäre Zahlen umrechnen
202
203
+Rechnen Sie die folgenden Zahlen des Binärsystems in das Dezimalsystem um.
204
205
+1. 111010
206
+2. 010011
207
+3. 111000
208
+4. 001010
209
+5. 110101
210
+6. 111111
211
+7. 100001
212
+8. 001000
213
+9. 111011
214
+10. 010011
215
+11. 100100
216
+12. 100111
217
+13. 000001
218
+14. 010101
0 commit comments