APCSP ALGORITHM (VOCAB)
star
star
star
star
star
Last updated 3 months ago
11 questions
1
What term describes a group of related data elements, like lists or dictionaries?
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?
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?
What describes data structures that cannot be changed after creation?
1
What is a unique identifier used to access values in a dictionary called?
What is a unique identifier used to access values in a dictionary called?
1
In a dictionary, each entry is called a ___.
In a dictionary, each entry is called a ___.
1
What term describes a list or dictionary that contains other data structures within it?
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?
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?
What term refers to accessing a specific element in a dictionary by its key?
1
What operation removes an item from a list collection?
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?
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?
What term describes a list or dictionary that can change size as elements are added or removed?