Premiers pas avec turtle

Quiz
•
Computers
•
11th Grade
•
Medium
Intissar Trabelsi
Used 37+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
python est un langage de programmation
textuel
visuel
anglais
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
pour avoir hello world dans la console on utilise
print(hello world)
print("hello world")
print('hello world')
print("hello world')
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Pour afficher 5 dans la console, on utilise
print (5)
a=5
print(a)
print("5")
print 5
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
cet ensemble d'instructions donne :
15
ab
a+b
5+10
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Turtle est un
langage de programmattion
module graphique
modèle graphique
reptile
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
pour utiliser le module turtle on doit absolument mettre
import from turtle *
from turtle import *
from turtle import
import from turtle
7.
REORDER QUESTION
1 min • 1 pt
Ordonne les instructions suivantes pour dessiner un cercle rouge de rayon 150
circle(150)
from turtle import *
color("red")
shape("turtle")
8.
MATCH QUESTION
5 mins • 1 pt
Relie chaque figure avec son code
from turtle import *
shape("turtle")
left(90)
forward (250)
left(90)
forward(250)
from turtle import *
shape("turtle")
forward (250)
left(90)
forward(250)
from turtle import *
shape("turtle")
forward (250)
right(90)
forward(250)
from turtle import *
shape("turtle")
forward(200)
left(120)
forward(200)
left(120)
forward(200)
left(45)
forward(200)
right(135)
forward(50)
left(90)
forward(50)
9.
REORDER QUESTION
1 min • 1 pt
Ordonne les étapes pour avoir cette figure
circle(200,180)
left(90)
home()
from turtle import *
Similar Resources on Wayground
11 questions
Python Review

Quiz
•
11th Grade
10 questions
Python Assessment 1 - MTs Ibnu Taimiyah

Quiz
•
9th - 12th Grade
13 questions
String Manipulation

Quiz
•
9th - 11th Grade
10 questions
Exploring Python: Input and Output Essentials

Quiz
•
9th Grade - University
10 questions
ไพทอน เต่า

Quiz
•
7th - 12th Grade
12 questions
Syntax and Logic Errors

Quiz
•
9th - 11th Grade
12 questions
Python Level 1 Quiz #6

Quiz
•
5th - 12th Grade
12 questions
Python Demo Quiz Set1

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Chaffey

Quiz
•
9th - 12th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
12 questions
Macromolecules

Lesson
•
9th - 12th Grade
12 questions
Classifying Polys - 1.1

Quiz
•
10th - 12th Grade
10 questions
Solving Equations Opener

Quiz
•
11th Grade