Search Header Logo

LO13 Lesson 8 Loops

Authored by Samantha Cassia

Computers

10th Grade

Used 3+ times

LO13 Lesson 8 Loops
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is iteration known as?

Looping
Crashing
Repeating

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Why is iteration important?

It determines the order in which instructions are carried out
It allows code to be simplified by removing duplicated steps
It allows multiple paths through a program

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following best describes the purpose of a for loop?

A for loop is for doing something an indeterminate number of times.

A for loop is doing something an infinite number of times.

A for loop is for doing something a fixed number of times.

A for loop is for doing something three times.

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following best describes the while loop?

A loop that always executes at least once, regardless of the condition.

A loop that repeats a block of code as long as a specified condition is true.

A loop that executes a specific number of times.

A loop that is used exclusively for iterating over elements in a list.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the range() function do in a for loop?

Creates a copy of the list

Filters elements in a list

Reverses the order of elements

Generates a sequence of numbers

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

How many times does the following program print the word ‘computer’?

5
6
1
0

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following programs prints ten lines?

for i in range(10):

print("hi")

for i = 1 to 10:

print("hi")

for i in 1 - 10:

print("hi")

for i from 0 to 9:

print("hi")

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?