C# - Unity Quiz

C# - Unity Quiz

6th - 9th Grade

13 Qs

quiz-placeholder

Similar activities

3rd week g9 summative

3rd week g9 summative

7th - 12th Grade

15 Qs

RESPONSIBLE USE OF ICT

RESPONSIBLE USE OF ICT

4th - 6th Grade

10 Qs

Ethical Issues of I.T.

Ethical Issues of I.T.

7th - 8th Grade

11 Qs

Python. Функції

Python. Функції

9th Grade

17 Qs

Computer Basics 2 - CESA

Computer Basics 2 - CESA

7th Grade - University

10 Qs

JAVA IDENTIFIERS

JAVA IDENTIFIERS

6th - 8th Grade

14 Qs

PITD Assessment

PITD Assessment

8th Grade

10 Qs

Computer Security

Computer Security

8th - 10th Grade

10 Qs

C# - Unity Quiz

C# - Unity Quiz

Assessment

Quiz

Computers

6th - 9th Grade

Practice Problem

Medium

Created by

James Fleming

Used 69+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If you want to apply Gravity what component would you want to add to a gameobject?

RigidBody(2d or 3d)

Image

A Custom Script

Box Collider

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the section called where all your GameObjects are housed?

Game

Inspector

Hierarchy

Console

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In code what line of code would you use to access a component on the Gameobject the script is attached to?

accessComponent(component)

getcomponent(component)

findComponent(component)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

On UI what is the component called that houses the UI?

Container

UI Holder

Canvas

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of this code?

x=56;

//x=2;

x+=9;

print(x)

Error

65

66

11

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To add a particle effect how would you instantiate the effect?

Instantiate a prefab of the object by calling Instantiate(obj, place, rotation)

Check the instantiate effect button.

Call the summon function and summon the particle effect by typing Summon(obj)

Leave the effect in the scene and it will instantiate itself

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How would you declare a function that has no return and is public?

function MyFunction()

public void MyFunction()

public MyFunction()

MyFunction:

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?