Please briefly describe Microsoft PowerPoint, a PowerPoint presentation, and the types of information a slide can contain.

What will be an ideal response?


- Microsoft PowerPoint is the component of Microsoft Office best suited for creating visual backdrops for speeches and oral presentations. As presentation software, Microsoft PowerPoint provides a set of tools to help you script, organize, and display a presentation.
- A PowerPoint presentation consists of several slides.
- Each slide contains objects such as titles, items in a bulleted  or numbered list, graphics, tables, and charts. Slides can even contain multimedia elements, such as video and sound bytes.

Computer Science & Information Technology

You might also like to view...

Write the lines of code that will define a compound border using three borders. Use a line border on the inner edge, an etched border on the outer edge, and a raised bevel border in between.

What will be an ideal response?

Computer Science & Information Technology

What would you use to see what network adapters are installed in your Windows computer?

a. Device Manager utility b. Programs and Utilities manager c. Ethernet Manager utility d. Home Network manager

Computer Science & Information Technology

What operation does the following algorithm describe?Algorithm aHeapAlgorithm (heap, newNode)   if (newNode not the root)      set parent to parent of newNode      if (newNode key > parent key)         exchange newNode and parent)         aHeapAlgorithm (heap, parent)      end if   end ifend aHeapAlgorithm

A. build heap B. insert heap C. reheap up D. reheap down

Computer Science & Information Technology

Mixed symbol instance sets are created using the ____________________ tool.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology