Chapter 7: Loops

Chapter 7: Loops

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Java Loops

Java Loops

9th - 12th Grade

12 Qs

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 Qs

C# Loops (All)

C# Loops (All)

9th - 12th Grade

15 Qs

Pseudocode WHILE Loops

Pseudocode WHILE Loops

10th - 12th Grade

10 Qs

Loops

Loops

9th - 12th Grade

10 Qs

Python Iteration

Python Iteration

10th Grade

13 Qs

FOR Loops Python

FOR Loops Python

9th - 12th Grade

12 Qs

while loop

while loop

9th Grade

10 Qs

Chapter 7: Loops

Chapter 7: Loops

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Daniel Vega

Used 20+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Running the same code multiple times is called...

repetition

being on a roll

iteration

redundant

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Look at the following loop:


The expression in the parentheses is called the ...

condition

return type

body

object

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Look at the following code:


The statements in braces are called the...

condition

output

parameters

body

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the increment operator?

+

++

**

--

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the decrement operator?

**

-

--

++

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the following for loop. How many times will this run?

5

4

3

2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following loop?

$$$$$$

$$$$$

$$$$

$$

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?