CSP - Units 3 & 4

CSP - Units 3 & 4

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

GAD Review - Game Industry

GAD Review - Game Industry

9th - 12th Grade

22 Qs

Network topologies

Network topologies

8th Grade - University

20 Qs

CMU quiz

CMU quiz

7th - 9th Grade

20 Qs

Programming: Which Loop?

Programming: Which Loop?

9th - 12th Grade

20 Qs

Quiz 4

Quiz 4

1st - 10th Grade

20 Qs

SQL Revision for Year 12

SQL Revision for Year 12

11th - 12th Grade

20 Qs

HTML Quiz

HTML Quiz

9th Grade

22 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

CSP - Units 3 & 4

CSP - Units 3 & 4

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Easy

Created by

Justin Loomis

Used 9+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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?