______ software is an application that enables users to enter typed text or handwritten comments on a page.

A. Memo writer
B. Word processing
C. Note taking
D. Text editor


Answer: C

Computer Science & Information Technology

You might also like to view...

You are responsible for the integration testing of a system that encrypts network traffic. This system includes a key generator subsystem that uses random numbers. During integration testing, you use a stub implementation of the key generator that produces a predictable result. However, for the release version of the system, you want to substitute the stub implementation with the random implementation, so that the generated keys are not predictable to an outsider. Implement a test infrastructure using one of the design patterns described in Chapter 8, Object Design: Reusing Pattern Solutions to enable the exchange of these two key generator implementations at run time. Justify your choice.

What will be an ideal response?

Computer Science & Information Technology

Because submacros cannot be executed from the ________, the process can be made easier by assigning keys to each submacro so reports can be printed by pressing keys on the keyboard

A) Macro Tools Design tab B) Navigation Pane C) Action Catalog D) navigation form

Computer Science & Information Technology

Which of the following is FALSE about sparklines?

A) Sparklines display in a single cell. B) Sparklines do not include an axis label. C) Sparklines include an automatically-created chart title. D) Sparklines present a condensed, simple visual illustration of data.

Computer Science & Information Technology

If you do not want an element to be moved with CSS positioning, assign a value of ____ to the position property.

A. absolute B. fixed C. relative D. static

Computer Science & Information Technology