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?
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
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 Quizizz
20 questions
Java Casting & Booleans

Quiz
•
10th - 12th Grade
15 questions
Dreamweaver HTML Basic

Quiz
•
5th - 9th Grade
14 questions
Making Websites Quiz Y9

Quiz
•
8th - 9th Grade
21 questions
CSS Basics

Quiz
•
6th - 12th Grade
20 questions
HTML Tags Quiz

Quiz
•
12th Grade
13 questions
CSS Selector Practice

Quiz
•
10th - 12th Grade
17 questions
Web Design- HTML Review

Quiz
•
KG - University
15 questions
Introducción página web

Quiz
•
12th Grade
Popular Resources on Quizizz
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
Discover more resources for Computers
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