Data structure

0.0(0)
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

List []

indexed (ordered), changeable, and can duplicate members

2
New cards

Tuple ()

indexed(orded), but unchangeable. Can duplicate

3
New cards

Set {}

Unordered (not indexed), unchangeable (cannot remove or add items), cannot duplicate

4
New cards

Dictionary {}

Ordered and changeable but cannot duplicate keys

5
New cards

Breakpoint

stops program at a line

6
New cards

watch

displays variables

7
New cards

step

stepping through program line by line

8
New cards

trace

tracing execution by displaying message at statement/subroutine called