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

Cmu Cs Academy Variables

Cmu Cs Academy Variables

9th Grade

9 Qs

JAVA Quiz : Rentetan (2)

JAVA Quiz : Rentetan (2)

11th Grade

15 Qs

Code.org Unit 8

Code.org Unit 8

10th - 12th Grade

12 Qs

G10_C++_Arrays

G10_C++_Arrays

9th - 11th Grade

12 Qs

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

8.2 Arrays Cambridge IGCSE 0478

8.2 Arrays Cambridge IGCSE 0478

10th Grade - University

10 Qs

POST-TEST (X-8)

POST-TEST (X-8)

10th Grade - University

10 Qs

Python Arrays Quiz P7

Python Arrays Quiz P7

11th 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?