Search Header Logo

Module 09 - For Loops

Authored by Casey Devet

Computers

10th Grade

Used 1+ times

Module 09 - For 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

Which structure should you use if you want to do something with each of the elements of a list?

for loop

while loop

if statement

else clause

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

This for loop is supposed to print each name in the list called "students", but there are some issues.


Which of the following does NOT need to be changed to make this code work properly?

The second line needs to be indented.

Use "in" instead of "from"

Add a colon (:) at the end of the first line

Change "name" to "students" on the second line

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

True or False:


In a for loop, the thing after the "in" must be a list.

True

False

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

True or False:


You can put if statements inside of for loops.

True

False

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A program has a list of turtle objects called "racers". Which of the following will move all of the turtles in the list forward by 10 pixels.

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What does this code do?

Counts the number of vowels in the string variable called word

Counts the number of consonants (non-vowels) in the string variable called word

Counts the total number of letters in the string variable called word

Counts the number of lowercase letters in the string variable called word

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which function allows us to loop through two lists at the same time?

for()

zip()

range()

list()

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?