Final Exam Review

Final Exam Review

12th Grade

20 Qs

quiz-placeholder

Similar activities

Unity - Roll-a-Ball

Unity - Roll-a-Ball

9th - 12th Grade

16 Qs

RPG (Lessons 1 - 8)

RPG (Lessons 1 - 8)

9th - 12th Grade

15 Qs

Unity Programmer Certification

Unity Programmer Certification

10th - 12th Grade

15 Qs

Unity Game Mechanics

Unity Game Mechanics

10th - 12th Grade

15 Qs

Unity Programming Certification

Unity Programming Certification

12th Grade

23 Qs

Unity: Animations, Animators, & Tilemaps

Unity: Animations, Animators, & Tilemaps

9th - 12th Grade

15 Qs

CSP - Units 3 & 4

CSP - Units 3 & 4

9th - 12th Grade

25 Qs

CSP Units 1 & 2

CSP Units 1 & 2

9th - 12th Grade

18 Qs

Final Exam Review

Final Exam Review

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Raymundo Martinez

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Which of the following best describes the job of a "physics engine"?

To handle the complex math needed to simulate realistic physical behavior of game objects

To handle the logic necessary to add artificial intelligence to game objects

To help create very large virtual worlds within a video game

To help draw complex images on the screen

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. What would you do to a game object to make it react to gravity and other physical forces?

Add a Rigidbody 2D component

Add a Collider 2D component

Add a complex C# script

Add a Physics2D Material

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. Which of the following Rigidbody 2D component properties will change how fast an object falls in response to gravity?

Mass

Gravity Scale

Angular Drag

Constrain - Y

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. Which of the following Rigidbody 2D component properties would you set to freeze the position of an object in a horizontal (side-to-side) direction?

Constraints-X

Constraints-Y

Constraints-Z

HorizontalFreeze

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. Which of the following Rigidbody2D component properties will control the amount of air resistance an object will experience when flying through the air or falling?

Mass

Gravity Scale

Linear Drag

Angular Drag

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. Which of the following components would be best used to detect collisions around a pizza box in a 2D game?

Box Collider 2D

Circle Collider 2D

Edge Collider 2D

Polygon Collider 2D

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. Which of the following components would be best used to detect collisions around a bicycle wheel in a 2D game?

Box Collider 2D

Circle Collider 2D

Edge Collider 2D

Polygon Collider 2D

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?