To find every occurrence of a specific word or phrase in a document, click in the ____ Document box in the Navigation Pane, and then type the word or phrase.
A. Find
B. Replace
C. Scan
D. Search
Answer: D
You might also like to view...
IPv6 completely drops the idea of broadcast addresses, replacing it with the idea of multicast.
Answer the following statement true (T) or false (F)
Give code to assign the string "Wilbur's brother Orville" to the member item of the variable to which head points. Hint: you need a function declared in cstring.
``` const int STRING_SIZE = 20; struct ListNode { char item[STRING_SIZE]; int count; ListNode *link; }; ListNode *head = new ListNode; ```
Steve, a graphics designer, uses a dual core system for work. He uses different types of photo editing software that have slowed down the processing speed of his computer. He believes rearranging data on the hard drive will help the computer work faster. Which of the following processes can help improve the computer's efficiency??
A. ?Optimization B. ?Virtualization C. ?Emulation D. ?Segmentation
Which type of software must include the source code, which allows programmers to modify and improve the software?
A. Shareware B. Freeware C. Open source D. Public domain