Loops, Lists, Traversals test

Loops, Lists, Traversals test

11th Grade

18 Qs

quiz-placeholder

Similar activities

Python Drill 1

Python Drill 1

7th - 12th Grade

20 Qs

KS4 Python While Loops and For Loops

KS4 Python While Loops and For Loops

9th - 11th Grade

13 Qs

Lists in Python

Lists in Python

11th - 12th Grade

20 Qs

Principles of Computer Science

Principles of Computer Science

10th - 12th Grade

20 Qs

GCSE Python Programming Basics

GCSE Python Programming Basics

11th Grade

23 Qs

AP CSP Unit 10

AP CSP Unit 10

9th - 12th Grade

15 Qs

Code.org AP CSP

Code.org AP CSP

9th - 12th Grade

17 Qs

Code.org Unit 6 Discoveries

Code.org Unit 6 Discoveries

9th - 12th Grade

17 Qs

Loops, Lists, Traversals test

Loops, Lists, Traversals test

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Wayground Content

Used 1+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A common method for referencing the elements in a list using numbers

index

pointer

reference

iterator

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

the process of accessing each item in a list one at a time

Traversal

Iteration

Selection

Sorting

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Before you use data in your app, you must ______ it.

Export

Import

Delete

Analyze

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

a repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met.

Recursion

Iteration

Function

Variable

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An ordered collection of elements is a....

Array

Set

List

Map

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The first item in a list has an index of .....

-1

1

0

2

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you create a list?

By creating a variable and using brackets.

By using a function to append items.

By defining a class and instantiating it.

By using a loop to iterate through elements.

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?