When you point to each slide in the Slide Master pane, a ________ displays the layout name and the number of slides that use that particular layout
A) placeholder B) ScreenTip C) layout D) transition
B
You might also like to view...
The code for implementing the operation void push(String x) can be written as
A stack based on a linked list is based on the following code ``` class Node { String element; Node next; Node(String el, Node n) { element = el; next = n; } } Node top = null; ``` A) top = new Node(x, top); B) if (top == full) throw new RuntimeException("Overflow"); else top = new Node(x, top); C) top.add(x); D) top = add(Node x);
What is a feature in Word that joins a main document and a data source to create customized letters, envelopes, or labels?
A) Importing/Exporting B) Mail merge C) OLE D) Data merge
The best way to prevent information loss through dumpster diving is to use a shredder
Indicate whether the statement is true or false.
All of the following are examples of being computer literate, EXCEPT ________
A) knowing only how to use your computer for e-mails B) knowing how to avoid hackers and viruses C) knowing how to use the web efficiently D) knowing how to maintain and troubleshoot your computer