Search Header Logo

Unity Unit 1 quiz

Authored by Jay VanRyzin

Computers

12th Grade

Used 2+ times

Unity Unit 1 quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Unity window contains a list of all the game objects currently in your scene?

Scene view

Project window

Hierarchy

Inspector

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: Visual Studio is not a part of Unity. You could use a different code editor to edit your C# scripts if you wanted to.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What best describes the difference between the below images, where the car is in the second image is further along the road?

The second car’s X location value is higher than the first car’s

The second car’s Y location value is higher than the first car’s

The second car’s Z location value is higher than the first car’s

The second car’s Transform value is higher than the first car’s.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In what order do you put the words when you are declaring a new variable?

public float speed = 20.0f;

[data type] [access modifier] [variable value] [variable name]

[access modifier] [data type] [variable name] [variable value]

[data type] [access modifier] [variable name] [variable value]

[variable name] [data type]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following variables would be visible in the Inspector?

public float speed;

float turnSpeed = 45.0f;

private float horizontalInput;

private float forwardInput;

speed

turnSpeed

speed & turnSpeed

horizontalInput & forwardInput

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a possible value for the horizontalInput variable?

horizontalInput = Input.GetAxis("Horizontal");

-10

0.52

“Right”

Vector3.Up

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is true about the following two lines of code? transform.Translate(Vector3.forward); transform.Translate(1, 0, 0);

They will both move an object the same distance

They will both move an object in the same direction

They will both move an object along the same axis

They will both rotate an object, but along different axes

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?