BELL RINGER: Unity Practice Quiz # 1

BELL RINGER: Unity Practice Quiz # 1

9th Grade

14 Qs

quiz-placeholder

Similar activities

Create with Code - Unit 1 review

Create with Code - Unit 1 review

9th - 12th Grade

10 Qs

Python Programming

Python Programming

7th - 9th Grade

10 Qs

Individuals and Variables of Data

Individuals and Variables of Data

6th - 12th Grade

10 Qs

GCSE Computer Science - Python Programming Concepts

GCSE Computer Science - Python Programming Concepts

9th - 11th Grade

17 Qs

AP Computer Science Principles Unit 3 Review

AP Computer Science Principles Unit 3 Review

9th - 12th Grade

10 Qs

RPG (Lessons 1 - 8)

RPG (Lessons 1 - 8)

9th - 12th Grade

15 Qs

Key Python Data Types

Key Python Data Types

9th Grade

16 Qs

Unit 2 Quiz - Bootstrap: Algebra

Unit 2 Quiz - Bootstrap: Algebra

6th - 12th Grade

11 Qs

BELL RINGER: Unity Practice Quiz # 1

BELL RINGER: Unity Practice Quiz # 1

Assessment

Quiz

Computers

9th Grade

Medium

Created by

JASON SAMMONS

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

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


Hierarchy


Project window


Inspector

Scene view

2.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

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 • 3 pts

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 Transform 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 X location value is higher than the first car’s

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

What can you create in the 'Projects' section of Unity Learn?


A database management system


An operating system


A personal blog

A Unity application with opportunities to mod and experiment

5.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

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


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


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


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


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

6.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

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


speed

turnSpeed


horizontalInput & forwardInput

speed & turnSpeed

7.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

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


Vector3.Up

-10


0.52f

“Right”

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?