lehrkraefte:blc:informatik:glf22:intro:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
lehrkraefte:blc:informatik:glf22:intro:start [2022/08/19 09:45]
Ivo Blöchliger [Bits und Bytes]
lehrkraefte:blc:informatik:glf22:intro:start [2022/08/19 09:59] (current)
Ivo Blöchliger [Umrechnungsalgorithmen]
Line 22: Line 22:
  
  
 +==== Codierung von Information ====
  
-  * Codierung von Information 
     * ASCII https://github.com/stevenlinx/Four-Column-ASCII, Unicode https://home.unicode.org/     * ASCII https://github.com/stevenlinx/Four-Column-ASCII, Unicode https://home.unicode.org/
     * Bilder https://de.wikipedia.org/wiki/RGB-Farbraum, Audio https://de.wikipedia.org/wiki/Abtastung_(Signalverarbeitung)     * Bilder https://de.wikipedia.org/wiki/RGB-Farbraum, Audio https://de.wikipedia.org/wiki/Abtastung_(Signalverarbeitung)
   * Fazit: Jede Datei/Computerinformation ist eine natürliche Zahl mit einer gegebenen Anzahl Binärstellen   * Fazit: Jede Datei/Computerinformation ist eine natürliche Zahl mit einer gegebenen Anzahl Binärstellen
 +
 +==== Text-Dateien ====
 +Dateien, die (als ASCII oder UTF-8 interpretiert) lesbaren Text enthalten. Meist ist der Aufbau dieser Dateien relativ einfach nachzuvollziehen.
 +
 +Beispiele für typische Textdateien (Dateiendung)
 +  * .txt, .html, .css
 +  * .xml, .svg, .py, .js
 +
 +==== Binäre Dateien ====
 +  * jpg, png
 +  * mp3, mp4
 +  * doc
 +
 +==== Text-Datein in zip-Archiv ====
 +  * alle modernen Office-Formate
 +  * .ggb
 +
 +
 +
 +
  • lehrkraefte/blc/informatik/glf22/intro/start.1660895115.txt.gz
  • Last modified: 2022/08/19 09:45
  • by Ivo Blöchliger