The ________ is located at the bottom of the window in Office 2010 and contains file information

Fill in the blank(s) with correct word


status bar

Computer Science & Information Technology

You might also like to view...

Identify and describe the type errors in the following code.

``` 1 public class GenericStuff { 2 public static void main ( String args[] ) { 3 Pair pPair = new Pair( new Player( "Tom" ), 4 new Player( "Rohal" ) ); 5 Pair rentalPair new Pair( new Rental(), new Item() ); 6 Rental r1 = Rental(), rental2 = new Rental(); 7 8 pPair.swapElements(); 9 System.out.println( "Rental elements are " + 10 rentalPair.toString() ); 11 rentalPair.swapElements( rental1, rental2 ); 12 Object o = rentalPair.getFirstElement(); 13 } 14 } ```

Computer Science & Information Technology

A group of related data values to be charted is a(n) ________

A) data bar B) data point C) analysis D) data series

Computer Science & Information Technology

________ is an example of PII.

A. Individual database names B. Website address C. Social Security Number D. Process run to backup servers

Computer Science & Information Technology

Some ________ contain buttons with down arrows that, when clicked, display additional commands.

a) tool tips b) menus c) toolbar icons d) menu icons

Computer Science & Information Technology