________ is the process of modifying a presentation by adding and deleting slides or by changing the contents of individual slides

A) Editing B) Saving C) Presenting D) Formatting

A

Computer Science & Information Technology

You might also like to view...

Joe an employee has reported to Ann a network technician an unusual device plugged into a USB port on a workstation in the call center. Ann unplugs the workstation and brings it to the IT department where an incident is opened. Which of the following should have been done first?

A. Notify the incident response team lead B. Document chain of custody C. Take a copy of volatile memory D. Make an image of the hard drive

Computer Science & Information Technology

To declare a constant MAX_LENGTH inside a method with value 99.98, you write

a. final MAX_LENGTH = 99.98; b. final float MAX_LENGTH = 99.98; c. double MAX_LENGTH = 99.98; d. final double MAX_LENGTH = 99.98;

Computer Science & Information Technology