
Informatik im naturwissenschaftlichen Zweig - Education Overview
Explore the curriculum of Informatik im naturwissenschaftlichen Zweig, covering topics like Tabellenkalkulationssysteme, Datenbanken, and Programming. Understand algorithmic concepts and practical applications in classes 9 and 10. Discover the process of analyzing and programming games like Break Out to simulate real-world scenarios. Enhance your knowledge in the field of computer science with this detailed educational content.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
Die Informatik im naturwissenschaftlichen Zweig StRin Stefanie Dollinger 24. Februar 2021 Die Informatik im naturwissenschaftlichen Zweig 1
Die Informatik im naturwissenschaftlichen Zweig Tabellenkalkulationssysteme (9. Klasse) Tabellenkalkulationssysteme Notenberechnung Zins mit Zinseszins W rfel . Die Informatik im naturwissenschaftlichen Zweig 2
Die Informatik im naturwissenschaftlichen Zweig Datenbanken (9. + 10 Klasse) Datenbanken Telefonauskunft Kunden- /Mitarbeiterdatenbank Datenbanken verstehen und selbst modellieren Die Informatik im naturwissenschaftlichen Zweig 3
Die Informatik im naturwissenschaftlichen Zweig Programmierung (9. + 10 Klasse) Algorithmik public class LAMPE { // Deklaration der Attribute private int x; private int y; private int radius; private String farbe; } // Methoden Die Informatik im naturwissenschaftlichen Zweig 4
Die Informatik im naturwissenschaftlichen Zweig Programmierung (9. + 10 Klasse) Algorithmik for (int n=3; n<=20; n++) { System.out.println("Zahl:" + n); } Die Informatik im naturwissenschaftlichen Zweig 5
Die Informatik im naturwissenschaftlichen Zweig Programmierung (9. + 10 Klasse) Algorithmik z.B. Spiel Break Out analysieren und dann programmieren und damit simulieren Einfache Algorithmen in Programme umsetzen Die Informatik im naturwissenschaftlichen Zweig 6