diff --git a/2nd/Questions_flashs/P4/QF_S14-1.pdf b/2nd/Questions_flashs/P4/QF_S14-1.pdf new file mode 100644 index 0000000..ea81d00 Binary files /dev/null and b/2nd/Questions_flashs/P4/QF_S14-1.pdf differ diff --git a/2nd/Questions_flashs/P4/QF_S14-1.tex b/2nd/Questions_flashs/P4/QF_S14-1.tex new file mode 100755 index 0000000..91974e6 --- /dev/null +++ b/2nd/Questions_flashs/P4/QF_S14-1.tex @@ -0,0 +1,75 @@ +\documentclass[14pt]{classPres} +\usepackage{tkz-fct} +\usepackage{listings} + +\author{} +\title{} +\date{} + +\begin{document} +\begin{frame}{Questions flash} + \begin{center} + \vfill + 2nd + \vfill + 30 secondes par calcul + \vfill + {\Large Calculatrice autorisée} + \vfill + \tiny \jobname + \end{center} +\end{frame} + +\begin{frame}[fragile]{Calcul 1} + % Tableaux signe et variations + \vfill + \begin{tikzpicture} + \tkzTabInit[lgt=2,espcl=2]{$ x $/1,$ z(x) $/2}{$-\infty$, -4, 3, $+\infty$} + \tkzTabLine{, -, z, +, z, - , } + \end{tikzpicture} + + \vfill + Résoudre l'inéquation $z(x) > 0$ + \vfill +\end{frame} + +\begin{frame}{Calcul 2} + % Information chiffrée + \vfill + Quel taux d'évolution doit-on appliquer pour revenir à la valeur initial après une augmentation de 30\%? + \vfill +\end{frame} + +\begin{frame}[fragile]{Calcul 3} + % Programmation + \begin{center} + \begin{lstlisting}[language=Python, basicstyle=\small, frame=] +a = 1 +for i in range(3): + a = a + i +print(a) + \end{lstlisting} + \end{center} + \vfill + Que va afficher le programme? + \vfill +\end{frame} + +\begin{frame}[fragile]{Calcul 4} + % Inéquations + Résoudre l'inéquation suivante + \vfill + \[ + -3x + 5 > 14 + \] + \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_S14-2.pdf b/2nd/Questions_flashs/P4/QF_S14-2.pdf new file mode 100644 index 0000000..7b379a4 Binary files /dev/null and b/2nd/Questions_flashs/P4/QF_S14-2.pdf differ diff --git a/2nd/Questions_flashs/P4/QF_S14-2.tex b/2nd/Questions_flashs/P4/QF_S14-2.tex new file mode 100755 index 0000000..fff84dc --- /dev/null +++ b/2nd/Questions_flashs/P4/QF_S14-2.tex @@ -0,0 +1,75 @@ +\documentclass[14pt]{classPres} +\usepackage{tkz-fct} +\usepackage{listings} + +\author{} +\title{} +\date{} + +\begin{document} +\begin{frame}{Questions flash} + \begin{center} + \vfill + 2nd + \vfill + 30 secondes par calcul + \vfill + {\Large Calculatrice autorisée} + \vfill + \tiny \jobname + \end{center} +\end{frame} + +\begin{frame}[fragile]{Calcul 1} + % Tableaux signe et variations + \vfill + \begin{tikzpicture} + \tkzTabInit[lgt=2,espcl=2]{$ x $/1,$ z(x) $/2}{$-\infty$, -4, $+\infty$} + \tkzTabLine{, -, z, +, } + \end{tikzpicture} + + \vfill + Résoudre l'inéquation $z(x) < 0$ + \vfill +\end{frame} + +\begin{frame}{Calcul 2} + % Information chiffrée + \vfill + Quel taux d'évolution doit-on appliquer pour revenir à la valeur initial après une diminution de 20\%? + \vfill +\end{frame} + +\begin{frame}[fragile]{Calcul 3} + % Programmation + \begin{center} + \begin{lstlisting}[language=Python, basicstyle=\small, frame=] +score = 1 +for i in range(4): + score = score * i +print(score) + \end{lstlisting} + \end{center} + \vfill + Que va afficher le programme? + \vfill +\end{frame} + +\begin{frame}[fragile]{Calcul 4} + % Inéquations + Résoudre l'inéquation suivante + \vfill + \[ + 3 \leq 5 + 4x + \] + \vfill +\end{frame} + +\begin{frame}{Fin} + \begin{center} + On retourne son papier. + \end{center} +\end{frame} + + +\end{document}