Unit 5 Lessons 6-10 (APCSP Code.org)

Unit 5 Lessons 6-10 (APCSP Code.org)

9th - 12th Grade

43 Qs

quiz-placeholder

Similar activities

Code.org CSP Unit 5 Test Review

Code.org CSP Unit 5 Test Review

10th - 12th Grade

47 Qs

APCSP BJC Unit 5

APCSP BJC Unit 5

10th - 12th Grade

47 Qs

AP CSP Data Unit 5

AP CSP Data Unit 5

10th - 12th Grade

47 Qs

String in Python

String in Python

11th Grade

43 Qs

Nested Ifs Part 2

Nested Ifs Part 2

6th - 12th Grade

40 Qs

AP CSP | Conditionals Review

AP CSP | Conditionals Review

9th - 12th Grade

44 Qs

Revision of Python

Revision of Python

11th Grade

38 Qs

CSA - AP Classroom U3 Boolean Expressions by Mr. B

CSA - AP Classroom U3 Boolean Expressions by Mr. B

12th Grade

40 Qs

Unit 5 Lessons 6-10 (APCSP Code.org)

Unit 5 Lessons 6-10 (APCSP Code.org)

Assessment

Quiz

Computers

9th - 12th Grade

Medium

CCSS
L.2.1F, L.8.1C, L.8.3A

Standards-aligned

Created by

Tom Parslow

Used 96+ times

FREE Resource

43 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The equality operator is used to compare two values, and returns a Boolean (true/false). 
=
==
<=
>=<

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A precise sequence of instructions for processes that can be executed by a computer
Abstraction
Algorithm
Aggregation
ASCII

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In programming, an expression that evaluates to True or False. 

Abstraction
Boolean Expression
Aggregate Expression
None of the above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Any sequence of characters between quotation marks (ex: "hello", "42", "this is a string!").
Selection
String
Summary
Protocol

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When is a compound condition using the logic operator AND true?

When either of the conditions are true

When both of the conditions are false

When both of the conditions are true

When the NOT operator is also used

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which are examples of Boolean operators?
AND, OR and NOT
Greater than (>), less than (<) and equal to (=)
Multiplication (*), subtraction (-), addition (+) and division (/)
Picking random numbers

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which sentence best describes iteration?
Code which is in the correct order.
Code which can repeat a set number of times.
Code which will only run if certain criteria is met.
Code which can repeat either a set number of times or when a condition is met.

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?