
Quiz de Programmation Python

Quiz
•
Computers
•
1st - 5th Grade
•
Easy
Khaled Abdellatif
Used 2+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Que va afficher ce code ? for i in range(3): print(i)
1 2 3
0 1 2
0 1 2 3
Rien
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quel est le résultat de ce code ? x = 0 while x < 5: x += 1 print(x)
4
5
6
Erreur
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Laquelle de ces boucles affiche uniquement les nombres pairs de 0 à 10 ?
for i in range(10): print(i)
for i in range(0, 11, 2): print(i)
for i in range(1, 11, 2): print(i)
for i in range(0, 10): print(i+1)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Que va afficher ce code ? for i in range(1, 6): if i == 3: continue print(i)
1 2 3 4 5
1 2 4 5
2 3 4 5
1 2 3 4
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quelle est la différence entre break et continue ?
break termine la boucle, continue passe à l'itération suivante
Les deux font la même chose
continue arrête la boucle, break l'ignore
break relance la boucle au début
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Que fait math.ceil(4.2) ?
Arrondit vers le bas
Donne 4
Donne 5
Donne 4.5
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Que renvoie math.floor(5.9) ?
6
5
5.9
0
Create a free account and access millions of resources
Similar Resources on Wayground
17 questions
Programiranje PYTHON - ponavljanje

Quiz
•
5th Grade
15 questions
Scratch Programming

Quiz
•
5th - 9th Grade
16 questions
Listes en Python

Quiz
•
1st Grade
15 questions
Boolean expressions

Quiz
•
5th - 12th Grade
20 questions
TIK kelas 3

Quiz
•
3rd Grade
15 questions
แบบทดสอบท้ายเรื่องที่ 1 ภาษาไพธอน

Quiz
•
1st Grade
20 questions
Python ม.1

Quiz
•
1st Grade
16 questions
Python Basics

Quiz
•
KG - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
12 questions
3-5 Digital Citizenship: Appropriate Use

Quiz
•
3rd - 5th Grade
20 questions
logo quiz

Quiz
•
3rd Grade
11 questions
Spanish - English Cognates 4th

Quiz
•
4th - 5th Grade
10 questions
Networking Devices and Their Functions

Interactive video
•
5th - 8th Grade
15 questions
Chromebook Care

Quiz
•
1st - 5th Grade