Loops, Lists, Traversals test

Loops, Lists, Traversals test

11th Grade

18 Qs

quiz-placeholder

Similar activities

Loops

Loops

5th - 12th Grade

16 Qs

1.1.5 CSE Iteration and Loops

1.1.5 CSE Iteration and Loops

9th - 12th Grade

14 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

Unit 5 Quiz - Loops & Lists (code.org)

Unit 5 Quiz - Loops & Lists (code.org)

10th - 12th Grade

20 Qs

Loops, Lists, Traversals test

Loops, Lists, Traversals test

11th Grade

20 Qs

Recursion in Java

Recursion in Java

11th - 12th Grade

15 Qs

KS4 Python While Loops and For Loops

KS4 Python While Loops and For Loops

9th - 11th Grade

13 Qs

Iteration

Iteration

11th Grade

20 Qs

Loops, Lists, Traversals test

Loops, Lists, Traversals test

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Quizizz 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?