GADV 03 - Scripting

GADV 03 - Scripting

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Q1 M 2 - TOPIC 2 / Check your understanding

Q1 M 2 - TOPIC 2 / Check your understanding

10th Grade

10 Qs

ICT - Networks and communication

ICT - Networks and communication

9th Grade

11 Qs

4Q Week3 Review Quiz (Who missed the Quiz ONLY))

4Q Week3 Review Quiz (Who missed the Quiz ONLY))

9th Grade

10 Qs

GCSE AQA 04 Computer Systems - Languages & Translators

GCSE AQA 04 Computer Systems - Languages & Translators

10th - 11th Grade

12 Qs

Cell Phone Vocabulary

Cell Phone Vocabulary

9th - 12th Grade

12 Qs

Networking Quiz

Networking Quiz

8th - 9th Grade

15 Qs

Arduino

Arduino

7th - 9th Grade

15 Qs

HARDWARE AND SOFTWARE

HARDWARE AND SOFTWARE

2nd - 10th Grade

10 Qs

GADV 03 - Scripting

GADV 03 - Scripting

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Doug Finn

Used 10+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is the game loop?

A for loop, while loop, or do while loop.

The sequence of processes that run from the start to the end of a game.

A sequence of processes that run continuously as long as the game is running

A cycle of actions that you repeat over and over within a game.

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

What are the three main high-level game loop processes?

Play, Process, Win/Lose

Input, Process, Output

Input, Update, Render

Play, Update, Render

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which programming language is used for Unity scripting?

Java

C#

None. Unity uses components.

JavaScript

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is a Unity component

A C# class that is part of the Unity API

A resusable C# script that defines some specific functionality

A C# script that implements a specific part of the functionality of a game

A C# script that implements a specific part of a GameObject's functionality

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This script cannot be used as a GameObject component -- why not?

It does not subclass MonoBehaviour

It is not a part of the Unity API

It does not implement all the MonoBehaviour lifecycle methods

It has not been added to any GameObject yet

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of these is a MonoBehaviour method inherited by its subclasses?

FixedUpdate()

LastUpdate()

FinalUpdate()

UpdateGUI()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the role of the Rigidbody component?

To make a GameObject shatter when a force is applied

To add physics to a GameObject.

To make a GameObject fall under gravity

To make a GameObject behave like an object in the real world

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?

Discover more resources for Computers