Given the procedure:
What will be displayed after the following statement is executed?
DISPLAY ( adjustCount (9) + adjustCount (16) )
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
10 questions
TLAC Summary: 4. The Train Heist
Quiz
•
12th Grade
15 questions
Image Representation
Quiz
•
7th - 10th Grade
10 questions
Quiz1
Quiz
•
7th - 9th Grade
10 questions
brawl star
Quiz
•
5th - 11th Grade
10 questions
Advanced Java Study Guide
Quiz
•
11th - 12th Grade
10 questions
AP CSP Sample Exam Questions - Part 2
Quiz
•
10th - 12th Grade
12 questions
Coding and Robotics
Quiz
•
8th - 12th Grade
12 questions
Raspberry Pi
Quiz
•
9th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression
Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University