What is the game loop?
GADV 03 - Scripting

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Doug Finn
Used 10+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
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
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
Which programming language is used for Unity scripting?
Java
C#
None. Unity uses components.
JavaScript
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
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
Which of these is a MonoBehaviour method inherited by its subclasses?
FixedUpdate()
LastUpdate()
FinalUpdate()
UpdateGUI()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
Similar Resources on Quizizz
15 questions
CS 2nd Semester Mid-Term

Quiz
•
10th Grade - University
10 questions
Introducción Programación Unity 2D

Quiz
•
9th Grade
10 questions
App inventor

Quiz
•
11th Grade
10 questions
Unity Semester 1 - Quiz 1

Quiz
•
7th - 10th Grade
15 questions
Computer Science - Python

Quiz
•
9th - 12th Grade
10 questions
Unity Interface Review

Quiz
•
9th - 12th Grade
13 questions
Unity Movement

Quiz
•
10th Grade
14 questions
Video Game Design Quiz

Quiz
•
12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University