Com Sci Collection Terms

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

Collection

an arbitrary group of data items

2
New cards

Mutable

able to be altered or changed or 'mutated'

3
New cards

List

an ordered, indexed, mutable collection that allows duplicate elements of any type

4
New cards

Tuple

an ordered, indexed, immutable collection that allows duplicate elements of any type

5
New cards

Array

an ordered, indexed, mutable collection that allows duplicate elements of the same type

6
New cards

Set

an unordered, unindexed, mutable collection of the same type that does not allow duplicate elements

7
New cards

String

an ordered, indexed, immutable collection of characters that behave as a single data item

8
New cards

Dictionary

an unordered, indexed, mutable collection of paired keys and values