CSP - Units 3 & 4

CSP - Units 3 & 4

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

05_Block Breaker Videos 08-14 Worksheet

05_Block Breaker Videos 08-14 Worksheet

9th - 12th Grade

30 Qs

EOC 3D/GD/Design

EOC 3D/GD/Design

9th - 12th Grade

20 Qs

OOP Java

OOP Java

12th Grade

20 Qs

Unity Basics for 2D Game Development

Unity Basics for 2D Game Development

9th Grade

20 Qs

OO Programming OCR A level

OO Programming OCR A level

10th Grade - University

20 Qs

JAVASCRIPT

JAVASCRIPT

12th Grade

25 Qs

Computer Application Practice Quiz Class 10

Computer Application Practice Quiz Class 10

10th Grade

20 Qs

CSP 1.4 Vocab

CSP 1.4 Vocab

9th - 12th Grade

20 Qs

CSP - Units 3 & 4

CSP - Units 3 & 4

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Justin Loomis

Used 7+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C#, which symbol means "and"?

||

!!

%%

&&

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C#, which symbol means "or"?

||

&&

!!

##

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C#, which symbol means "not"?

&

|

!

%

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type can be either True or False?

int

float

bool

String

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these code segments adds 1 to the variable X and stores the result as the new value?

X + 1

X = 1

X += 1

X = X

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code segment correctly access the game object's collider?

GetComponent<Collider>()

GetCollider()

gameObject.Collider

Collider.Get()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these variables is visible to other classes?

public float speed

private int players

private bool isAlive

private String name

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?