A border:

A) is data from another cell that is only temporarily residing in an active cell.
B) never prints.
C) is preset and weight cannot be adjusted.
D) is a line that surrounds a cell or a range of cells.


D

Computer Science & Information Technology

You might also like to view...

Each module starts with a ____ section, which contains statements that apply to all procedures in the module.

A. Standard B. Declarations C. Class D. Local

Computer Science & Information Technology

Online courses are supported by the use of ________ programs such as Blackboard

Fill in the blank(s) with correct word

Computer Science & Information Technology

Computers which are under the external control of a hacker are known as:

A. extranets B. nodes C. worms D. zombies

Computer Science & Information Technology

how many lines will be output if the following records are input?

Given the following pseudocode: ``` Start FINAL-ACCUM = 0 NAME-ACCUM = 0 Read NAME, AMT SAVE-NAME = NAME DOWHILE not EOF IF NAME ? SAVE-NAME THEN Write NAME-ACCUM FINAL-ACCUM = FINAL-ACCUM + NAME-ACCUM NAME-ACCUM = 0 SAVE-NAME = NAME ELSE Write NAME, AMT NAME-ACCUM = NAME-ACCUM + AMT ENDIF Read NAME, AMT ENDDO Write FINAL-ACCUM Stop ``` John 20.00 John 30.00 Mary 10.00 Mary 6.00 Sue 8.00 Sue 5.00 a) 7 b) 9 c) 10 d) 11

Computer Science & Information Technology