unit 6 Flashcards

(7 cards)

1
Q

list

A

a collection of data items that are ordered where each item is started at a specific position

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

element

A

an individual value in a list is assigned a unique index

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

index

A

a method used to reference an element in a list or string using numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

literation

A

a repetitive portion of an algorithm that repeats a specified number of lines or until conditions are met.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

infinite loops

A

occurs when the ending condition in a loop never evaluates to true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

transversal

A

the process of accessing each item in a list one at a time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

data abstraction

A

managing complexity in programs by giving a collection of data a name without referencing specific details of its repersentation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly