Control Statements and Game Objectives

Control Statements and Game Objectives

Assessment

Interactive Video

Computers, Instructional Technology, Education

5th - 8th Grade

Hard

Created by

Lucas Foster

FREE Resource

The video tutorial begins with a brief introduction and mention of homework. It then introduces the motherboard simulation game, explaining that players must use control statements to progress through levels. A tutorial segment guides players on how to input a basic control statement, 'system.out.print hello world', to create a text object. The tutorial concludes with the initiation of level 1, followed by a segment showing player interaction and surprise within the game.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What did Mr. Johnson assign as homework?

A project

A worksheet

A quiz

A reading assignment

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main objective in the Motherboard simulation game?

To complete various tasks to progress to the next level

To build structures

To defeat enemies

To collect coins

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where can you find the list of control statements needed for the game?

In the game manual to your right

In the settings

On the game's website

On the main menu

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first control statement you are asked to type?

echo 'Hello World'

System.out.print('Hello World')

print('Hello World')

console.log('Hello World')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you type the first control statement correctly?

You move to the next level

The game crashes

A sound plays

A text object appears

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How much time is given to experiment with the control statements?

30 minutes

1 hour

2 hours

45 minutes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What marks the end of the tutorial?

A message saying 'Tutorial Completed'

The start of Level 1

A congratulatory message

A new task assignment