GameMaker - Quiz #2

GameMaker - Quiz #2

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

Inheritance Quiz #2

Inheritance Quiz #2

12th Grade

20 Qs

MakeCode Quiz

MakeCode Quiz

9th - 12th Grade

20 Qs

Quiz-Pandas-I-13-May

Quiz-Pandas-I-13-May

12th Grade

15 Qs

Java Quick Reference

Java Quick Reference

9th - 12th Grade

16 Qs

Scratch

Scratch

8th - 12th Grade

15 Qs

1.1.2 CSE Algorithms and Coding Fundamentals

1.1.2 CSE Algorithms and Coding Fundamentals

9th Grade

18 Qs

RPG (Lessons 1 - 8)

RPG (Lessons 1 - 8)

9th - 12th Grade

15 Qs

OOP Java

OOP Java

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?