Chapter 6 – Arrays Flashcards

1
Q

array

A

.

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

indexed variable

A

.

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

subscripted variable

A

.

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

element

A

.

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

index, subscript

A

.

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

length, size

A

.

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

base type

A

.

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

square brackets [ ]

A

.

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

illegal array index

A

.

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

out of bounds

A

.

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

automatic initialization

A

.

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

indexed variable arguments

A

.

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

entire array parameters

A

.

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

length of array arguments

A

.

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

assignment with arrays

A

.

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

== with arrays

A

.

17
Q

partially filled array

A

.

18
Q

for-each loop

A

.

19
Q

vararg specification

A

.

20
Q

ellipsis

A

.

21
Q

enumerated type

A

.

22
Q

array declarations

A

.

23
Q

indexed variables

A

.

24
Q

a multi-dimensional array is an array of arrays

A

.

25
Q

ragged arrays

A

.

26
Q

array arguments

A

.

27
Q

returning an array

A

.