angewandte informatik praktische informatik technische informatik theoretische informatik hhd

33
HHD

Upload: bathildis-nelle

Post on 05-Apr-2015

155 views

Category:

Documents


10 download

TRANSCRIPT

Page 1: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

HHD

Page 2: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

• Darstellen und Operieren u.a. im Binärsystem

• (Sortier-)Algorithmen• Kryptographie• Automatentheorie• usw.

HHD

Page 3: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

Jeder Vorgang, der systematisiert werden kann, ist durch Computer automatisierbar.

• Geräte und Prozesse als FORMal logische Systeme

Grundlage für die Programmierung

HHD

Page 4: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

. . . befasst sich darüber hinaus

• mit der Geschwindigkeit• und dem Speicherverbrauch

von Algorithmen.

HHD

Page 5: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

Ein ganz anderer Ansatz der Theoretischen Informatik

• Menschliche Intelligenz simulieren• Deshalb Neurologie, Linguistik, Erkenntnistheorie

und Psychologie• Arbeitsgebiete natürliche Sprachen,

Spracherkennung und Heuristik

HHD

Page 6: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

Was wurde zurückgespiegelt?

MOD-Operation

HHD

Page 7: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

HHD

Page 8: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

HHD

EVA in jedem Computer!

Technische Komponenten fürEingabe – Verarbeitung – Ausgabe

Computer-VernetzungKommunikations-Hardware

Page 9: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

EVA in jedem Computer! Moore’s Law = Prozessorleistungverdoppelt sich alle 18 Monate

Computer-VernetzungKommunikationstechnologieentwickelt sich noch rasanter.

HHD

Page 10: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

Information + Automatik

• Rechner(hardware)architektur

Ob Sie jetzt gerade auch an John von Neumann denken?

• Technik für die Kommunikation

• Robotik• usw.

HHD

Page 11: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

Was wurde zurückgespiegelt?

Chip-Technik

HHD

Page 12: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

HHD

Page 13: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

• Entwicklung von Betriebssystemen und Betriebssystemnaher Software

• Grundlegende Lösungskonzepte für die Anwendungsgebiete der Informatik.

HHD

Page 14: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

• Driver für die Ein- und Ausgabegeräte.

• Tools für die Programmentwicklung.

• Programmbibliotheken.

HHD

Page 15: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

Vom Quellcode

zum ausführbaren

Programm

Page 16: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD
Page 17: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD
Page 18: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

Vom Quellcode

zum ausführbaren

Programm

Page 19: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD
Page 20: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

Sie erinnern den Flussplan?

Page 21: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

//Begruessen Sie die Welt

#include <stdio.h>

int main(void){

printf("Hello World!\n");return 0;

}

Und das C-Programm

dazu?

Page 22: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

//Begruessen Sie die Welt

#include <stdio.h>

int main(void){

printf("Hello World!\n");return 0;

}

Page 23: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

• Datenbanken

• verteilte Informations- und Kommunikationssysteme

• Zuverlässigkeit

• Sicherheit

• Mensch-Maschine-Kommunikation

HHD

Page 24: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

Eine Querschnittsaufgabe

• Gestaltung und Management• großer softwareintensiver Anwendungssysteme

und Organisation• großer Softwareprojekte.

HHD

Page 25: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

Was wurde zurückgespiegelt?

Software Engineering als Tool

HHD

Page 26: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

HHD

Page 27: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

• Automatisierung in der Produktion• Ingenieursanwendungen (Ingenieurinformatik)• Betriebswirtschaftliche und öffentliche Verwaltung

(Wirtschaftsinformatik)• Medizintechnik und Pharmaindustrie (Medizin- und

Bioinformatik)

HHD

Page 28: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

richtig wichtigeingebettete (Software)Systeme

= (Software)Systeme, die einen wesentlichen Teil des Innenlebens von Autos, Flugzeugen, Telefonen und Haushaltsgeräten bilden.

HHD

Page 29: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

Einsatz von Computern in allen Lebenslagen

• MS Office

• Computergrafik

• Bildverarbeitung

• Sprachverarbeitung

• usw.

HHD

Page 30: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

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

Page 31: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

HHD Quelle Gesellschaft für Informatik e.V. 5 / 2006

Page 32: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD

• 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

Page 33: Angewandte Informatik Praktische Informatik Technische Informatik Theoretische Informatik HHD