lab6 Flashcards

(16 cards)

1
Q

Dimensions indicate

A

the number of rows and columns

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

To declare any variable you have to

A

declare the number of array

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

Real, dimension (2,3)::A

The example above is

A

an array of 2 dimensions

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

Note that the maximum number of dimensions is

A

7

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

Note that the maximum number of dimensions is 7, this is used for

A

research purposes and many other sectors

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

Note that the maximum number of dimensions is 7, this is used for research purposes and many other sectors, for meteorological purposes

A

4 dimensions are more commonly used

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

Real, dimension(3,4,5,10)::temp

Temp(i,j,l,t)

A

Where i and j are the horizontal dimensions, l is levels and t is time.

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

Any array must be declared. The type can be

A

integer or real or character

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

initialization of array

A

Done by filling the array one by one

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

Note that the symbol “&” allows you to

A

continue writing in a new line, it makes the program consider the line ending with the symbol and starting with it as one.

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

The program fills the spaces

A

vertically not horizontally

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

array allocation

A

Used when you don’t previously know the dimension of the array

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

Integer =

A

32 bit

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

Real =

A

64 bit

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

String =

A

64 bit

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

Complex =