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:
@@ -705,11 +705,19 @@ Bit = Binary Digit
|
|||||||
Demonstration: Glühbirne AN/AUS = 1 Bit
|
Demonstration: Glühbirne AN/AUS = 1 Bit
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- _header: '' -->
|
||||||
|
<!-- _footer: '' -->
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# 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** (0–255) -->
|
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** (0–255)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- _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:** 0–255
|
- **Rot:** 0–255
|
||||||
- **Grün:** 0–255
|
- **Grün:** 0–255
|
||||||
@@ -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 (A–Z, a–z)
|
- Englisches Alphabet: 52 (A–Z, a–z)
|
||||||
- + Ziffern: 10 (0–9)
|
- + Ziffern: 10 (0–9)
|
||||||
|
|||||||
BIN
slides/223015b/assets/druckwelle.png
Normal file
BIN
slides/223015b/assets/druckwelle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
BIN
slides/223015b/assets/kubrick.jpg
Normal file
BIN
slides/223015b/assets/kubrick.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 198 KiB |
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
BIN
slides/223015b/assets/samplerate.webp
Normal file
BIN
slides/223015b/assets/samplerate.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
Reference in New Issue
Block a user