Flashcards: Introduction à la programmation Python — 22 cartões

Todos os cartões

1Pergunta

Python — objectif principal ?

Resposta

Langage interprété, multiplateforme, orienté objet.

2Pergunta

Variable — définition ?

Resposta

Zone mémoire avec nom, stocke une valeur.

3Pergunta

Typage dynamique — rôle ?

Resposta

Type déterminé automatiquement par la valeur.

4Pergunta

type(x) — fonction ?

Resposta

Renvoie le type de la variable x.

5Pergunta

Opérateur puissance — symbole ?

Resposta

** (double étoile).

6Pergunta

Opérateur quotient — symbole ?

Resposta

// (double slash).

7Pergunta

Opérateur modulo — symbole ?

Resposta

% (pourcentage).

8Pergunta

Incrémentation — syntaxe ?

Resposta

variable += valeur.

9Pergunta

Concaténation — opération sur chaînes ?

Resposta

Joint deux chaînes avec +.

10Pergunta

Réplication — opération sur chaînes ?

Resposta

Duplique une chaîne avec * et un entier.

11Pergunta

print() — rôle ?

Resposta

Afficher du texte ou des variables.

12Pergunta

f-string — syntaxe ?

Resposta

Chaîne avec {} pour insérer des valeurs.

13Pergunta

Liste — structure de données ?

Resposta

Série de valeurs, indexée, modifiable.

14Pergunta

Indice — localisation d’un élément ?

Resposta

Position dans la liste, commence à 0.

15Pergunta

Tranche — syntaxe ?

Resposta

[m:n+1], exclut n+1.

16Pergunta

range() — rôle ?

Resposta

Génère une suite d’entiers.

17Pergunta

for — boucle ?

Resposta

Répète pour chaque élément d’une séquence.

18Pergunta

while — boucle ?

Resposta

Répète tant que la condition est vraie.

19Pergunta

if — test conditionnel ?

Resposta

Exécute un bloc si la condition est vraie.

20Pergunta

import — rôle ?

Resposta

Charger un module ou bibliothèque.

21Pergunta

Cellule Jupyter — composition ?

Resposta

Contient du texte ou du code exécutable.

22Pergunta

%matplotlib inline — objectif ?

Resposta

Afficher les graphiques dans le notebook.

Teste-se com o quiz

Teste seu conhecimento com 22 perguntas sobre Introduction à la programmation Python.

1. Quelle caractéristique décrit le mieux Python en tant que langage de programmation ?

2. Dans quels domaines Python est-il particulièrement utilisé ?

Faça o quiz →

Leia a ficha de revisão

Revise o curso completo na ficha de revisão para Introduction à la programmation Python.

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