Code.org Express Course -> Lesson 12

Code.org Express Course -> Lesson 12

Assessment

Flashcard

Computers

5th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

6 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a loop called when it sits inside another loop?

Back

Nested loop

2.

FLASHCARD QUESTION

Front

In what order does code process information if it has a nested loop under another loop?

Back

The first loop iterates once, the nested loop iterates until it's finished, the first loop iterates once more, and the nested loop repeats itself and iterates until finished.

3.

FLASHCARD QUESTION

Front

Select the problem that this code will solve.

Back

Media Image

4.

FLASHCARD QUESTION

Front

Select the problem that this code will solve. Options: All of these, None of these

Back

Media Image

5.

FLASHCARD QUESTION

Front

Select the problem that this code will solve. Options: All of these, None of these

Back

Media Image

6.

FLASHCARD QUESTION

Front

the action of doing something over and over again

Back

loop