Python : Introduction

Python : Introduction

KG - 8th Grade

5 Qs

quiz-placeholder

Similar activities

my quiz

my quiz

University

6 Qs

Sprites, syntax, variables, and conditionals

Sprites, syntax, variables, and conditionals

6th - 8th Grade

10 Qs

9/16/2022 CodeCombat DRILL

9/16/2022 CodeCombat DRILL

6th - 8th Grade

1 Qs

ScratchJR - Year1.2

ScratchJR - Year1.2

1st Grade

8 Qs

BCA I

BCA I

University

10 Qs

Video Games

Video Games

2nd - 12th Grade

5 Qs

Unit 1_Fastest fingers first

Unit 1_Fastest fingers first

2nd Grade - University

10 Qs

Bloxels Block Types

Bloxels Block Types

3rd Grade

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