untitled

untitled

10th - 12th Grade

48 Qs

quiz-placeholder

Similar activities

CS1 Final

CS1 Final

9th - 12th Grade

50 Qs

XII - CS - Lesson 9 - List and Tuple - Quiz 5

XII - CS - Lesson 9 - List and Tuple - Quiz 5

12th Grade

50 Qs

PLTW CSE Essentials Review

PLTW CSE Essentials Review

8th - 12th Grade

50 Qs

Yr10

Yr10

10th Grade

50 Qs

Yr11

Yr11

11th Grade

50 Qs

Python Strings and Lists

Python Strings and Lists

11th - 12th Grade

43 Qs

Test

Test

12th Grade

45 Qs

Final Exam

Final Exam

12th Grade

50 Qs

untitled

untitled

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Megan Cullen

FREE Resource

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which of the following will result in ONLY all the items in list being printed to the console if placed where the program reads <INSERT CODE> and the program is run?

i < list[list.length]

i < list.length

i < list[0]

i < list[1]

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be displayed in the console when the following program runs?

0 2 4 6

0 2 4

2 4 6

The program will result in an infinite loop.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Repeating a task multiple times in programming is known as ?

Iterators

Scope

Looping

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you create a list?

You create a list with parentheses and a semicolon

You create a list by creating a variable and using brackets

Create a list by using a loop

Creating a list by using a For loop, specifically

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What are some commands to edit your list? Check all that apply.

appendItem

removeItem

insertItem

addItem

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What can a list contain? Check all that apply.

Loops

Functions

Strings

Numbers

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An ordered collection of elements is a....

Loop

Command

Variable

List

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?