1 / 33

Hauptgebiete der Informatik

Hauptgebiete der Informatik. Angewandte Informatik. Praktische Informatik. Theoretische Informatik. Technische Informatik. HHD. Theoretische Informatik = Information + Mathematik. Darstellen und Operieren u.a. im Binärsystem (Sortier-)Algorithmen Kryptographie Automatentheorie usw.

karik
Download Presentation

Hauptgebiete der Informatik

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hauptgebiete der Informatik Angewandte Informatik Praktische Informatik Theoretische Informatik Technische Informatik HHD

  2. Theoretische Informatik = Information + Mathematik • Darstellen und Operieren u.a. im Binärsystem • (Sortier-)Algorithmen • Kryptographie • Automatentheorie • usw. HHD

  3. Theoretische Informatik Jeder Vorgang, der systematisiert werden kann, ist durch Computer automatisierbar. • Geräte und Prozesse als FORMal logische Systeme  Grundlage für die Programmierung HHD

  4. Theoretische Informatik . . . befasst sich darüber hinaus • mit der Geschwindigkeit • und dem Speicherverbrauch von Algorithmen. HHD

  5. Künstliche Intelligenz Ein ganz anderer Ansatz der Theoretischen Informatik • Menschliche Intelligenz simulieren • Deshalb Neurologie, Linguistik, Erkenntnistheorie und Psychologie • Arbeitsgebiete natürliche Sprachen, Spracherkennung und Heuristik HHD

  6. Theoretische Informatik Was wurde zurückgespiegelt? MOD-Operation HHD

  7. Technische Informatik HHD

  8. Kernbereiche derTechnischen Informatik EVA in jedem Computer!  Technische Komponenten für Eingabe – Verarbeitung – Ausgabe Computer-Vernetzung Kommunikations-Hardware HHD

  9. Trend EVA in jedem Computer!  Moore’s Law = Prozessorleistung verdoppelt sich alle 18 Monate Computer-Vernetzung Kommunikationstechnologie entwickelt sich noch rasanter. HHD

  10. Technische Informatik Information + Automatik • Rechner(hardware)architektur Ob Sie jetzt gerade auch an John von Neumann denken? • Technik für die Kommunikation • Robotik • usw. HHD

  11. Technische Informatik Was wurde zurückgespiegelt? Chip-Technik HHD

  12. Praktische Informatik HHD

  13. Praktische Informatik • Entwicklung von Betriebssystemen und Betriebssystemnaher Software • Grundlegende Lösungskonzepte für die Anwendungsgebiete der Informatik. HHD

  14. Betriebssystemnahe Software? • Driver für die Ein- und Ausgabegeräte. • Tools für die Programmentwicklung. • Programmbibliotheken. HHD

  15. Vom Quellcode zum ausführbaren Programm

  16. Mehrebenen-Rechner

  17. Vom Quellcode zum ausführbaren Programm

  18. Beispiel gefällig? Helloworld!

  19. Sie erinnern den Flussplan?

  20. //Begruessen Sie die Welt #include <stdio.h> int main(void) { printf("Hello World!\n"); return 0; } Und das C-Programm dazu?

  21. //Begruessen Sie die Welt #include <stdio.h> int main(void) { printf("Hello World!\n"); return 0; }

  22. Teilgebiete derPraktischen Informatik • Datenbanken • verteilte Informations- und Kommunikationssysteme • Zuverlässigkeit • Sicherheit • Mensch-Maschine-Kommunikation HHD

  23. Software Engineering Eine Querschnittsaufgabe • Gestaltung und Management • großer softwareintensiver Anwendungssysteme und Organisation • großer Softwareprojekte. HHD

  24. Praktische Informatik Was wurde zurückgespiegelt? Software Engineering als Tool HHD

  25. Angewandte Informatik HHD

  26. Konkrete Anwendungen(nur eine winzige Auswahl!) • Automatisierung in der Produktion • Ingenieursanwendungen (Ingenieurinformatik) • Betriebswirtschaftliche und öffentliche Verwaltung (Wirtschaftsinformatik) • Medizintechnik und Pharmaindustrie (Medizin- und Bioinformatik) HHD

  27. Angewandte Informatik richtig wichtig eingebettete (Software)Systeme = (Software)Systeme, die einen wesentlichen Teil des Innenlebens von Autos, Flugzeugen, Telefonen und Haushaltsgeräten bilden. HHD

  28. Angewandte Informatik Einsatz von Computern in allen Lebenslagen • MS Office • Computergrafik • Bildverarbeitung • Sprachverarbeitung • usw. HHD

  29. Angewandte Informatik Was wurde zurückgespiegelt? • 60% der Wertschöpfungskette in der Flugzeugentwicklung durch Software und Kommunikationstechnik • 90% aller Innovation in der Automobilbranche durch Informatik HHD Quelle Gesellschaft für Informatik e.V. 5 / 2006

  30. Interdisziplinarität der Informatik fordert ingenieurmäßiges Denken und Handeln. HHD Quelle Gesellschaft für Informatik e.V. 5 / 2006

  31. Ingenieurmäßig? • Konstruktives Vorgehen • Präzise Analysen • Eindeutige Spezifikationen • Modellierung • Prototyping • Anwenderorientierung • Systematische Planung • Teamübergreifende Zusammenarbeit HHD Quelle Gesellschaft für Informatik e.V. 5 / 2006

More Related