Entrance, Emphasis, Exit, and Motion Paths are the four types of _____ in PowerPoint.?
A. ?animations
B. ?transitions
C. ?patterns
D. ?themes
Answer: A
You might also like to view...
Managing your computer's ________ is the first of the three major tasks of an operating system and includes managing printers, scanners, and monitors
Fill in the blank(s) with correct word
Given the following program, choose the line necessary to replace the ***’s so that the program segment will ensure that an illegal operation does not occur.
``` Write “Enter a number: “ Write “The square root of that number will be displayed.”. Input MyNumber ******************** Write “The square root of “ + MyNumber Write “is: “ + Sqrt(MyNumber) Else Write “Illegal operation!” End If ``` a. If MyNumber < 0 b. If MyNumber <= 0 c. If MyNumber >= 0 d. If MyNumber != 0