Unity Basic Quiz

Unity Basic Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

The Boy in the Striped Pyjamas - Chapters XVII to XX

The Boy in the Striped Pyjamas - Chapters XVII to XX

7th - 9th Grade

11 Qs

S2 Figure Drawing Quiz

S2 Figure Drawing Quiz

9th - 12th Grade

10 Qs

Printmaking Terms

Printmaking Terms

5th - 12th Grade

10 Qs

SciVis I Unit 6 B

SciVis I Unit 6 B

9th - 12th Grade

15 Qs

Heritage Quiz

Heritage Quiz

KG - 10th Grade

10 Qs

ASL Sports and Activity's

ASL Sports and Activity's

9th - 11th Grade

13 Qs

BTS Trivia Quiz by Gambarika

BTS Trivia Quiz by Gambarika

KG - Professional Development

15 Qs

Pop art

Pop art

9th Grade

10 Qs

Unity Basic Quiz

Unity Basic Quiz

Assessment

Quiz

Arts

9th Grade

Easy

Created by

Matthew Roemisch

Used 85+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?