Case PPT 8-1Shannon is preparing a presentation for a trade show. Her company will have a booth, and she wants to create a presentation that can play continuously. If Shannon wants to ____ her presentation, it will continue to repeat until she stops it.
A. animate
B. annotate
C. loop
D. narrate
Answer: C
You might also like to view...
List 5 of the 11 specific competencies dictated by the EBK for the ISO function.
What will be an ideal response?
Answer the following statements true (T) or false (F)
1. A failing find() operation on an STL set returns a null pointer value. 2. Design patterns are restricted to particular programming languages, of which C++ is one. 3. UML is graphical language for designing programs. 4. UML requires that the programmer understand every detail and dark corner of C++ to be useful. 5. A pattern is a design principle that solves a problem that occurs over and over.
In an input mask, characters such as / (backslash) and _ (underscore) can be used as ________ characters
Fill in the blank(s) with correct word
Dynamic binding determines which function should be called at runtime, based on the ____ type making the call.
a. object b. class c. function d. operator