AP CSA |U2 L2 Operators & Expressions by Mr. B

AP CSA |U2 L2 Operators & Expressions by Mr. B

12th Grade

25 Qs

quiz-placeholder

Similar activities

PLTW CSE Quiz - Activities 1.1.1 thru 1.1.3

PLTW CSE Quiz - Activities 1.1.1 thru 1.1.3

9th - 12th Grade

25 Qs

CSP Vocab Quiz: Unit 1-5

CSP Vocab Quiz: Unit 1-5

12th Grade

25 Qs

JavaScript Operators

JavaScript Operators

9th - 12th Grade

20 Qs

CodeHS JavaScript Bootcamp

CodeHS JavaScript Bootcamp

8th - 12th Grade

21 Qs

JavaScript Bootcamp

JavaScript Bootcamp

8th - 12th Grade

21 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

Basic Python

Basic Python

10th - 12th Grade

20 Qs

AP CSA |U2 L2 Operators & Expressions by Mr. B

AP CSA |U2 L2 Operators & Expressions by Mr. B

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Cyber Professor - Mr. B

Used 7+ times

FREE Resource

25 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

3 mins • 3 pts

true && true

2.

FILL IN THE BLANK QUESTION

3 mins • 3 pts

true || false

3.

MULTIPLE SELECT QUESTION

3 mins • 3 pts

A named reference to a value that can be used repeatedly throughout a program is:

variable

string

comparable operators

4.

MULTIPLE SELECT QUESTION

3 mins • 3 pts

What is a command that executes the code within a function called?

conditional statement

function call

function

expressions

5.

MULTIPLE CHOICE QUESTION

3 mins • 3 pts

What will be output to the screen when the following code is run? secret = 50 if (secret == 100): print("Excellent") elif (secret < 75): print("Awesome") else: print("Super")

Awesome

Excellent

Super

None of these is true

6.

MULTIPLE CHOICE QUESTION

3 mins • 3 pts

Arithmetic Operators
What is a / ? 
Addition
Subtraction
Division
Modulo

7.

MULTIPLE CHOICE QUESTION

3 mins • 3 pts

Which of the following is not a data type?
Character
String
Integer
Object

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?