untitled

untitled

10th - 12th Grade

48 Qs

quiz-placeholder

Similar activities

Mobile CSP - Unit 3 - Vocab

Mobile CSP - Unit 3 - Vocab

10th - 12th Grade

44 Qs

ITX202 - Database Basics

ITX202 - Database Basics

11th Grade

50 Qs

FIBER OPTIK SMK DBS

FIBER OPTIK SMK DBS

12th Grade

51 Qs

UJIAN AKHIR SEKOLAH PWPB RPL

UJIAN AKHIR SEKOLAH PWPB RPL

12th Grade

50 Qs

STARTER - 1D Array Test

STARTER - 1D Array Test

9th - 12th Grade

48 Qs

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

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

12th Grade

50 Qs

COMPUTER 10 -QUIZ REVIEW (FIRST TERM)2025-2026

COMPUTER 10 -QUIZ REVIEW (FIRST TERM)2025-2026

10th Grade

45 Qs

CS1 Final

CS1 Final

9th - 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?