Python RPG Review

Python RPG Review

4th - 6th Grade

5 Qs

quiz-placeholder

Similar activities

Logos - Digital Images

Logos - Digital Images

2nd - 10th Grade

10 Qs

Administrasi Sistem Jaringan

Administrasi Sistem Jaringan

1st - 10th Grade

10 Qs

MIT App Inventor JC Assessment 1

MIT App Inventor JC Assessment 1

4th - 6th Grade

10 Qs

SYBMS Qiuzizz 2

SYBMS Qiuzizz 2

KG - 5th Grade

10 Qs

IPO CYCLE, COMPUTER  NWTWORKS END OF TERM EXAM YEAR 5

IPO CYCLE, COMPUTER NWTWORKS END OF TERM EXAM YEAR 5

5th Grade

10 Qs

First step to Internet 5B1

First step to Internet 5B1

5th Grade

10 Qs

Worksheet Test Primary 6 - Scratch

Worksheet Test Primary 6 - Scratch

6th Grade

10 Qs

GUI Operating system-An introduction

GUI Operating system-An introduction

1st - 5th Grade

10 Qs

Python RPG Review

Python RPG Review

Assessment

Quiz

Computers

4th - 6th Grade

Hard

Created by

Ciaran Frayne

Used 33+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is a program which allows the user to choose between 3 options. What should it say in the gap?

=

==

<

!=

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which word has been removed from the program?

True

if

else

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the program in the image do (choose the most correct)?

When the player types 'LOOK' the program will explain to them they can see nothing but dust.

When the player types 'look', the program will check if he has taken the sword yet. If so, it will tell the player they cannot see anything.

When the player types 'look' the program will refer to the has_sword variable. If the player has a sword it will run the 'if' subprogram. Otherwise it will run the 'else' subprogram.

When the player types look: the program will tell the player they see a glint, and that they take the sword.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the four lines of code is does NOT define a variable?

monster_dead=False

room=1

end=False

They all define variables

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will happen if the user types 'Martabak'?

The player will be in the start room.

The player will be in the middle room.

You will receive an error message.

Nothing.