two dimensional arrays

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/5

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.

6 Terms

1
New cards

What is a two dimensional array like?

A list of lists

2
New cards

What is a two dimensional array?

A one-dimensonal array where each element is a one-dimensional array.

3
New cards

What can you visualise a two dimensional array to look like?

A table/grid

4
New cards

What is each position of an element written like? (a and b)

[a,b] or [a][b]

5
New cards

What does the a of [a,b] represent?

The position of the one dimensional list that the element is in (row)

6
New cards

What does the b of [a,b] represent?

It’s position within that one dimensional list. (column)