?Sally, a professor, needs to speak to her students about corporate etiquette. She prepares a PowerPoint presentation to be able to convey her message using graphics. In one of the slides, Sally adds a video. She notices that the preview frame of the video is too large to accommodate other content on the slide. In this scenario, Sally should _____ to make the preview frame smaller.

A. ?crop the sides of the video
B. ?add the preset video effect
C. ?adjust the default play settings of the video
D. ?add transition effect to the video


Answer: A

Computer Science & Information Technology

You might also like to view...

Assume the file Alphabet.txt contains 26 records, the lowercase letters of the alphabet in ascending order. What is stored in Target.txt after the following code is executed?

``` Dim letter As String Dim sr As IO.StreamReader = IO.File.OpenText("lphabet.txt" Do While Not sr.EndOfStream Dim sw As IO.StreamWriter = IO.File.CreateText("arget.txt" letter = sr.ReadLine sw.WriteLine(letter) sw.Close() Loop sr.Close() ``` (A) The alphabet in descending order. (B) The alphabet in ascending order. (C) a (D) z

Computer Science & Information Technology

A(n) ____ Web page contains controls with which the user can interact.

A. immutable B. dynamic C. static D. mutable

Computer Science & Information Technology

What are each of the following:

1. Conditional execution 2. Short circuit evaluation 3. A boolean expression 4. Chromakey 5. Sepia-tint 6. Posterize 7. Edge detection 8. Blurring

Computer Science & Information Technology

When the POST is complete, the operating system is loaded into ________

A) ROM B) RAM C) the hard drive D) the optical drive

Computer Science & Information Technology