GameMaker - Quiz #2

GameMaker - Quiz #2

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

Scratch Program - Assessment

Scratch Program - Assessment

10th Grade

15 Qs

Unit 9 CSA

Unit 9 CSA

11th Grade

19 Qs

Scratch

Scratch

8th - 12th Grade

15 Qs

Java Quiz 1

Java Quiz 1

9th Grade

12 Qs

GameMaker

GameMaker

10th - 11th Grade

16 Qs

Inheritance Quiz #2

Inheritance Quiz #2

12th Grade

20 Qs

Basics of Coding SC 1

Basics of Coding SC 1

7th - 9th Grade

15 Qs

MakeCode Quiz

MakeCode Quiz

9th - 12th Grade

20 Qs

GameMaker - Quiz #2

GameMaker - Quiz #2

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Brenda Larson

Used 45+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In Game Maker, the value of X increases  as you move in which direction?
up
down
left
right

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Used as timers in Game Maker
alarms
clocks
hourglass
paths

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which action removes an object from a game?

Outside Room

Destroy Instance

Alarm

Wrap

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the built-in object, other, represent in collisions?

the current instance

the next event to be executed after the collision

the object which this instance collided with

the coordinate point of the location where the collision occurred

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given a room speed of 30 game cycles per second, how many steps in 3 seconds?

3

30

90

180

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given a room resolution of 1024 x 768, which of the following expressions would return true if if the object has moved off the right side of the room?

x < 0

x > 1024

y < 0

y > 768

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given a room resolution of 1024 x 768, which of the following expressions would return true if if the object has moved off the top of the room?

x < 0

x > 1024

y < 0

y > 768

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?