AP CSP Boolean Logic 3

AP CSP Boolean Logic 3

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Graphics

Graphics

9th Grade

10 Qs

CPM9.1-9.3 Quiz Review

CPM9.1-9.3 Quiz Review

9th - 12th Grade

15 Qs

Excel Basics

Excel Basics

5th - 10th Grade

12 Qs

Unity: Animations, Animators, & Tilemaps

Unity: Animations, Animators, & Tilemaps

9th - 12th Grade

15 Qs

Technical Terms - Internet (A-Z) - Grid Computing

Technical Terms - Internet (A-Z) - Grid Computing

12th Grade

10 Qs

Microbit

Microbit

7th - 9th Grade

10 Qs

Google Drive

Google Drive

3rd - 9th Grade

15 Qs

AP CSP Boolean Logic 3

AP CSP Boolean Logic 3

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Michael Toepper

Used 13+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The two variables age and day are initialized with the values shown.

age <-- 16

day <-- "Tuesday"

Choose the compound conditional that evaluates to true.

( (age = 16) AND (day = "Tuesday") ) AND (day = "Monday")

( (age < 16) AND (day = "Tuesday") ) OR (day = "Monday")

( (age > 10) AND ( (age + 4) > 20 ) )

NOT ( (age = 16) AND ( NOT (day = "Tuesday") ) )

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

This program uses a conditional to determine if seafood is safe to consume.


In which situations will rating be "safe"?

Note that there may be multiple answers to this question.

Choose all answers that apply:

When seafood is "mollusk" and daysFrozen is 1

When seafood is "mollusk" and daysFrozen is 9

When seafood is "tuna" and daysFrozen is 3

When seafood is "salmon" and daysFrozen is 7

When seafood is "salmon" and daysFrozen is 6

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The following expression is from the data loading logic of a website.

NOT ( state = "loading" OR result = "error" )

Which of these expressions are logically equivalent?

state ≠ "loading" AND result ≠ "error"

state = "loading" AND result = "error"

NOT ( state = "loading" AND result = "error" )

state ≠ "loading" OR result ≠ "error"

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

This program uses a nested conditional to recommend a heat level for cooking eggs.


In which situations will heatLevel be "medium"?

Choose 1 answer.

When inHurry is false and eggDish is "fried"

When inHurry is true and eggDish is "fried"

When inHurry is false and eggDish is "scrambled"

When inHurry is true and eggDish is "scrambled"

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

This circuit takes the output of an AND gate and sends it through a NOT gate. This circuit is logically equivalent to the NAND logic gate, a common gate in computers.


Select the output column that correctly completes out the truth table for the circuit.

1

1

1

0

0

1

1

1

0

1

1

0

1

0

0

1

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Given the procedure:


What will be displayed after the following statement is executed?


DISPLAY ( adjustCount (9) + adjustCount (17) )

28

32

33

35

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Two grids are shown. Each grid contains a robot represented as a triangle. Both robots are initially facing left. Each robot can move into a white or gray square, but cannot move into a black region.


For each grid, the program below is intended to move the robot to the gray square. The program uses the procedure Goal_Reached ( ), which evaluates to true if the robot is in the gray square and evaluates to false otherwise.


For which of the grids does the program correctly move the robot to the gray square?

Grid I only

Grid II only

Both grid I and grid II

Neither grid I nor grid II

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?