Guided Note 5.3 For Loop and List

Guided Note 5.3 For Loop and List

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Python Lists

Python Lists

9th - 12th Grade

15 Qs

CodeHS Unit 8

CodeHS Unit 8

10th - 12th Grade

12 Qs

Computer Science - Python

Computer Science - Python

9th - 12th Grade

15 Qs

Unit 6 Vocabulary

Unit 6 Vocabulary

10th - 12th Grade

10 Qs

2.1.3 CSE Arrays

2.1.3 CSE Arrays

9th - 12th Grade

9 Qs

Chapter 10 Quiz on Lists

Chapter 10 Quiz on Lists

9th Grade

10 Qs

Arrays

Arrays

KG - University

10 Qs

Loops Python

Loops Python

9th Grade

15 Qs

Guided Note 5.3 For Loop and List

Guided Note 5.3 For Loop and List

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Zhumaniiaz Mamataliev

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For loops are also really helpful when combined with other ____ ______ such as lists.

data structures

data types

variables

while

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the video in KIRA 5.3 Section, Jagriti was using a list of different circle ____ values.

radius

diameter

area

circumference

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the video in KIRA 5.3 Section, Jagriti changed the radius variable in the for loop to ____.

increase

decrease

iterate

reset

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For loops can be used to print the items in the list and the item ____ as well.

index

value

type

length

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

‘i’ is the iterator and the ___ of list items.

index

value

type

length

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The enumerate function takes the list as the ______ and returns tuples containing the ___ and the ____ at that index.

input, index, value

output, value, index

input, value, index

output, index, value

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The range function gave us the ____ of the list and not the value.

index

length

type

position

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?