To select an entire document ____.

A. double-click it
B. triple-click it
C. press [Ctrl] [A]
D. press [Ctrl] [S]


Answer: C

Computer Science & Information Technology

You might also like to view...

There are two common classes used for reading from a text file. They are:

a. PrintWriter and BufferedReader b. FileInputStream and Scanner c. BufferedReader and Scanner d. None of the above

Computer Science & Information Technology

Write the code segment required to print the integer member item of each node in a linked list.

Refer to the following declarations ``` struct node { int item; node *link; } node *p, *head, *last; int saveItem; ```

Computer Science & Information Technology

Which of the following is NOT true when resizing and managing controls?

A) Controls can be resized to make the form more user friendly. B) When you create a form using the wizard, the order that you choose the fields in the wizard step is the order the fields are added to the form. C) Once the control is selected you can move it or resize it. D) When you click a control in Form view, an orange border appears around the control.

Computer Science & Information Technology

A __________ filtering firewall can react to an emergent event and update or create rules to deal with the event.

A. dynamic B. static C. stateful D. stateless

Computer Science & Information Technology