Search Header Logo

Topic 1.4 Video 2

Authored by Myra Deister

Computers

11th Grade

Used 1+ times

Topic 1.4 Video 2
AI

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);

15 5
16 6
15 6
16 5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output?

int a = 12;

int x = 8 + a--;

System.out.println (a +" "+ x);

11 20
12 20
11 21
12 21

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?