3D GamePlay Test Review

3D GamePlay Test Review

10th Grade

30 Qs

quiz-placeholder

Similar activities

Soccer Rules

Soccer Rules

7th - 12th Grade

26 Qs

Batch A Cahoot 10/05/23

Batch A Cahoot 10/05/23

10th Grade

30 Qs

CPA Inkscape Quiz 01

CPA Inkscape Quiz 01

7th - 12th Grade

25 Qs

Game Design Midterm

Game Design Midterm

9th - 12th Grade

30 Qs

R093 Exam Revision

R093 Exam Revision

9th - 12th Grade

25 Qs

Grade 8- Review S1- kodu Game-Make Video

Grade 8- Review S1- kodu Game-Make Video

4th - 10th Grade

34 Qs

Foundations Chapter 4

Foundations Chapter 4

9th - 12th Grade

25 Qs

Coding I and II questions

Coding I and II questions

9th - 12th Grade

25 Qs

3D GamePlay Test Review

3D GamePlay Test Review

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Ashley Lilly

Used 13+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does transform.position represent in a GameObject?

The tilt of a GameObject

The rotation of a GameObject

The 3D location of a GameObject - x, y, z

The scale of a GameObject

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an if statement in programming?

To repeat a block of code multiple times

To evaluate a condition and execute the code inside if the condition is true

To define a new function

To create a new variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct example of an if statement syntax?

if condition: code statements;

if (condition)

{

code statements;

}

if (condition)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a type of primitive 3D object?

Sphere

Capsule

Pyramid

Plane

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which primitive 3D object is best described as a three-dimensional form shaped like a ball?

Plane

Cube

Sphere

Cylinder

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does KeyCode represent in the context of Input.GetKeyDown()?

A function that simulates key presses

A variable that stores text

An object that contains mouse events

A value that maps physical keys to specific codes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct usage of Input.GetKeyDown() if we want to shoot projectiles when space is pressed?

GetKeyDown(KeyCode.Alt)

GetKeyDown(KeyCode.Space)

GetKeyDown(KeyCode.Control)

GetKeyDown(KeyCode.Tab)

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?