Chapter 10 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

array

A

A data structure whose elements are accessed by means of index positions. (341)

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

element

A

A data item stored in an array. (342)

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

enhanced for loop

A

A special type of for loop that traverses an array or array list from beginning to end, binding a local variable to each element in the array or list. (354)

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

index

A

The relative position of the elements of an array. (342)

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

initializer list

A

A means of expressing a set of data that can be assigned to the cells of an array in one statement. (349)

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

logical size

A

The number of data items actually available in a data structure at a given time. (350)

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

parallel arrays

A

Arrays of the same length whose elements are paired in some logical relationship. (353)

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

physical size

A

The number of memory units available for storing data items in a data structure. (350)

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

procedural decomposition

A

The process of dividing a complex task into simpler tasks that can be solved with methods. (365)

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

range-bound error

A

The situation that occurs when an attempt is made to use an array index value that is less than 0 or greater than or equal to the size of the array. (343)

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

structure chart

A

A diagram that shows the dependencies among cooperating methods in a program. (365)

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

subscript

A

The relative position of the elements of an array. (342)

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