lehrkraefte:ks:informatik-glf4-22-4msi

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
lehrkraefte:ks:informatik-glf4-22-4msi [2022/05/17 13:14]
Simon Knaus
lehrkraefte:ks:informatik-glf4-22-4msi [2023/03/07 08:47]
Simon Knaus [KW 14]
Line 1: Line 1:
-==== KW 19 ====+==== KW 19 / 20 ====
 === 2. Note: Bewertete Analyse: Abgabe 20. Mai 2022 um 17:00 auf Teams === === 2. Note: Bewertete Analyse: Abgabe 20. Mai 2022 um 17:00 auf Teams ===
  
Line 352: Line 352:
  
 === Wege zu Daten === === Wege zu Daten ===
-  * **Instagram**: <<Kopf>> -> Profil -> Privatsphäre und Sicherheit. Format sollte HTML gewählt werden.((JSON wäre praktischer, ist aber <<mühsamer>> um direkt anzuschauen))+  * **Instagram**: Webseite: Mehr -> Deine Aktivität -> Deine Informationen herunterladenAls Format sollte mindestens HTML gewählt werden.((JSON wäre praktischer, ist aber <<mühsamer>> um direkt anzuschauen))
   * **Youtube**: <<Kopf>> -> Meine Daten auf Youtube   * **Youtube**: <<Kopf>> -> Meine Daten auf Youtube
   * Irgendeine andere Platform   * Irgendeine andere Platform
Line 381: Line 381:
     - Wenn-dann-Codes     - Wenn-dann-Codes
   - Vor- und Nachteile Python versus Excel.   - Vor- und Nachteile Python versus Excel.
-==== Beispiel Code ====+=== Beispiel Code ===
 <code python bsp.py> <code python bsp.py>
 from random import randint #nur randint von random importieren from random import randint #nur randint von random importieren
Line 678: Line 678:
 Damit ist die Wahrscheinlichkeit, dass es $k$ Personen gibt, welche ihren Flug antreten  Damit ist die Wahrscheinlichkeit, dass es $k$ Personen gibt, welche ihren Flug antreten 
  
-$$ \mathrm{P}(X=k)=\begin{pmatrix}n\\k\end{pmatrix}\cdot p^k\cdot (1-p)^{n-k}$$+$$ \mathrm{P}(X=k)=\begin{pmatrix}n \\ k\end{pmatrix}\cdot p^k\cdot (1-p)^{n-k}$$
 ==== KW 6 ==== ==== KW 6 ====
 === Ziele === === Ziele ===
  • lehrkraefte/ks/informatik-glf4-22-4msi.txt
  • Last modified: 2023/03/24 09:00
  • by Simon Knaus