0% found this document useful (0 votes)
23 views2 pages

Respuestas de La Lista de Preguntas Del Día Anterior 1.b 2.d 3.d 4.c

The document contains the answers to a previous day's list of questions: 1. The answer to the first question is b. 2. The answer to the second question is e, as both the Build and Replace functions can output an array with the same dimension as the input. 3. The answer to the third question is d, meaning the result is indeterminate.

Uploaded by

christ9088
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views2 pages

Respuestas de La Lista de Preguntas Del Día Anterior 1.b 2.d 3.d 4.c

The document contains the answers to a previous day's list of questions: 1. The answer to the first question is b. 2. The answer to the second question is e, as both the Build and Replace functions can output an array with the same dimension as the input. 3. The answer to the third question is d, meaning the result is indeterminate.

Uploaded by

christ9088
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Respuestas de la lista de preguntas del día anterior

1.b

2.d

3.d

4.c
1. What is the result in Output Array after the following code has executed?

a. a 1-D Array of {4, 3, 0}

b. a 1-D Array of {2, 4}

c. a 1-D Array of {2, 5, 1}

d. a 1-D Array of {5, 3}

2. Which function can output an array with the same dimension as the input?

a. Initialize

b. Build

c. Index

d. Replace

e. Both b. and d.

3. In the figure below, what will Result equal when this calculation is executed?

a. 55

b. 70

c. 65

d. Indeterminate

4. All of the following statements about Arrays are true, EXCEPT:

a. Arrays may be used to store data generated in loops.

b. Array elements are not ordered.

c. Arrays may contain either Controls or Indicators, but not both.

d. Arrays group data elements of the same type.

e. All of the above statements are true

You might also like