Unity Basics Flashcard for Students

Unity Basics Flashcard for Students

Assessment

Flashcard

Computers

10th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

FLASHCARD QUESTION

Front

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

Back

Hierarchy

2.

FLASHCARD QUESTION

Front

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.

Back

True

3.

FLASHCARD QUESTION

Front

What best describes the difference between the below images, where the car in the second image is further along the road? Options: The second car’s X location value is higher than the first car’s, The second car’s Transform 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 Y location value is higher than the first car’s

Back

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

4.

FLASHCARD QUESTION

Front

In what order do you put the words when you are declaring a new variable? Options: [access modifier] [data type] [variable name] [variable value], [variable name] [data type] [access modifier] [variable value], [data type] [access modifier] [variable value] [variable name], [data type] [access modifier] [variable name] [variable value]

Back

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

5.

FLASHCARD QUESTION

Front

Which of the following variables would be visible in the Inspector? speed & turnSpeed, speed, horizontalInput & forwardInput, turnSpeed

Back

speed & turnSpeed

6.

FLASHCARD QUESTION

Front

What is a possible value for the horizontalInput variable returned by the Input.GetAxis() method?

Back

0.52f

7.

FLASHCARD QUESTION

Front

What is true about the following two lines of code?

Back

They will both move an object along the same axis

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?