Data structure

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 7

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

8 Terms

1

List []

indexed (ordered), changeable, and can duplicate members

New cards
2

Tuple ()

indexed(orded), but unchangeable. Can duplicate

New cards
3

Set {}

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

New cards
4

Dictionary {}

Ordered and changeable but cannot duplicate keys

New cards
5

Breakpoint

stops program at a line

New cards
6

watch

displays variables

New cards
7

step

stepping through program line by line

New cards
8

trace

tracing execution by displaying message at statement/subroutine called

New cards
robot