AP CSP Boolean Logic 2

AP CSP Boolean Logic 2

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Fidget Cubes (More on Maker Unit 2)

Fidget Cubes (More on Maker Unit 2)

8th - 9th Grade

7 Qs

Unit 1 Quiz

Unit 1 Quiz

10th - 12th Grade

11 Qs

CPM9.1-9.3 Quiz Review

CPM9.1-9.3 Quiz Review

9th - 12th Grade

15 Qs

AP CSP Boolean Logic 6

AP CSP Boolean Logic 6

9th - 12th Grade

10 Qs

AP CSP Big Idea 3 Practice

AP CSP Big Idea 3 Practice

9th - 12th Grade

10 Qs

Logic APCSP

Logic APCSP

9th - 12th Grade

10 Qs

AP CSP Booleans

AP CSP Booleans

9th - 12th Grade

10 Qs

Boolean Logic

Boolean Logic

9th - 12th Grade

10 Qs

AP CSP Boolean Logic 2

AP CSP Boolean Logic 2

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Michael Toepper

Used 18+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Given the procedure:

What will be displayed after the following statement is executed?


DISPLAY ( adjustCount (11) + adjustCount (16) )

28

32

33

35

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Two grids are show. 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.

Grid I only

Grid II only

Both grid I and grid II

Neither grid I nor grid II

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Consider the code segment above.


If the variables onTime has the value of true and absent has the value false, what is displayed as a result of running the code segment?

Hello.

Is anyone there?

Hello. Is anyone there?

Hello. Better late than never.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

In the program below, the initial value of x is 0 and the initial value of y is -2.


What is displayed as a result of running the program?

Foxtrot

Hotel

November

Yankee

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

The diagram shows a circuit with three gates, where the output from two AND gates are sent into an OR gate. The circuit has four inputs (A, B, C, D), two for each AND gate.


If the final output is 0, what is a possible state of the inputs A/B/C/D?

Choose 1 answer.

A = 0, B = 0, C = 0, D = 0

A = 1, B = 1, C = 0, D = 1

A = 0, B = 1, C = 1, D = 1

A = 1, B = 0, C = 1, D = 1

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

The diagram shows a circuit composed of two logic gates labeled OR and AND. Each gate takes two inputs and produces a single output.


If the input A is false and input C is true, which of the following best describes the output of the AND gate?

The output will be true no matter what the value of input B is.

The output will be false no matter what the value of input B is.

The output will be true if input B is true; otherwise it will be false.

The output will be false if input B is true; otherwise it will be true.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

The diagram shows a circuit with three gates, where the output from two AND gates are sent into an OR gate. The circuit has four inputs (A, B, C, D), two for each AND gate.


If the final output is 0, what is a possible state of the inputs A/B/C/D?

Choose 1 answer.

A = 1, B = 0, C = 1, D = 0

A = 1, B = 1, C = 0, D = 1

A = 0, B = 1, C = 1, D = 1

A = 1, B = 0, C = 1, D = 1

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?