Which of the following statements is FALSE about the status bar in Office 2010?

A) Contents viewable on the status bar are standard in all Office applications.
B) Summary information is displayed in Excel.
C) Slide number and total slide information is displayed in PowerPoint.
D) The status bar is located at the bottom of the Office 2010 window.


A

Computer Science & Information Technology

You might also like to view...

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"); int i = 0; double y = 2.0 / i; System.out.println("Welcome to HTML"); } 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 program displays three lines: Welcome to Java, Welcome to HTML, The finally clause is executed. d. None of the above.

Computer Science & Information Technology

Which of the following is a method that allows an IP host to use a simplified subnetting design?

A. Proxy ARP B. Link Control C. IPCP D. IPCONFIG

Computer Science & Information Technology

In Lync, instant messaging is ideal for asking a question and getting a(n) ________ response

Fill in the blank(s) with correct word

Computer Science & Information Technology

Identify and explain the two categories of activities in program maintenance.

What will be an ideal response?

Computer Science & Information Technology