C sharp 2024

C sharp 2024

12th Grade

57 Qs

quiz-placeholder

Similar activities

pobf 5.01

pobf 5.01

9th - 12th Grade

55 Qs

CA1: unit 2

CA1: unit 2

9th - 12th Grade

60 Qs

Intro to Medical Language

Intro to Medical Language

9th - 12th Grade

56 Qs

US SOSIOLOGI KELAS XII

US SOSIOLOGI KELAS XII

12th Grade

58 Qs

Winter Trivia

Winter Trivia

KG - University

52 Qs

Food Science and Technology Test

Food Science and Technology Test

9th - 12th Grade

54 Qs

Test Review - Ch 25,26,27 - Insurance

Test Review - Ch 25,26,27 - Insurance

9th - 12th Grade

53 Qs

Sp 2, T5, La niñez

Sp 2, T5, La niñez

9th - 12th Grade

56 Qs

C sharp 2024

C sharp 2024

Assessment

Quiz

Other

12th Grade

Medium

Created by

Michael Hippo

Used 30+ times

FREE Resource

57 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'GetComponent<T>()' method do in Unity?

It adds a new component of type T to the game object.

It finds and returns the first active loaded object of Type T.

It returns the component of Type T if the game object has one attached, null if it doesn't.

It deletes the component of Type T from the game object.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt


When you Edit a Prefab Instance, the Inspector window provides options for working with the Prefab Asset and applying overrides.

t

f

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which parameter is for the animator function shown: ("Animation");

SetBool

SetFloat

SetInt

SetTrigger

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

vChoose the best comment for this code:

Adds things to a new list

Adds t to a list

Adds a single object

Adds objects to a new list for each object in "myList"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write code that states: if coins equal 100 or 150 give an extra life. (Hint: need to know symbol for "or" and "equals".

if (coins == 100 || coins == 150) { lives += 1; }

if (coins = 100 % coins = 150) { lives += 1; }

if (coins AND 100 OR coins AND 150) { lives += 1; }

if (coins += 100 | coins += 150) { lives += 1; }

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Input.GetMouseButtonDown(1)

Returns true if the left mouse button was pressed.

Returns true if the middle mouse button was pressed.

Returns true if the right mouse button was pressed.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which checkbox tells Unity an object will be stationary?

Move Tool

Static

Grid Snapping

Rigidbody Component

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?