Loops

Loops

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Iteration

Iteration

6th Grade

10 Qs

Code Combat JavaScript Quiz

Code Combat JavaScript Quiz

4th - 8th Grade

13 Qs

Activity 23: Conditionals Quiz

Activity 23: Conditionals Quiz

6th - 8th Grade

12 Qs

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

Express Course 6th

Express Course 6th

5th - 12th Grade

13 Qs

FOR LOOPS and Angles with Tracy (PYTHON)

FOR LOOPS and Angles with Tracy (PYTHON)

7th - 8th Grade

10 Qs

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 Qs

Loops (Python)

Loops (Python)

8th Grade

12 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