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
|
||||
-->
|
||||
|
||||
---
|
||||
|
||||
<!-- _header: '' -->
|
||||
<!-- _footer: '' -->
|
||||
|
||||

|
||||
|
||||
|
||||
---
|
||||
|
||||
# Das Bit
|
||||
|
||||
**Kleinste Informationseinheit**
|
||||
### Kleinste *logische* Informationseinheit
|
||||
|
||||
* **0 oder 1**
|
||||
* AN oder AUS
|
||||
@@ -728,9 +736,9 @@ Demonstration: Glühbirne AN/AUS = 1 Bit
|
||||
|
||||
# Das Byte
|
||||
|
||||
<!--
|
||||
"Ein Bit allein macht nicht glücklich, die Welt ist nunmal nicht schwarz oder weiß"
|
||||
### Die kleinste *adressierbare* Informationseinheit
|
||||
|
||||
<!--
|
||||
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
|
||||
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
|
||||
|
||||
**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
|
||||
|
||||
**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
|
||||
@@ -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 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
|
||||
```
|
||||
```
|
||||
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 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
|
||||
|
||||
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: '' -->
|
||||
@@ -875,7 +886,7 @@ Sog. RGB Tuple (geordnete endliche Liste)
|
||||
|
||||
# Farben: RGB-Modell
|
||||
|
||||
**1 Pixel = 3 Bytes**
|
||||
**1 Pixel = 3 Byte**
|
||||
|
||||
- **Rot:** 0–255
|
||||
- **Grün:** 0–255
|
||||
@@ -899,7 +910,7 @@ Sog. RGB Tuple (geordnete endliche Liste)
|
||||
|
||||
# Das Problem: Sprachen
|
||||
|
||||
**Die Welt hat mehr als 256 Zeichen!**
|
||||
**Die Welt hat mehr als 256 Zeichen (!)**
|
||||
|
||||
- Englisches Alphabet: 52 (A–Z, a–z)
|
||||
- + Ziffern: 10 (0–9)
|
||||
|
||||
Reference in New Issue
Block a user