Unity Chapter 4

Unity Chapter 4

12th Grade

20 Qs

quiz-placeholder

Similar activities

Computer Devices and Storage Pre-Assessment

Computer Devices and Storage Pre-Assessment

7th Grade - University

20 Qs

Conditionals Quiz

Conditionals Quiz

9th - 12th Grade

20 Qs

HTML Forms

HTML Forms

9th - 12th Grade

20 Qs

Python Basics & Syntax

Python Basics & Syntax

10th - 12th Grade

20 Qs

Computer Basics

Computer Basics

9th - 12th Grade

20 Qs

Python Review KS3

Python Review KS3

9th - 12th Grade

17 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Computational Thinking

Computational Thinking

9th Grade - University

22 Qs

Unity Chapter 4

Unity Chapter 4

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Raymundo Martinez

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. What three types of values do the Transform's Position, Rotation and Scale settings all have in common?

Width, Height, Depth

A, B, C

X, Y, Z

Speed, Velocity, Acceleration

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. What happens to the Transform Position settings in the Inspector panel when you move an object within a scene using the Move tool button?

The Inspector panel values become negative

The Inspector panel values are reset to zero

The Inspector panel values are automatically updated to match

The Inspector panel values are unchanged

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. Considering the function call "Secret.Mystery(A, B);", which of the following answers shows the data values getting passed into the function?

None of these are true

A, B

Secret

Mystery

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. Which of the following is the unique C# name of the Transform object that is assigned to each sprite?

transform

Trans

myTransform

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. Which of the following answers describes the correct order for the three parameters in the Translate()

z-change, z-change, y-change

x-change, y-change, z-change

y-change, x-change, z-change

z-change, y-change, x-change

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. Which of the following values are valid changes in the X or Y position when calling the Translate() function?

1.0f

-1.0f

0.0f

All of these are true

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. Which of the following Translate() values for changes in the X or Y position will move the sprite a larger distance (more rapidly) across the screen?

-0.01f

0.5f

1.0f

0.0f

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?