Unity Certification Prep-Chapters 11 - 15

Unity Certification Prep-Chapters 11 - 15

12th Grade

65 Qs

quiz-placeholder

Similar activities

CBT

CBT

11th - 12th Grade

60 Qs

Computer ٍSkills- Chapter 3

Computer ٍSkills- Chapter 3

1st Grade - University

62 Qs

IBCA Semester Exam Review

IBCA Semester Exam Review

KG - University

66 Qs

Semester TLJ XII TKJ

Semester TLJ XII TKJ

12th Grade

60 Qs

OCR A Level Computer Science - 1.4.x

OCR A Level Computer Science - 1.4.x

12th Grade

67 Qs

Quiz ~ Dampak Sosial Informatika

Quiz ~ Dampak Sosial Informatika

9th - 12th Grade

60 Qs

Digital Marketing Revision 3

Digital Marketing Revision 3

12th Grade

60 Qs

LATIAN ASAS 1 INFORMATIKA KELAS 9

LATIAN ASAS 1 INFORMATIKA KELAS 9

8th Grade - University

60 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

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