diff --git a/2nd/Questions_flashs/P4/QF_S10-1.pdf b/2nd/Questions_flashs/P4/QF_S10-1.pdf new file mode 100644 index 0000000..ff73757 Binary files /dev/null and b/2nd/Questions_flashs/P4/QF_S10-1.pdf differ diff --git a/2nd/Questions_flashs/P4/QF_S10-1.tex b/2nd/Questions_flashs/P4/QF_S10-1.tex new file mode 100755 index 0000000..5c85257 --- /dev/null +++ b/2nd/Questions_flashs/P4/QF_S10-1.tex @@ -0,0 +1,70 @@ +\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} + % Géométrie repérée + \vfill + Soit $U(2; -1)$ et $V(1; -2)$ deux points. + + \vfill + Calculer la longueur $UV$. + \vfill +\end{frame} + +\begin{frame}[fragile]{Calcul 2} + % Figure géométriques + Un quadrilatère qui a ses diagonales qui se coupent en leur milieu et qui ont la même longueur est un ... +\end{frame} + +\begin{frame}[fragile]{Calcul 3} + % Python + \begin{center} + \begin{minipage}{0.8\linewidth} + \begin{minted}[bgcolor=base3,linenos]{python} +a = 2 +for i in range(4): + a = a + 1 + \end{minted} + \end{minipage} + \end{center} + \vfill + Combien vaut $a$ à la fin du programme? + \vfill +\end{frame} + +\begin{frame}[fragile]{Calcul 4} + % Taux d'évolution + \vfill + Une usine produit 80 tonnes de trucs par jour. Elle augmente sa production de 20\%. + + \vfill + Combien produira-t-elle? + \vfill + +\end{frame} + +\begin{frame}{Fin} + \begin{center} + On retourne son papier. + \end{center} +\end{frame} + + +\end{document} diff --git a/2nd/Questions_flashs/P4/QF_S10-2.pdf b/2nd/Questions_flashs/P4/QF_S10-2.pdf new file mode 100644 index 0000000..54ae644 Binary files /dev/null and b/2nd/Questions_flashs/P4/QF_S10-2.pdf differ diff --git a/2nd/Questions_flashs/P4/QF_S10-2.tex b/2nd/Questions_flashs/P4/QF_S10-2.tex new file mode 100755 index 0000000..8e7f4e4 --- /dev/null +++ b/2nd/Questions_flashs/P4/QF_S10-2.tex @@ -0,0 +1,70 @@ +\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} + % Géométrie repérée + \vfill + Soit $U(0; -10)$ et $V(5; 1)$ deux points. + + \vfill + Calculer la longueur $UV$. + \vfill +\end{frame} + +\begin{frame}[fragile]{Calcul 2} + % Figure géométriques + Un quadrilatère qui a ses diagonales qui se coupent en leur milieu et un angle droit est un ... +\end{frame} + +\begin{frame}[fragile]{Calcul 3} + % Python + \begin{center} + \begin{minipage}{0.8\linewidth} + \begin{minted}[bgcolor=base3,linenos]{python} +a = 2 +for i in range(4): + a = a + i + \end{minted} + \end{minipage} + \end{center} + \vfill + Combien vaut $a$ à la fin du programme ? + \vfill +\end{frame} + +\begin{frame}[fragile]{Calcul 4} + % Taux d'évolution + \vfill + Une usine produit 30 tonnes de trucs par jour. Elle diminue sa production de 40\%. + + \vfill + Combien produira-t-elle? + \vfill + +\end{frame} + +\begin{frame}{Fin} + \begin{center} + On retourne son papier. + \end{center} +\end{frame} + + +\end{document} diff --git a/2nd/Questions_flashs/P4/QF_S10-3.pdf b/2nd/Questions_flashs/P4/QF_S10-3.pdf new file mode 100644 index 0000000..237dfd8 Binary files /dev/null and b/2nd/Questions_flashs/P4/QF_S10-3.pdf differ diff --git a/2nd/Questions_flashs/P4/QF_S10-3.tex b/2nd/Questions_flashs/P4/QF_S10-3.tex new file mode 100755 index 0000000..adad4fa --- /dev/null +++ b/2nd/Questions_flashs/P4/QF_S10-3.tex @@ -0,0 +1,70 @@ +\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} + % Géométrie repérée + \vfill + Soit $U(-2; 2)$ et $V(1; 2)$ deux points. + + \vfill + Calculer la longueur $UV$. + \vfill +\end{frame} + +\begin{frame}[fragile]{Calcul 2} + % Figure géométriques + Un quadrilatère qui a 4 côtés de même longueur et des diagonales qui se coupent en leur milieu est un ... +\end{frame} + +\begin{frame}[fragile]{Calcul 3} + % Python + \begin{center} + \begin{minipage}{0.8\linewidth} + \begin{minted}[bgcolor=base3,linenos]{python} +a = 2 +for i in range(4): + a = a * i + \end{minted} + \end{minipage} + \end{center} + \vfill + Combien vaut $a$ à la fin du programme ? + \vfill +\end{frame} + +\begin{frame}[fragile]{Calcul 4} + % Taux d'évolution + \vfill + Une usine produit 90 tonnes de trucs par jour. Elle augmente sa production de 30\%. + + \vfill + Combien produira-t-elle? + \vfill + +\end{frame} + +\begin{frame}{Fin} + \begin{center} + On retourne son papier. + \end{center} +\end{frame} + + +\end{document}