The length of time a slide is displayed in a kiosk presentation is determined by ________
A) the number of slides in the presentation
B) how long it will take the viewer to read the information on each slide
C) the kiosk location
D) the number of images on the slide
B
You might also like to view...
PowerPoint provides an inline spelling checker that automatically indicates possible spelling errors with wavy ______ underlines.
A. grey B. blue C. red D. green
What is the advantage of modeling a queue or stack with an array?
a. An array implementation is more memory efficient and avoids the added cost of links in a linked list data structure. b. An array can be searched. c. An array has O(1) constant performance. d. An array can be sorted.
An Animal class, Cowboy, and Horse class have what type of C++ relationships?
A. The Cowboy uses an Animal, and the Animal is a Horse. B. The Cowboy uses a Horse, and the Horse is an Animal. C. The Cowboy has an Animal, and the Horse is an Animal. D. The Cowboy uses a Horse, and the Animal is a Horse.
How are private member variables in a class accessed?
A. Through private functions. B. Through public functions. C. The variable is private so is not available. D. A and B.