AP CSP Boolean Logic 4

AP CSP Boolean Logic 4

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

IP ADDRESSING AND ITS VERSION

IP ADDRESSING AND ITS VERSION

11th Grade

15 Qs

Networks and Internet

Networks and Internet

10th Grade

10 Qs

8525 AQA GCSE  3.1.1 Pseudo-code

8525 AQA GCSE 3.1.1 Pseudo-code

10th - 11th Grade

14 Qs

TMK  TAHUN 4

TMK TAHUN 4

10th Grade

10 Qs

After Effect Intoduction

After Effect Intoduction

10th Grade - University

15 Qs

OOP 1 Undiksha

OOP 1 Undiksha

12th Grade - University

13 Qs

Empowerment Technologies Quiz 2

Empowerment Technologies Quiz 2

11th Grade

10 Qs

Chapter 3 Exploring Linux Filesystems

Chapter 3 Exploring Linux Filesystems

11th Grade - University

10 Qs

AP CSP Boolean Logic 4

AP CSP Boolean Logic 4

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Hard

Created by

Michael Toepper

Used 15+ 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

Media Image

Given the procedure:

What will be displayed after the following statement is executed?

DISPLAY ( adjustCount (9) + adjustCount (16) )

28

32

33

35

2.

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

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

A programmer named Johnny has a programming style in which he does not like to indent his code. Here is an example of a procedure Johnny recently created.


It is supposed to return "ELEPHANT" if the type of animals is "E", "GIRAFFE" if the type of animal is "G" and the height is "TALL", or "GORILLA" if the type of animal is "G" and the height is "AVERAGE". If none of these conditions are true, then return "UNKNOWN".


Does this procedure always return the correct animal as specified above?

Yes, this procedure returns the correct value for all test cases.

No, this procedure will not return the correct value if the animal type is "G" and height is "AVERAGE".

No, this procedure will not return the correct value if the animal type is "E" and height is "AVERAGE".

No, this procedure will not return the correct value if the animal type is "G" and height is "TALL".

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An office building has two floors. A computer program is used to control an elevator that travels between the two floors. Physical sensors are used to set the following Boolean variables.


The elevator moves when the door is closed and the elevator is called to the floor that it is not currently on.


Which of the following Boolean expressions can be used in a selection statement to cause the elevator to move?

(onFloor1 AND callTo2) AND (onFloor2 AND callTo1)

(onFloor1 AND callTo2) OR (onFloor2 AND callTo1)

(onFloor1 OR callTo2) AND (onFloor2 OR callTo1)

(onFloor1 OR callTo2) OR (onFloor2 OR callTo1)

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Consider the code segment.


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

Is anyone there?

Better late than never.

Hello. Is anyone there?

Hello. Better late than never.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

A game programmer uses this nested conditional in their online Four Square game.


When mouseX is 173 and mouseY is 199, what will be the value of currentSquare?

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

The diagram below 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?

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

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

Already have an account?