
12/16 ET
Assessment
•
Gabrielle Acosta
•
Computers
•
9th Grade
•
2 plays
•
Medium
Student preview

8 questions
Show all answers
1.
MULTIPLE CHOICE
30 sec • 1 pt
int x = 2, y = 2;
System.out.print(x == y);
2.
MULTIPLE CHOICE
30 sec • 1 pt
int a = 3, b = 1;
System.out.print(b >= a);
3.
MULTIPLE CHOICE
30 sec • 1 pt
What does || mean?
4.
MULTIPLE CHOICE
30 sec • 1 pt
What does && mean?
5.
MULTIPLE CHOICE
30 sec • 1 pt
What is the output of the following code segment?
System.out.print( 2 < 3 && 2 > -3 );
6.
MULTIPLE CHOICE
30 sec • 1 pt
What is the output of the following code segment?
int y = 3;
System.out.print( y > 4 && y < 7 );
7.
MULTIPLE CHOICE
30 sec • 1 pt
What is the output of the following code segment?
int y = 3;
System.out.print( y > 4 || y < 7 );
8.
MULTIPLE CHOICE
30 sec • 1 pt
What is the output of the following code segment?
int x = 83, y = 16;
System.out.print( x > y || y > x );
Find a similar activity
Create activity tailored to your needs using
For Loop
•
9th - 12th Grade
CompSci I Quiz 10/16
•
9th - 12th Grade
AP Comp Sci Final Review (part I)
•
9th - 12th Grade
AP CSA Unit 1 & 2 Review
•
9th - 12th Grade
Java Pretest
•
9th - 12th Grade
java statements
•
6th - 12th Grade
K3MT 201920 SC 025 (Repetition #1)
•
1st Grade - Professio...
assignment operator
•
9th Grade