Unit 4 Assessment Review

Unit 4 Assessment Review

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Google Sheets

Google Sheets

12th Grade

21 Qs

Berpikir Komputasional

Berpikir Komputasional

10th Grade

20 Qs

Latihan PSAS Kelas 9

Latihan PSAS Kelas 9

9th Grade - University

20 Qs

Google Docs Basics Quiz

Google Docs Basics Quiz

9th Grade

20 Qs

Advantages and Disadvantages of Collecting Data

Advantages and Disadvantages of Collecting Data

10th Grade

20 Qs

TO PAS AIJ

TO PAS AIJ

11th Grade

20 Qs

Pretest TIK

Pretest TIK

10th Grade

20 Qs

Pointers

Pointers

12th Grade

20 Qs

Unit 4 Assessment Review

Unit 4 Assessment Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Aziza Munem

Used 124+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the last thing printed by the following program?

10

20

30

60

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We want to simulate constantly flipping a coin until we get 3 heads in a row. What kind of loop should we use?

For Loop

While Loop

Loop and a half

Infinite Loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times will the following program print "hello"?

10

11

9

This code will loop infinitely

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The following code continually asks the user for a password until they guess the correct password, then ends. But there is one problem.

Which of the following will fix this program?

Change the True in line 3 to be password != SECRET_PASSWORD so that the program doesn’t loop infinitely

Change the True in line 3 to be password == SECRET_PASSWORD so that the program doesn’t loop infinitely

Add a break; statement after line 6 so that the program doesn’t loop infinitely

Put line 7 inside of an else statement

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the following program print when run?

4

5

4

5

6

5

4

6

5

4

0

2

6

4

6

5

6

5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the value of the boolean variable can_vote at the end of this program?

True

False

Yes

none, there is a syntax error in this code

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of this program?

0

5

True

Nothing will print

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?

Discover more resources for Computers