A text value in Excel is also referred to as a ________

A) constant B) label C) cell address D) formula


B

Computer Science & Information Technology

You might also like to view...

Which mailx command displays all commands that can be issued at the interactive prompt?

A. list B. type C. r D. headers

Computer Science & Information Technology

If your default e-mail client is ________, you can send a presentation file directly from PowerPoint

A) Hotmail B) Gmail C) Outlook D) Yahoo!

Computer Science & Information Technology

What operation does the following algorithm describe?Algorithm aHeapOperation (heap, size)   set walker to 1   loop (walker < size)      reheapUp(heap, walker)      increment walker   end loopend aHeapOperation

A. build heap B. insert heap C. reheap up D. reheap down

Computer Science & Information Technology

When designing a program using the three-tier approach, a primary rule is that classes in the presentation tier can communicate only with classes in the ____ tier.

A. business B. data access C. persistence D. validation

Computer Science & Information Technology