Loops, Lists, Traversals test

Loops, Lists, Traversals test

11th Grade

18 Qs

quiz-placeholder

Similar activities

2.2.1 Programming techniques

2.2.1 Programming techniques

11th Grade

20 Qs

Loops Exam

Loops Exam

11th Grade

16 Qs

iGCSE Computer Science: Problem Solving

iGCSE Computer Science: Problem Solving

9th - 12th Grade

20 Qs

GCSE Computer Science - Python Programming Concepts

GCSE Computer Science - Python Programming Concepts

9th - 11th Grade

17 Qs

KS4 Python While Loops and For Loops

KS4 Python While Loops and For Loops

9th - 11th Grade

13 Qs

Python -Iteration (loops)

Python -Iteration (loops)

7th - 12th Grade

20 Qs

Subroutines

Subroutines

9th - 11th Grade

16 Qs

CS J277 Unit 7 Programming

CS J277 Unit 7 Programming

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?