In A1,A2 and A3 relatively input these numbers: 1,2, and 3. What would be the result of the function: =MIN(A1:A3, "e") Select one:

a. 2
b. 1
c. 3
d. An Error


d. An Error

Computer Science & Information Technology

You might also like to view...

IP fragmentation enables a larger packet to be automatically fragmented into smaller packets to cross a link that supports a smaller MTU. Which of the following devices performs this fragmentation?

A. token B. router C. repeater D. cable modem

Computer Science & Information Technology

The ____________________ object is used to write lines of text to a file.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. A connector symbol must be placed at the exit point of a DOWHILE loop just as it is placed at the exit point of an IFTHENELSE control structure. 2. A preparation symbol should be used in a program flowchart to initialize a counter prior to entering a loop. 3. To create a properly formed DOWHILE loop you must place the loop steps in the YES path of the loop. 4. To create a properly formed DOWHILE loop you must place the loop test after all other steps within the loop. 5. A counter used to control a loop can be either incremented or decremented.

Computer Science & Information Technology

In the UML, the top compartment of the rectangle modeling a class contains:

a. The class’s name. b. The class’s attributes. c. The class’s behaviors. d. All of the above.

Computer Science & Information Technology