Match the following features with the masters that control them:
I. handout master
II. Edit Master
III. notes master
IV. slide master
V. multiple masters
A. designate location of placeholders and objects on slides
B. group on the Slide Master tab
C. modified primarily for the speaker with individual slides
D. can contain six slides per page
E. when a presentation contains two or more themes
D, B, C, A, E
You might also like to view...
In the function round of Display 3.6, which of these explains what happens in the body of the function? We reproduce the one line from the function body here:
return static_cast
a. This is overkill, it would be sufficient to use the floor function alone.
b. Adding 0.5 to number pushes the range up so floor can produce the correct rounding.
c. The static_cast
Write a processing instruction that includes the stylesheet wap.xsl.
What will be an ideal response?
Which of the following allows IPv4 addresses from Class A, B, or C to be combined and treated as a larger address space, or subdivided arbitrarily, as needed?
A. Supernetting B. Classless Inter-Domain Routing C. Subnet masking D. Address masquerading
Which of the following is correct if the data type for weight is num?
A. weight = 2.75 B. weight = "2.75" C. weight = (2.75) D. weight = "heavy"