C sharp 2024

C sharp 2024

12th Grade

57 Qs

quiz-placeholder

Similar activities

Chess Quiz

Chess Quiz

KG - 12th Grade

60 Qs

12-Responsibility - P.E. Summative Test

12-Responsibility - P.E. Summative Test

12th Grade

52 Qs

Avengers

Avengers

KG - Professional Development

52 Qs

Roblox

Roblox

12th Grade

52 Qs

Technology

Technology

2nd Grade - Professional Development

60 Qs

CS Screening Test # 2

CS Screening Test # 2

11th - 12th Grade

52 Qs

MEC Part 2 Review

MEC Part 2 Review

11th - 12th Grade

56 Qs

Advanced Accounting S1 Mid-Term Exam Review

Advanced Accounting S1 Mid-Term Exam Review

12th Grade

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