Module 3 - Unity Scripting Basics

Module 3 - Unity Scripting Basics

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

MakeCode Arcade Questions

MakeCode Arcade Questions

10th Grade - University

15 Qs

Sitem Komputer 7

Sitem Komputer 7

12th Grade

20 Qs

Kuis Pemrograman Python: Kalkulator Sederhana

Kuis Pemrograman Python: Kalkulator Sederhana

11th Grade

15 Qs

Quis US Kelas IX

Quis US Kelas IX

9th Grade

18 Qs

perangkat input,output, proses

perangkat input,output, proses

10th Grade - University

20 Qs

Tugas Informatika Kelas 7

Tugas Informatika Kelas 7

7th Grade - University

15 Qs

Digital Game Development Quiz

Digital Game Development Quiz

12th Grade

10 Qs

ICT G 7 Chapter 2.1 Input and Output Devices

ICT G 7 Chapter 2.1 Input and Output Devices

7th Grade - University

20 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?