When you first open Word 2013, you can select from a set of templates. If you do not find a template in that set that is appropriate for your purposes, how can you access an even broader selection?

What will be an ideal response?


Word 2013's templates are searchable. Simply click in the search box above the template collection, type one or more search terms, and press Enter. Then select from additional categories of templates.

Computer Science & Information Technology

You might also like to view...

Based on the dangling-else discussion, modify the given code to produce the output shown in each part of the problem. Use proper indentation techniques. You must not make any additional changes other than inserting braces. We eliminated the indentation from the following code to make the problem more challenging. [Note: It’s possible that no modification is necessary.]

``` if (y == 8) if (x == 5) Console.WriteLine("@@@@@"); else Console.WriteLine("#####"); Console.WriteLine("$$$$$"); Console.WriteLine("&&&&&"); ``` a) Assuming that x = 5 and y = 8, the following output is produced: @@@@@ $$$$$ &&&&& b) Assuming that x = 5 and y = 8, the following output is produced: @@@@@ c) Assuming that x = 5 and y = 8, the following output is produced: @@@@@ &&&&& d) Assuming that x = 5 and y = 7, the following output is produced. ##### $$$$$ &&&&&

Computer Science & Information Technology

The organization that supervises Internet addressing is ARPANET.

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

Computer Science & Information Technology

AC Case 5-1Ms. West is a fourth grade teacher in a self-contained classroom. She keeps track of her students' attendence, homework, projects, and scores in an Access database. At the end of the year, she wants to provide each parent or guardian with a printed report containing this information. Which of the following is NOT an example of a control that Ms. West could add to a report using a button in the Controls group?

A. Page Number B. Text Box C. Hyperlink D. Chart

Computer Science & Information Technology

Which of the following best describes a wiki?

A. A group of related webpages to which users add, edit, or delete content. B. An online encyclopedia. C. An online course delivered over the web, often for free. D. A word or phrase used as a form of commentary.

Computer Science & Information Technology