AP CSP Boolean Logic 4

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Michael Toepper
Used 14+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
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
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
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
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
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
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
Similar Resources on Wayground
10 questions
Bootstrap Grid

Quiz
•
10th Grade
9 questions
Micromelon Python

Quiz
•
9th Grade
12 questions
Raspberry Pi

Quiz
•
9th Grade
15 questions
Image Representation

Quiz
•
7th - 10th Grade
10 questions
Quiz1

Quiz
•
7th - 9th Grade
10 questions
Computer Education Grade 3 Volume 4 Quiz

Quiz
•
3rd Grade - University
10 questions
brawl star

Quiz
•
5th - 11th Grade
15 questions
Robotics I Unit 4 Test Review

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade