All formulas in word begin with a(n) ________

A) dollar sign ($) B) equal sign (=)
C) ampersand sign (&) D) percent sign (%)

B

Computer Science & Information Technology

You might also like to view...

What section for the main body of a form displays records and usually contains all the bound controls?

A. Form Header B. Page Header C. Page Footer D. Detail

Computer Science & Information Technology

Which of the following statements about dynamic linking is false?

a) References to external functions are not resolved until a process issues calls to the functions. b) A dynamically linked program must be relinked when a library that is uses is modified. c) Shared library code can be stored separately from other program code. d) Dynamic linking saves space on secondary storage, as only a single copy of a shared library must be stored.

Computer Science & Information Technology