Feat(2nd): QF pour S09
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
dd73cdce40
commit
ed69da1728
BIN
2nd/Questions_flashs/P4/QF_S09-1.pdf
Normal file
BIN
2nd/Questions_flashs/P4/QF_S09-1.pdf
Normal file
Binary file not shown.
74
2nd/Questions_flashs/P4/QF_S09-1.tex
Executable file
74
2nd/Questions_flashs/P4/QF_S09-1.tex
Executable 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}
|
BIN
2nd/Questions_flashs/P4/QF_S09-2.pdf
Normal file
BIN
2nd/Questions_flashs/P4/QF_S09-2.pdf
Normal file
Binary file not shown.
74
2nd/Questions_flashs/P4/QF_S09-2.tex
Executable file
74
2nd/Questions_flashs/P4/QF_S09-2.tex
Executable 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}
|
BIN
2nd/Questions_flashs/P4/QF_S09-3.pdf
Normal file
BIN
2nd/Questions_flashs/P4/QF_S09-3.pdf
Normal file
Binary file not shown.
74
2nd/Questions_flashs/P4/QF_S09-3.tex
Executable file
74
2nd/Questions_flashs/P4/QF_S09-3.tex
Executable 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}
|
Loading…
Reference in New Issue
Block a user