Module 09 - For Loops

Module 09 - For Loops

10th Grade

10 Qs

quiz-placeholder

Similar activities

Banana Tales Lessons 3 & 4 Vocabulary

Banana Tales Lessons 3 & 4 Vocabulary

3rd Grade - University

10 Qs

Sequential and Binary Search

Sequential and Binary Search

10th - 12th Grade

12 Qs

Y9 Term 2 Baseline

Y9 Term 2 Baseline

10th Grade

15 Qs

Pseudocode WHILE Loops

Pseudocode WHILE Loops

10th - 12th Grade

10 Qs

MIT App Inventor Basics

MIT App Inventor Basics

9th - 12th Grade

10 Qs

OOP Review

OOP Review

10th Grade

8 Qs

Python Lists

Python Lists

10th Grade

14 Qs

Java ArrayLists

Java ArrayLists

10th Grade

11 Qs

Module 09 - For Loops

Module 09 - For Loops

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Casey Devet

Used 1+ times

FREE Resource

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()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?