Case WDX 5-1Brad works in the Human Resources department of a large corporation. His supervisor asked him to create a form for new employees to complete during orientation. Brad wants to add instructions about what to enter in one of the fields. Which button should he click to do that?

A. Add Help Text button
B. Design Mode
C. Restrict Editing
D. Field Settings


Answer: A

Computer Science & Information Technology

You might also like to view...

Exception handling may allow a program to:

a. Terminate in a controlled manner. b. Be more robust and fault-tolerant. c. Continue executing as if no problem was encountered. d. All of the above.

Computer Science & Information Technology

Assume array items contains the integer values 0, 2, 4, 6 and 8. Which of the following uses the enhanced for loop to display each value in array items?

a. for (int i = 0; i < items.length; i++) System.out.prinf("%d%n", items[i]); b. for (int i : items) System.out.prinf("%d%n", items[i]); c. for (int i : items) System.out.prinf("%d%n", i); d. for (int i = 0 : items.length) System.out.prinf("%d%n", items[i]);

Computer Science & Information Technology

Most modern networks use some variation of this topology.

A. Bus B. Ring C. Star

Computer Science & Information Technology

If 10 users can run programs at the same time on the same computer, it is known as multi-tasking.

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

Computer Science & Information Technology