Loops

Loops

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Computing Creative Design Quiz

Computing Creative Design Quiz

2nd Grade - University

11 Qs

Hour of Code

Hour of Code

6th - 12th Grade

12 Qs

Loops and Conditionals

Loops and Conditionals

5th - 6th Grade

10 Qs

Programming - Selection in an Algorithm

Programming - Selection in an Algorithm

1st - 11th Grade

10 Qs

Coding Vocabulary

Coding Vocabulary

4th - 6th Grade

13 Qs

Code.org Express Course Vocab Lessons 1-10

Code.org Express Course Vocab Lessons 1-10

6th Grade

13 Qs

BrainPOP Loops

BrainPOP Loops

8th Grade

10 Qs

Loops

Loops

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Thaddeus Obunga

Used 9+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following words has the same meaning as LOOPS in programming?

Selection

Repetition

Sequence

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the purpose of LOOPS in programming?

Play games

Write data to files

Repeat an action or repeat sections of code

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

FOR.... Loop is one of the structures used in Python to write repetition code (True/False)

True

False

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

with loops, you have to write very long codes that repeat some actions (True/False)

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

FOR...loops let programmers repeat code a specific number of times (True/False)

True

False

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

You can use a loop to _____________ code even 7,000 times.

Select

Repeat

Debug

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Each time a loop repeats is called an.....................

Iteration

Information

recipe

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What does this Python code do?

Input Hello World from the screen

It does nothing; there is an error

Prints "Hello World" six times on the screen