Unit 4 Assessment Review

Unit 4 Assessment Review

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Loops

Loops

1st - 12th Grade

20 Qs

Python while loops

Python while loops

12th Grade

20 Qs

CPU & LMC

CPU & LMC

7th - 11th Grade

20 Qs

8525 AQA GCSE 3.2.6 Data Structures

8525 AQA GCSE 3.2.6 Data Structures

10th Grade

20 Qs

Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

JavaScript Basics CodeHS

JavaScript Basics CodeHS

7th - 12th Grade

20 Qs

AQA GCSE Computer Science - 3.2.2 Programming Concepts

AQA GCSE Computer Science - 3.2.2 Programming Concepts

8th - 10th Grade

20 Qs

Creating Algorithms through Pseudocodes and Flowcharts

Creating Algorithms through Pseudocodes and Flowcharts

10th Grade - University

20 Qs

Unit 4 Assessment Review

Unit 4 Assessment Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Aziza Munem

Used 123+ 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?