-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path377.html
More file actions
126 lines (114 loc) · 4.58 KB
/
377.html
File metadata and controls
126 lines (114 loc) · 4.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<html data-theme="light">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Oberkurs Informatik 377</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.red.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.colors.min.css">
</head>
<body>
<main class="container">
<header>
<hgroup>
<h1 class="pico-color-red-650">Oberkurs 377: Informatik</h1>
<p>Materialien und Links</p>
</hgroup>
</header>
<article>
<header>
<h3>Probeklausur</h3>
<p>7.11.2024</p>
</header>
<p>
Hier finden Sie die Probeklausur und die Lösung dazu.
</p>
<p>
<a role="button" href="probeklausur.pdf">Probeklausur</a>
<a role="button" href="probeklausur-loesung.pdf">Lösung zur Probeklausur</a>
</p>
</article>
<article>
<header>
<h3>Kapitel "Listen&Schleifen" online!</h3>
<p>10.10.2024</p>
</header>
<p>
Die Kursinhalte zum Thema <em>Listen&Schleifen</em> sind online.
</p>
<p>
<a role="button" href="https://liascript.github.io/course/?https://raw.githubusercontent.com/tilman-schieber//OKInf/main/5_Listen&Schleifen.md">Oberkurs 5: Listen&Schleifen</a>
</p>
</article>
<article>
<header>
<h3>Kapitel "Wiederholung" online!</h3>
<p>28.9.2024</p>
</header>
<p>
Die Kursinhalte zum Thema <em>Wiederholung</em> sind online.
</p>
<p>
<a role="button" href="https://liascript.github.io/course/?https://raw.githubusercontent.com/tilman-schieber//OKInf/main/4_Wiederholung.md">Oberkurs 4: Wiederholung</a>
</p>
</article>
<article>
<header>
<h3>Neue Kursinhalte online!</h3>
<p>24.9.2024</p>
</header>
<p>
Die Kursinhalte zum Thema <em>Entscheidungen</em> sind online.
</p>
<p>
<a role="button" href="https://liascript.github.io/course/?https://raw.githubusercontent.com/tilman-schieber//OKInf/main/3_Entscheidungen.md">Oberkurs 3: Entscheidungen</a>
</p>
</article>
<article>
<header>
<h3>Kein Kurs am 18. und 19.9</h3>
</header>
<p>
Der Präsenzunterricht am 18. und 19.9 fällt wegen einer Dienstreise aus.<br>
Bitte nehmen Sie sich Zeit um die folgenden Kursinhalte durchzuarbeiten:
<p>
<a role="button" href="https://liascript.github.io/course/?https://raw.githubusercontent.com/tilman-schieber//OKInf/main/1_Einfuehrung.md">Oberkurs 1: Einführung</a>
<a role="button" href="https://liascript.github.io/course/?https://raw.githubusercontent.com/tilman-schieber//OKInf/main/2_Werte&Variablen.md">Oberkurs 2: Werte und Variablen</a>
</p>
</p>
</article>
<article>
<header>
<h3>Online Kursmaterialien</h3>
</header>
<p>
Hier finden Sie die Materialien für den Oberkurs Informatik 377.
Diese Übersichtsseite wird regelmäßig aktualisiert.
</p>
<p>
<a role="button" href="https://liascript.github.io/course/?https://raw.githubusercontent.com/tilman-schieber//OKInf/main/0_Inhalt.md">Oberkurs Informatik: Überblick</a>
</p>
</article>
<article>
<h3>Semestertermine</h3>
<ul>
<li>Klausur am 14.11.2024 um 10 Uhr</li>
<li>Unterrichtsausfall am 18. und 19.9.</li>
</ul>
</article>
<footer>
<p>
<small>Bei Fragen und Problemen wenden Sie Sich gerne an mich via
<a href="mailto:tilman.schieber@tu-berlin.de">
e-mail
</a>
oder
<a href="https://matrix.to/#/@tilman.schieber:matrix.tu-berlin.de">
matrix
</a>
</small>
</p>
</footer>
</main>
</body>
</html>