AP CSP Boolean Logic 3

AP CSP Boolean Logic 3

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Lesson 1 Introduction to Database System

Lesson 1 Introduction to Database System

10th Grade

10 Qs

Cyber Security KS4

Cyber Security KS4

8th - 12th Grade

15 Qs

College Football

College Football

5th - 12th Grade

11 Qs

CSS9_Q3M2L1_QUIZ3

CSS9_Q3M2L1_QUIZ3

9th Grade

10 Qs

WJEC GCSE ICT Unit 1 E-Mail

WJEC GCSE ICT Unit 1 E-Mail

9th - 10th Grade

13 Qs

Scratch

Scratch

KG - Professional Development

10 Qs

Aplikasi Perkantoran

Aplikasi Perkantoran

10th Grade

15 Qs

Java: repetition control structure for & while

Java: repetition control structure for & while

10th - 12th Grade

10 Qs

AP CSP Boolean Logic 3

AP CSP Boolean Logic 3

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Hard

Created by

Michael Toepper

Used 14+ times

FREE Resource

AI

Enhance your content in a minute

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

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

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?