Flashcards: Introduction à la programmation, analyse et géométrie — 16 cartões

Todos os cartões

1Pergunta

Fonction Python — rôle ?

Resposta

Regroupe instructions réutilisables.

2Pergunta

Instruction if — fonction ?

Resposta

Teste une condition et exécute un bloc si vrai.

3Pergunta

Instruction elif — rôle ?

Resposta

Teste une autre condition si if est faux.

4Pergunta

Instruction else — fonction ?

Resposta

Exécute si aucune condition précédente n’est vraie.

5Pergunta

Boucle for — utilisation ?

Resposta

Parcourt une suite ou un range.

6Pergunta

Affectation — symbole ?

Resposta

Symbole = pour assigner une valeur.

7Pergunta

Conversion int — rôle ?

Resposta

Transforme une chaîne en entier.

8Pergunta

Division euclidienne — opérateurs ?

Resposta

// quotient, % reste.

9Pergunta

Polynôme du premier degré — forme ?

Resposta

ax + b, une racine si a ≠ 0.

10Pergunta

Discriminant — formule ?

Resposta

Δ = b² − 4ac.

11Pergunta

Racines du second degré — formule ?

Resposta

(−b ± √Δ)/(2a).

12Pergunta

Dérivée — signification ?

Resposta

Taux de variation instantané.

13Pergunta

Variation d’une fonction — dépend de ?

Resposta

Signe de f′(x).

14Pergunta

Produit scalaire — propriété ?

Resposta

Vaut 0 si vecteurs orthogonaux.

15Pergunta

Équation d’une droite — forme ?

Resposta

y = mx + p ou ax + by + c = 0.

16Pergunta

Cercle trigonométrique — rôle ?

Resposta

Relie angles à cos et sin.

Teste-se com o quiz

Teste seu conhecimento com 16 perguntas sobre Introduction à la programmation, analyse et géométrie.

1. Dans une structure conditionnelle Python, dans quel cas le bloc d’un "elif" est-il évalué ?

2. Que fait l’instruction `for i in range(0, 10)` ?

Faça o quiz →

Leia a ficha de revisão

Revise o curso completo na ficha de revisão para Introduction à la programmation, analyse et géométrie.

Veja a ficha de revisão →

Similar courses

Crie seus próprios flashcards

Importe seu curso e a IA gera flashcards em 30 segundos.

Gerador de flashcards