Loops, Lists, Traversals test

Loops, Lists, Traversals test

11th Grade

18 Qs

quiz-placeholder

Similar activities

GCSE OCR Python Paper 2 Basics

GCSE OCR Python Paper 2 Basics

11th Grade

18 Qs

Flow Charts

Flow Charts

9th - 12th Grade

22 Qs

Code.org Unit 6 Principles Review

Code.org Unit 6 Principles Review

9th - 12th Grade

17 Qs

CS J277 Unit 7 Programming

CS J277 Unit 7 Programming

11th Grade

20 Qs

WHILE Loops yr 9

WHILE Loops yr 9

9th - 12th Grade

13 Qs

AP CSP BI 3

AP CSP BI 3

9th - 12th Grade

13 Qs

Loops and trace tables

Loops and trace tables

11th Grade

13 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

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