AP CS A Unit 3 Test PRACTICE

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Scott Chamberlain
Used 11+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Consider the code shown here which uses the variable points. Which of the following will always produce the same result as this code, regardless of the value of points?
I, II, and III
II and III only
III only
II only
I and II only
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is output by the code shown here?
11
10
14
13
Error
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Consider the following potential replacements for /* missing code */. Which of these replacements will cause the code segment to always print no?
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which boolean condition is true, given:
int x = 2;
int y = 3;
x > y || y <= x
x != y && y == x
x >= y || !(y >= x)
!(x >= y) && !(x != y)
x == y || y > x
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
!P && !Q
!P && Q
!(P && !Q)
!P && (P && !Q)
(P || Q) && !Q
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
To test if air pressure p is normal (between 27 and 35, including 27 and excluding 35) you would use the following if statement:
if (p ___ 27 ___ p ___ 35)
Which set of symbols - in the order given - correctly fills in the blanks?
<=, &&, >
>=, ||, <
>=, &&, <
>, &&, <=
<, ||, >=
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Which statement below is equivalent to the one shown here?
Create a free account and access millions of resources
Similar Resources on Wayground
21 questions
CSS Basics

Quiz
•
6th - 12th Grade
20 questions
Javascript Conditional Statements

Quiz
•
9th - 12th Grade
17 questions
Web Design and Development N5

Quiz
•
10th Grade
13 questions
JavaScript Variables

Quiz
•
3rd Grade - University
15 questions
Javascript Quiz 2

Quiz
•
11th Grade
17 questions
Web Design- HTML Review

Quiz
•
KG - University
16 questions
Javascript Basics

Quiz
•
9th - 12th Grade
16 questions
Loops

Quiz
•
5th - 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