Slide ________ control the direction, timing, speed, and manner in which slides enter and exit the screen during a slide show
A) layouts
B) animations
C) transitions
D) themes
C
Computer Science & Information Technology
You might also like to view...
What is stored in numbers after execution of the following code?
What is stored in numbers after execution of the following code? int numbers[3]; for (int i = 0; i < 3; i++){ numbers[i] = i * 5; numbers[2] = 100; a. 0, 100, 10 b. 0, 5, 100 c. 0, 100, 10, 15 d. 0, 5, 100, 15
Computer Science & Information Technology
Use the __________ property to configure bold text using CSS
a. bold b. font-style c. font-weight d. you cannot configure bold text with CSS
Computer Science & Information Technology