Section 1 Chapter 4 - Arrays Flashcards

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

Elementary data type

A

Built in, basic types e.g. int, char

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

Structured data type

A

non elementary e.g. string, array

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

Array

A

Finite, ordered set of one type

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

How to represent a vector

A

1d array

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

How to represent a matrix

A

2d array

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

What a n-dimensional array is

A

A set of elements of the same data type that are indexed by a tuple of n integers

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

Tuple

A

Ordered list of elements

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