AP CSP UNit 6 - Lists loops and Traversals

AP CSP UNit 6 - Lists loops and Traversals

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

36 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the definition of a List?

Back

An ordered collection of elements

2.

FLASHCARD QUESTION

Front

Which of the following creates a list in the code? var aList( ), aList{ } , var aList[ ], aList: ;

Back

aList{ }

3.

FLASHCARD QUESTION

Front

Which command adds an element to the end of the list? Options: append.list(element), append.Item(list, element), list.append(), (element)append

Back

append.Item(list, element)

4.

FLASHCARD QUESTION

Front

An Element is an individual value in a list that is assigned a unique index

Back

True

5.

FLASHCARD QUESTION

Front

The length of a list is how many elements it contains. Lists can grow or shrink as elements are added or removed, but the length of the list does not change.

Back

False

6.

FLASHCARD QUESTION

Front

What is the value at index 1? Options: 74, 53, 22, favNums

Back

53

7.

FLASHCARD QUESTION

Front

What code do we use to up the "counter" variable by 1 each time we traverse through a "for" loop? Options: Var i = i + 1, i = 0, i ++, i +

Back

i ++

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?