Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

APCSP ALGORITHM (VOCAB)

star
star
star
star
star
Posljednje ažuriranje 10 months ago
11
1
1
1
1
1
1
1
1
1
1
1
Pitanje 1
1.

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

Pitanje 2
2.

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

Pitanje 3
3.

What describes data structures that cannot be changed after creation?

Pitanje 4
4.

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

Pitanje 5
5.

In a dictionary, each entry is called a ___.

Pitanje 6
6.

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

Pitanje 7
7.

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

Pitanje 8
8.

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

Pitanje 9
9.

What operation removes an item from a list collection?

Pitanje 10
10.

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

Pitanje 11
11.

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