
AP CSP 3.5 Boolean Expressions Pt. 2

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Herman Galioulline
Used 11+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
Directions: For the question or incomplete statement below, two of the suggested answers are correct. For this question, you must select both correct choices to earn credit. No partial credit will be earned if only one correct choice is selected. Select the two that are best in each case.
Which of the following Boolean expressions are equivalent to the expression
num ≥ 15
Select two answers.
(num > 15) AND (num = 15)
(num > 15) OR (num = 15)
NOT (num < 15)
NOT (num < 16)
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
In a certain country, a person must be at least 16 years old to drive a car and must be at least 18 years old to vote. The variable age represents the age of a person as an integer.
Which of the following expressions evaluates to true if the person is old enough to drive but not old enough to vote, and evaluates to false otherwise?
I. (age ≥ 16) AND (age ≤ 18)
II. (age ≥ 16) AND (NOT(age ≥ 18))
III. (age < 18) AND (NOT(age < 16))
II only
I and II only
I and III only
II and III only
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
(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)
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
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.
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Input A must be true.
Input A must be false.
Input A can be either true or false.
There is no possible value of input A that will cause the circuit to have the output true.
Similar Resources on Wayground
10 questions
PROGRAMACIÓN

Quiz
•
12th Grade
10 questions
Listas en Python - Adecuación

Quiz
•
11th Grade
7 questions
Identifier, Variable & Constant

Quiz
•
11th Grade
7 questions
Python programming - basics

Quiz
•
9th Grade
10 questions
Informática

Quiz
•
6th - 9th Grade
10 questions
Informática

Quiz
•
10th Grade
10 questions
Dış donanım birimleri

Quiz
•
10th Grade
10 questions
AP CSP Sample Exam Questions - Part 2

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade