Search Header Logo

Unity Basic Quiz

Authored by Matthew Roemisch

Arts

9th Grade

Used 92+ times

Unity Basic 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

5 mins • 1 pt

What is the name of the game engine we are using?

Unity

Unreal Engine

C# Engine

GameMaker

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What type of coding language (script) are we using with Unity?

C#

C++

Python

JavaScript

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What type of input will move a player from left to right?

verticalInput

Public Float Speed

horizontalInput

If/Then Statements

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is the following statement used for: // Keep the player inbounds

This is simply a comment and does not affect the code or game play.

This is the code that keeps the player from falling off of the playing area.

Because the text is green, it is the instructions to make the player "Go".

This is a comment that controls what is displayed on the game screen during game play.

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

In the current Unity - Unit 2 Project, the player is throwing food at animals. What is another name for the "food" that is being thrown?

projectile

property

player

project

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which of the following code, correctly sets the space bar as the key to launch the projectile (food)?

if ((SpaceBar.Up) then Projectile.Fire)

if (Input.GetKeyUp(KeyCode.Spacebar))

if (Input.GetKeyDown(KeyCode.Space))

if (Output.GetKeyUp(KeyCode.Space))

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

True or False: Coding in Unity (C#) requires the user to pay attention to spelling, capitalization and using correct punctuation marks in order to make the coding valid.

True

False

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?