To open Word 2010, access the Start button from the ________

A) title bar B) Home tab C) Ribbon D) taskbar

D

Computer Science & Information Technology

You might also like to view...

As Detail section height increases, the amount of data that can be displayed in a report decreases

Indicate whether the statement is true or false

Computer Science & Information Technology

What is displayed on the console when running the following program?

``` public class Test { public static void main (String[] args) { try { System.out.println("Welcome to Java"); } finally { System.out.println("The finally clause is executed"); } } }``` a. Welcome to Java b. Welcome to Java followed by The finally clause is executed in the next line c. The finally clause is executed d. None of the above

Computer Science & Information Technology