CS Awesome Unit 4 Review

CS Awesome Unit 4 Review

9th - 12th Grade

46 Qs

quiz-placeholder

Similar activities

KISI2 PTS GNP Pemrograman Dasarrr

KISI2 PTS GNP Pemrograman Dasarrr

10th Grade

50 Qs

simulasi digital SMK

simulasi digital SMK

10th Grade

50 Qs

TIN HỌC 10 ÔN TẬP KÌ 1

TIN HỌC 10 ÔN TẬP KÌ 1

12th Grade

49 Qs

pendalaman materi 10 jari agustus

pendalaman materi 10 jari agustus

12th Grade

50 Qs

9th Powerpoint

9th Powerpoint

9th Grade

50 Qs

Year 9 end of year assessment

Year 9 end of year assessment

10th Grade

45 Qs

LESSON 3 AND 4 (Individual quiz)

LESSON 3 AND 4 (Individual quiz)

12th Grade

43 Qs

CS Awesome Unit 4 Review

CS Awesome Unit 4 Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Myra Deister

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

46 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output?


int a = 1, b = 2;

System.out.println(++a+”,”+b++);

1,2

2,2

2,3

3,3

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the following program segment display?


for(int a = 2; a <= 10; a += 3)

System.out.print(a+””);

2 5 8

2 5

2 5 8 11

2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is each repetition of a loop known as?

cycle

revlolution

orbit

iteration

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is a variable that controls the number of iterations performed by a loop.

loop control variable

accumulator

iteration register variable

repetition meter

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This type of loop has no way of ending and repeats until the program is interrupted.

a. indeterminate

b. interminable

c. infinite

d. timeless

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This expression executes at the end of each iteration of the for loop.

a. initialization expression

b. test expression

c. update expression

d. statement block

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This expression is executed by the for loop only once, regardless of the number of iterations.

a. initialization expression

b. test expression

c. update expression

d. preincrement expression

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?