update 223015b chapter 1: new assets, slide edits, asset cleanup

- add druckwelle.png, samplerate.webp, kubrick.jpg, morpheus.jpg
- remove Red-Pill-Blue-Pill-in-Matrix.jpg
- update slide content
This commit is contained in:
2026-04-16 22:18:15 +02:00
parent fde51856ce
commit 1bbe41b6fc
5 changed files with 46 additions and 35 deletions

View File

@@ -705,11 +705,19 @@ Bit = Binary Digit
Demonstration: Glühbirne AN/AUS = 1 Bit Demonstration: Glühbirne AN/AUS = 1 Bit
--> -->
---
<!-- _header: '' -->
<!-- _footer: '' -->
![bg](./assets/morpheus.jpg)
--- ---
# Das Bit # Das Bit
**Kleinste Informationseinheit** ### Kleinste *logische* Informationseinheit
* **0 oder 1** * **0 oder 1**
* AN oder AUS * AN oder AUS
@@ -728,9 +736,9 @@ Demonstration: Glühbirne AN/AUS = 1 Bit
# Das Byte # Das Byte
<!-- ### Die kleinste *adressierbare* Informationseinheit
"Ein Bit allein macht nicht glücklich, die Welt ist nunmal nicht schwarz oder weiß"
<!--
BYTE = Wortspiel aus "Bit" + "Bite" (Bissen) — ein "Bissen" Information BYTE = Wortspiel aus "Bit" + "Bite" (Bissen) — ein "Bissen" Information
Begriff geprägt von Werner Buchholz (IBM), 1956, während der Entwicklung des IBM 7030 Stretch Begriff geprägt von Werner Buchholz (IBM), 1956, während der Entwicklung des IBM 7030 Stretch
Schreibweise mit "y" statt "i": bewusste Änderung zur Vermeidung von Verwechslung mit "Bit" Schreibweise mit "y" statt "i": bewusste Änderung zur Vermeidung von Verwechslung mit "Bit"
@@ -740,10 +748,13 @@ Schreibweise mit "y" statt "i": bewusste Änderung zur Vermeidung von Verwechslu
# Das Byte # Das Byte
**1 Byte = 8 Bits** ### Die kleinste *adressierbare* Informationseinheit
### 1 Byte = 8 Bits
``` ```
0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 = 42
``` ```
<!-- <!--
@@ -756,13 +767,22 @@ Rätsel: "Wenn sich das Wachstum einer Seerose auf einem Teich jeden Tag verdopp
# Das Byte # Das Byte
**1 Byte = 8 Bits** ### Die kleinste *adressierbare* Informationseinheit
### 1 Byte = 8 Bits
``` ```
0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 = 0
``` 0 0 0 0 0 0 0 1 = 1
0 0 0 0 0 0 1 0 = 2
0 0 0 0 0 0 1 1 = 3
0 0 0 0 0 1 0 0 = 4
<!-- 2⁸ = **256 Möglichkeiten** (0255) --> 0 1 0 0 0 0 0 0 = 64
0 1 1 1 1 1 1 1 = 127
1 1 1 1 1 1 1 1 = ?
```
<!-- <!--
- 1964: IBM System/360 setzte den 8-Bit-Byte-Standard — vorher: 6-Bit und 7-Bit-Systeme im Einsatz - 1964: IBM System/360 setzte den 8-Bit-Byte-Standard — vorher: 6-Bit und 7-Bit-Systeme im Einsatz
@@ -783,36 +803,27 @@ Rätsel: "Wenn sich das Wachstum einer Seerose auf einem Teich jeden Tag verdopp
--- ---
# Das Byte als Dezimalzahl # Das Byte
### Die kleinste *adressierbare* Informationseinheit
### 1 Byte = 8 Bits
**1 Byte (1B) = 8 Bits (8b)**
``` ```
0 0 0 0 0 0 0 0 -> 0 0 0 0 0 0 0 0 0 = 0
``` 0 0 0 0 0 0 0 1 = 1
``` 0 0 0 0 0 0 1 0 = 2
0 0 0 0 0 0 0 1 -> 1 0 0 0 0 0 0 1 1 = 3
``` 0 0 0 0 0 1 0 0 = 4
```
0 0 0 0 0 0 1 0 -> 2
```
```
0 0 0 0 0 0 1 1 -> 3
```
```
0 0 0 0 0 1 0 0 -> 4
```
```
0 1 0 0 0 0 0 0 -> 64
```
```
0 1 1 1 1 1 1 1 -> 127
```
```
1 1 1 1 1 1 1 1 -> ?
0 1 0 0 0 0 0 0 = 64
0 1 1 1 1 1 1 1 = 127
1 1 1 1 1 1 1 1 = ?
``` ```
2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 = 2⁸ = **256 Möglichkeiten** (0255)
--- ---
<!-- _header: '' --> <!-- _header: '' -->
@@ -875,7 +886,7 @@ Sog. RGB Tuple (geordnete endliche Liste)
# Farben: RGB-Modell # Farben: RGB-Modell
**1 Pixel = 3 Bytes** **1 Pixel = 3 Byte**
- **Rot:** 0255 - **Rot:** 0255
- **Grün:** 0255 - **Grün:** 0255
@@ -899,7 +910,7 @@ Sog. RGB Tuple (geordnete endliche Liste)
# Das Problem: Sprachen # Das Problem: Sprachen
**Die Welt hat mehr als 256 Zeichen!** **Die Welt hat mehr als 256 Zeichen (!)**
- Englisches Alphabet: 52 (AZ, az) - Englisches Alphabet: 52 (AZ, az)
- + Ziffern: 10 (09) - + Ziffern: 10 (09)

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB