Log in
Sign up for FREE
arrow_back
Library
APCSP ALGORITHM (VOCAB)
By ANDREW BENYEOGOR
star
star
star
star
star
Share
share
Last updated 8 months ago
11 questions
Add this activity
1
1
1
1
1
1
1
1
1
1
1
Question 1
1.
Question 2
2.
Question 3
3.
Question 4
4.
Question 5
5.
Question 6
6.
Question 7
7.
Question 8
8.
Question 9
9.
Question 10
10.
Question 11
11.
What term describes a group of related data elements, like lists or dictionaries?
Element
Collection
Index
What is the process of accessing an item in a collection by its position called?
Indexing
Popping
Mapping
What describes data structures that cannot be changed after creation?
Mutable
Immutable
Traversable
What is a unique identifier used to access values in a dictionary called?
Key
Element
Pop
In a dictionary, each entry is called a ___.
Key-Value Pair
Index
Comprehension
What term describes a list or dictionary that contains other data structures within it?
Filtered Structure
Nested Structure
Associative Array
What is it called when you iterate over each element in a collection?
Traversing
Hashing
Filtering
What term refers to accessing a specific element in a dictionary by its key?
Default
Look-Up
Insert
What operation removes an item from a list collection?
pop
append
map
What is it called when you add an element to the end of a list?
Insert
Filter
Append
What term describes a list or dictionary that can change size as elements are added or removed?
Indexed
Mutable
Dynamic Sizing