
AP Comp Sci A MidTerm Review

Quiz
•
Other
•
9th - 12th Grade
•
Hard
Laura Frauenberg
Used 2+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following variable declarations and initializations.
int a = 2;
int b = 6;
int c = 3;
Which of the following expressions evaluates to false ?
a < b == c < b
a > b == b < c
a < b != b < c
a < b != c < b
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following code segment.
boolean a = true;
boolean b = false;
System.out.print((a == !b) != false);
What is printed as a result of executing this code segment?
false
true
0
1
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following expression.
(3 + 4 == 5) != (3 + 4 >= 5)
What value, if any, does the expression evaluate to?
true
false
5
7
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following code segment.
int m = 8;
int n = 3;
if (m + n > 10)
{
System.out.print(m + n);
}
if (m - n > 0)
{
System.out.print(m - n);
}
What, if anything, is printed as a result of executing the code segment?
nothing is printed
115
11
5
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following code segment.
boolean a = true;
boolean b = true;
System.out.print((b || (!a || b)) + " ");
System.out.print(((!b || !a) && a) + " ");
System.out.println(!(a && b) && b);
What output is produced when this code segment is executed?
true true true
true false true
true false false
false true false
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the following expression, j, k, and m are properly declared and initialized int variables.
!((j == k) && (k > m))
Which of the following is equivalent to the expression above?
(j != k) || (k < m)
(j != k) || (k <= m)
(j == k) || (k < m)
(j != k) && (k <= m)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the following expression, sunny and windy are properly declared and initialized boolean variables.
!sunny && !windy
Which of the following is equivalent to the expression above?
sunny || windy
!sunny || !windy
!(sunny || windy)
!(sunny && windy)
Create a free account and access millions of resources
Similar Resources on Wayground
22 questions
Unit 1 Terms

Quiz
•
12th Grade
25 questions
PEMROGRAMAN DASAR

Quiz
•
10th Grade
20 questions
Measuring Tools - Construction

Quiz
•
8th - 12th Grade
25 questions
TKJ [2]

Quiz
•
10th Grade
23 questions
APCS A Java Arrays vs ArrayLists

Quiz
•
10th - 12th Grade
20 questions
Complex Stairs

Quiz
•
KG - University
20 questions
INDIANA FFA NURSERY/LANDSCAPE CDE EQUIP. AND SUPPLIES ID 300-319

Quiz
•
6th - 12th Grade
20 questions
SAINS KOMPUTER T4

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Other
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
20 questions
Biomolecules

Quiz
•
9th Grade
6 questions
Rule of Law

Quiz
•
6th - 12th Grade