Unity Certification Prep-Chapters 11 - 15

Unity Certification Prep-Chapters 11 - 15

12th Grade

65 Qs

quiz-placeholder

Similar activities

ÔN LUYỆN MOS PPT BÀI 3

ÔN LUYỆN MOS PPT BÀI 3

9th - 12th Grade

60 Qs

Networking Unit 1 Exam

Networking Unit 1 Exam

12th Grade

64 Qs

Unit 1 Quiz

Unit 1 Quiz

11th - 12th Grade

60 Qs

Soal TIK

Soal TIK

1st - 12th Grade

65 Qs

Computer Apps Final Exam Review Part II

Computer Apps Final Exam Review Part II

9th - 12th Grade

61 Qs

Preparing for MTA Certification

Preparing for MTA Certification

KG - University

60 Qs

Digital Graphics Arts Intro

Digital Graphics Arts Intro

10th - 12th Grade

63 Qs

Web Design

Web Design

9th - 12th Grade

67 Qs

Unity Certification Prep-Chapters 11 - 15

Unity Certification Prep-Chapters 11 - 15

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Cynthia Hendrix

Used 30+ times

FREE Resource

65 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Finish the following code to reference the gameObject's position:
Vector pos = ____________

gameObject.position

transform.parent.position

Vector3 (position)

transform.position

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of variable is accessible to other scripts?

public

private

string

integer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type must be used in the following code?

_______ num = 8.0f

float

integer

string

factor

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Unity C# script is edited in

an IDE

Notepad

Microsoft Word

Unity

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Start() function is called when

An object first starts

When the game starts

After pressing the start button

All answers are correct

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about classes are NOT true?

Classes should have the same name as the object they are attached to

Class names and file names must be the same

Use PascalCase for class names

Awake() & Reset()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods are default in Unity C# scripts?

Start() & Update()

Load() & Start()

Update() & FixedUpdate()

Awake() & Reset()

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?