CSP - Units 3 & 4

CSP - Units 3 & 4

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Foundations Chapter 4

Foundations Chapter 4

9th - 12th Grade

25 Qs

Elements of Design

Elements of Design

9th - 12th Grade

20 Qs

CPA Inkscape Quiz 01

CPA Inkscape Quiz 01

7th - 12th Grade

25 Qs

SAS GAME DEV SEMESTER GENAP

SAS GAME DEV SEMESTER GENAP

12th Grade

30 Qs

Letterhead Design Quizziz

Letterhead Design Quizziz

9th - 12th Grade

20 Qs

Unity Programming Certification

Unity Programming Certification

12th Grade

23 Qs

National 5 Computing - Computer Systems

National 5 Computing - Computer Systems

10th Grade

20 Qs

vectors

vectors

7th Grade - University

21 Qs

CSP - Units 3 & 4

CSP - Units 3 & 4

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Justin Loomis

Used 5+ 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?