Loops

Loops

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Scratch Animation

Scratch Animation

8th Grade

12 Qs

App Creators Lesson 2.1-2.4

App Creators Lesson 2.1-2.4

8th Grade

10 Qs

Understanding Loops

Understanding Loops

6th - 8th Grade

10 Qs

Code.org Express Course -> Lesson 16

Code.org Express Course -> Lesson 16

5th - 7th Grade

13 Qs

Lesson 6: Loops with Rey and BB-8

Lesson 6: Loops with Rey and BB-8

8th Grade - University

12 Qs

Selection Sequence Iteration

Selection Sequence Iteration

7th - 11th Grade

12 Qs

CTE Information Technology Quiz

CTE Information Technology Quiz

7th - 9th Grade

13 Qs

Code Combat Review (Python)

Code Combat Review (Python)

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