APCSP ALGORITHM (VOCAB)

Last updated 3 months ago
11 questions
1

What term describes a group of related data elements, like lists or dictionaries?

1

What is the process of accessing an item in a collection by its position called?

1

What describes data structures that cannot be changed after creation?

1

What is a unique identifier used to access values in a dictionary called?

1

In a dictionary, each entry is called a ___.

1

What term describes a list or dictionary that contains other data structures within it?

1

What is it called when you iterate over each element in a collection?

1

What term refers to accessing a specific element in a dictionary by its key?

1

What operation removes an item from a list collection?

1

What is it called when you add an element to the end of a list?

1

What term describes a list or dictionary that can change size as elements are added or removed?