Feat(2nd): QF pour S09
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2023-02-27 15:06:57 +01:00
parent dd73cdce40
commit ed69da1728
6 changed files with 222 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,74 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\usepackage{minted}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
2nd
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
% Facto id rmq
Factoriser l'expression suivante
\vfill
\[
121x^2 - 4 =
\]
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 2}
% Géométrie repérée
\vfill
Soit $A(-3; 2)$ et $B(1; 2)$ deux points.
\vfill
Calculer les coordonnées de $C$ le milieu du segment $[AB]$.
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Géométrie repérée
\vfill
Soit $A(3; 6)$ et $B(7; 2)$ deux points.
\vfill
Calculer la longueur $AB$.
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Programmation
\begin{center}
\begin{minipage}{0.8\linewidth}
\begin{minted}[bgcolor=base3,linenos]{python}
somme = 0
for i in range(3):
somme = somme + i
\end{minted}
\end{minipage}
\end{center}
\vfill
Combien vaut i à la fin du programme ?
\vfill
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@ -0,0 +1,74 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\usepackage{minted}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
2nd
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
% Facto id rmq
Factoriser l'expression suivante
\vfill
\[
121x^2 + 22x + 1 =
\]
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 2}
% Géométrie repérée
\vfill
Soit $D(-3; -1)$ et $E(8; 2)$ deux points.
\vfill
Calculer les coordonnées de $I$ le milieu du segment $[DE]$.
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Géométrie repérée
\vfill
Soit $X(3; 0)$ et $Y(1; -2)$ deux points.
\vfill
Calculer la longueur $XY$.
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Programmation
\begin{center}
\begin{minipage}{0.8\linewidth}
\begin{minted}[bgcolor=base3,linenos]{python}
produit = 1
for i in range(3):
produit = produit * i
\end{minted}
\end{minipage}
\end{center}
\vfill
Combien vaut i à la fin du programme ?
\vfill
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@ -0,0 +1,74 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\usepackage{minted}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
2nd
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
% Facto id rmq
Factoriser l'expression suivante
\vfill
\[
4x^2 - 16x + 16 =
\]
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 2}
% Géométrie repérée
\vfill
Soit $A(-3; 5)$ et $B(0; 2)$ deux points.
\vfill
Calculer les coordonnées de $C$ le milieu du segment $[AB]$.
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% Géométrie repérée
\vfill
Soit $A(2; 0)$ et $B(1; 2)$ deux points.
\vfill
Calculer la longueur $AB$.
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Programmation
\begin{center}
\begin{minipage}{0.8\linewidth}
\begin{minted}[bgcolor=base3,linenos]{python}
truc = 5
for i in range(4):
truc = truc + i
\end{minted}
\end{minipage}
\end{center}
\vfill
Combien vaut i à la fin du programme ?
\vfill
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}