To open an existing outline file created in a program other than PowerPoint 2013, click the ________ tab

Fill in the blank(s) with correct word

File

Computer Science & Information Technology

You might also like to view...

To query data that falls within a specific date range, you can use the ________ operator

A) Between...And B) Or C) And D) Not

Computer Science & Information Technology

To define an array named anArray that is capable of storing N values of type Item, you would use the general form: ____

A. ItemanArray [] = new Item [N]; B. Item anArray [] = Item [N]; C. Item [] anArray = new Item [N]; D. Item [] anArray = Item [N];

Computer Science & Information Technology