CSP - Units 3 & 4

CSP - Units 3 & 4

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

python lists

python lists

10th Grade

20 Qs

1.1.3 Input, output and storage

1.1.3 Input, output and storage

11th Grade - University

22 Qs

Computer System

Computer System

9th - 11th Grade

21 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

2021.10.15_ Đề kiểm tra tin học 12

2021.10.15_ Đề kiểm tra tin học 12

12th Grade

20 Qs

3D Objects - Terms & Transfomations

3D Objects - Terms & Transfomations

6th Grade - Professional Development

20 Qs

Web design

Web design

11th Grade

20 Qs

Asesment technopreneur dkv

Asesment technopreneur dkv

10th Grade

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?