One method of jumping nonsequentially to slides is by clicking a ____ or an action button on a slide.
A. website
B. margin
C. pointer
D. hyperlink
Answer: D
Computer Science & Information Technology
You might also like to view...
Which of the following is a behavioral control that can be used to safeguard against the loss of integrity?
A. Rotation of duties B. Log analysis C. Code testing D. Digital signatures
Computer Science & Information Technology
Given the following pseudocode, which is the parameter?
``` Module main() Call curveScore(82) End Module Module curveScore(Integer score) Declare Integer newScore Set newScore = score + 5 Display newScore End Module ``` a. curveScore b. 82 c. score d. newScore
Computer Science & Information Technology