Module 3 - Unity Scripting Basics

Module 3 - Unity Scripting Basics

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Module 1 Quiz

Module 1 Quiz

10th Grade

10 Qs

Python Gaming L3

Python Gaming L3

9th - 12th Grade

10 Qs

Software Hardware Brainware

Software Hardware Brainware

9th Grade

20 Qs

Pemahaman Sistem Komputer Kelas 8

Pemahaman Sistem Komputer Kelas 8

8th Grade - University

15 Qs

Python Module 2 Section 6 Review

Python Module 2 Section 6 Review

11th Grade

10 Qs

9 Weeks Test

9 Weeks Test

9th - 12th Grade

16 Qs

Soal Informatika

Soal Informatika

10th Grade

20 Qs

Input and Output Devices Challenge

Input and Output Devices Challenge

7th Grade - University

10 Qs

Module 3 - Unity Scripting Basics

Module 3 - Unity Scripting Basics

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Hard

Created by

Stacy Wright

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What programming language is used with the Unity game engine?


GDScript

C#

C++

Luau

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using the Unity Manual or Unity Scripting Reference, it’s important to:


Print it

Answered

Bookmark it in your web browser

Make sure the correct Unity version is selected

Google it

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Unity application programming interface (API)?


A collection of functions and methods that game developers can access to easily create game mechanics and systems

Answered

User interface components that developers can import into a project

A collection of game assets that you can easily download and use in a Unity game development project

Game examples you can use as a template to start developing a new Unity project

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

At the beginning of every Unity C# script, APIs are accessed with what command?


use

boilerplate

import

using


5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the Unity game engine, how often is the Update() function automatically called?


every minute

Answered


every frame


every 30 frames


every second


6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to define a function in the C# programming language?


func

def

function

void

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function name likely indicates that it’s a game loop?


Update()


Draw()


Loop()


Start()


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?