C sharp 2024

C sharp 2024

12th Grade

57 Qs

quiz-placeholder

Similar activities

tom & jerry

tom & jerry

1st - 12th Grade

53 Qs

ffa officers

ffa officers

6th - 12th Grade

62 Qs

FFA Information Review

FFA Information Review

12th Grade

52 Qs

2k21/20

2k21/20

5th Grade - Professional Development

58 Qs

STAAR Algebra 1 Nspire Review

STAAR Algebra 1 Nspire Review

6th Grade - Professional Development

52 Qs

The gaming quiz

The gaming quiz

12th Grade

60 Qs

TEACHING ARTS PRELIM

TEACHING ARTS PRELIM

7th Grade - University

55 Qs

AP Psych Midterm Review 1

AP Psych Midterm Review 1

12th Grade

60 Qs

C sharp 2024

C sharp 2024

Assessment

Quiz

Other

12th Grade

Medium

Created by

Michael Hippo

Used 29+ 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?