In a slide placeholder, the amount of space between the margin and the text is the ________
Fill in the blank(s) with correct word
indent, indents
You might also like to view...
In a motion tween animation, Flash creates ____________________ keyframes, which contain the specific property values that change in that frame.
Fill in the blank(s) with the appropriate word(s).
Match the following printer features with their definitions:
I. Media types II. Type of interface III. Media sizes IV. Drop size V. Resolution A. Describes what sizes of materials can be used in the printer. B. Determines how the printer will connect to the computer. C. Describes the size of each drop of ink the printer releases. D. Describes how images are formed on the paper using a series of dots. E. Determines what kind of materials can be used in the printer.
When the Clipboard task pane is closed and the word hot is copied from a slide and then the word cold is copied from a slide, what happens when the Paste button is clicked?
A) The word cold is pasted at the location of the insertion point. B) Nothing is pasted. C) The word hot is pasted at the location of the insertion point. D) Both words, hot followed by cold, are pasted at the location of the insertion point.
Consider the following program segment. ifstream inFile; //Line 1int x, y; //Line 2... //Line 3 inFile >> x >> y; //Line 4 Which of the following statements at Line 3 can be used to open the file progdata.dat and input data from this file into x and y at Line 4?
A. inFile.open("progdata.dat"); B. inFile(open,"progdata.dat"); C. open.inFile("progdata.dat"); D. open(inFile,"progdata.dat");