
Topic 1.4 Video 2
Authored by Myra Deister
Computers
11th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Go to https://apclassroom.collegeboard.org/d/09ovh94dz7?sui=8,1
to view the video.
Select the increment operator
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select the decrement operator.
3.
OPEN ENDED QUESTION
3 mins • 1 pt
What is the output?
public class CompOpsDemo{
public static void main(String[] args){
int x = 2;
int y = 7;
x++;
y--;
System.out.print(x +" ");
System.out.println(y);
}
}
Evaluate responses using AI:
OFF
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output?
int a = 5;
int x = 10 + a++;
System.out.print(x+ " ");
System.out.println(a);
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output?
int a = 12;
int x = 8 + a--;
System.out.println (a +" "+ x);
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?