Module 3 - Unity Scripting Basics

Module 3 - Unity Scripting Basics

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

sistem komputer kelas 9

sistem komputer kelas 9

9th Grade - University

20 Qs

HTML Questions (100 Marks)

HTML Questions (100 Marks)

9th - 12th Grade

16 Qs

7.3.3 Console Input & Output

7.3.3 Console Input & Output

10th Grade

11 Qs

Разработка игр - Senior (Unity)

Разработка игр - Senior (Unity)

10th Grade

18 Qs

Ulangan Harian Sistem Komputer

Ulangan Harian Sistem Komputer

10th Grade

20 Qs

Lesson 1.2 Quiz

Lesson 1.2 Quiz

10th Grade

10 Qs

Algoritma

Algoritma

7th Grade - University

10 Qs

TVL 1

TVL 1

11th Grade

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