Python : Introduction

Python : Introduction

KG - 8th Grade

5 Qs

quiz-placeholder

Similar activities

Bloxels Block Types

Bloxels Block Types

3rd Grade

9 Qs

Introduction to Computer Science

Introduction to Computer Science

1st - 9th Grade

10 Qs

my quiz

my quiz

University

6 Qs

Code Combat

Code Combat

10th Grade

10 Qs

CodeCombat CS3

CodeCombat CS3

10th Grade

10 Qs

HT2 - L4: Fix it lesson

HT2 - L4: Fix it lesson

5th Grade

10 Qs

4. Tag

4. Tag

4th - 9th Grade

9 Qs

L'ordinateur Partie 2

L'ordinateur Partie 2

12th Grade

10 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()