Unity Quiz #3

Unity Quiz #3

10th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Unity Game Mechanics

Unity Game Mechanics

10th - 12th Grade

15 Qs

Laser Defender Part 2 Worksheet

Laser Defender Part 2 Worksheet

9th - 12th Grade

15 Qs

CodeMonkey

CodeMonkey

1st Grade - Professional Development

20 Qs

Q4 Test Remediation (Game Design 24-25)

Q4 Test Remediation (Game Design 24-25)

10th Grade

10 Qs

[Hall] DOM Modifications

[Hall] DOM Modifications

9th - 12th Grade

12 Qs

CSP Units 1 & 2

CSP Units 1 & 2

9th - 12th Grade

18 Qs

OOP

OOP

9th - 12th Grade

10 Qs

Game Engines y Unity3D

Game Engines y Unity3D

12th Grade - Professional Development

17 Qs

Unity Quiz #3

Unity Quiz #3

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Erin Nagoshi

Used 383+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following are ways to programmatically access an active GameObject?

GameObject.Find()

GameObject.FindObjectsWithTag()

the variable gameObject

GameObject.FindWithTag()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method would you use to programmatically access a GameObject with a unique name?

GameObject.Find()

GameObject.FindWithTag()

GameObject.FindObjectsWithTag()

gameObject

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method would you use to programmatically access the GameObject the script is attached to?

GameObject.Find()

GameObject.FindWithTag()

GameObject.FindObjectsWithTag()

The variable gameObject

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following will provide programmatic access to a single GameObject?

GameObject.Find()

GameObject.FindWithTag()

GameObject.FindObjectsWithTag()

None of these options.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will provide programmatic access to an array of GameObjects?

GameObject.Find()

GameObject.FindWithTag()

GameObject.FindObjectsWithTag()

None of these options.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If GameObject.Find() does not find the specified GameObject, what will happen?

It searches again until it finds it.

The program crashes.

It will print out an error.

It will return null (a programming representation for “nothing”)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If GameObject.FindObjectsWithTag() does not find any GameObjects with the specified tag, what happens?

The program crashes.

It will print an error message.

It will return an empty array.

It will return null (a programming representation for “nothing”)

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?