Python : Introduction

Python : Introduction

KG - 8th Grade

5 Qs

quiz-placeholder

Similar activities

DC

DC

3rd Grade - University

9 Qs

Undyne Quiz

Undyne Quiz

KG - 7th Grade

7 Qs

Code Combat Review (Python)

Code Combat Review (Python)

8th Grade

10 Qs

CodeCombat

CodeCombat

1st Grade

10 Qs

Quiz-CS

Quiz-CS

11th Grade

6 Qs

STEM Girls Quiz !

STEM Girls Quiz !

1st Grade - University

10 Qs

Gry komputerowe 2

Gry komputerowe 2

1st Grade - Professional Development

8 Qs

bạn có biết HERO TEAM không

bạn có biết HERO TEAM không

Professional Development

9 Qs

Python : Introduction

Python : Introduction

Assessment

Quiz

Computers

KG - 8th Grade

Medium

Created by

Cedric Durantin

Used 35+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pour faire bouger le héros vers la droite, on utilise :
hero.moveRight
heromoveRight
hero.moveRight()
heromoveRight()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle fonction est écrite correctement ?
hero.say(Hush)
hero.say("Hush")
hero.say "Hush"
hero.say.Hush

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle boucle appelée “Tant que" a été fréquemment utilisée dans le jeu ?
while
for
if

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle est l'écriture correcte ?
while True
while True:
whileTrue
whileTrue

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pour faire avancer de 3 cases le héros vers la gauche,on écrit :
hero.moveLeft("3")
hero.moveRight()
hero.moveLeft(3)
3hero.moveLeft()