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
20 questions
HTML Test

Quiz
•
9th - 12th Grade
21 questions
HTML5 & CSS3 Refresher

Quiz
•
7th - 12th Grade
20 questions
Python Next Steps Homework Quiz

Quiz
•
8th - 10th Grade
20 questions
HTML5 Basics

Quiz
•
6th - 12th Grade
14 questions
C++ - Loops and Random Numbers

Quiz
•
9th - 12th Grade
20 questions
Java, part I

Quiz
•
11th Grade - University
20 questions
CSS Quiz

Quiz
•
7th - 12th Grade
15 questions
Fall Final 2024 - CS Fundamentals

Quiz
•
9th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
Discover more resources for Computers
50 questions
Trivia 7/25

Quiz
•
12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
6 questions
RL.10.1 Cite Evidence

Quiz
•
10th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
14 questions
Algebra 1 SOL Review #1

Quiz
•
9th Grade