Click the Adjust Margins button on the Layout tab and then click Custom Margins to display the ____ dialog box.
A. Margins
B. Layout
C. Document
D. Page Setup
Answer: D
You might also like to view...
static final int EndVal = -1;int double;int num = console.nextInt();while (num != EndVal){ double = num * 2; System.out.println(double); num = console.nextInt();}The above code is an example of a(n) ____ while loop.
A. flag-controlled B. counter-controlled C. EOF-controlled D. sentinel-controlled
Which of the following instantiates a Product object and assigns it to thebookcasevariable?
A. Dim bookcase As Product B. Dim bookcase As New Product C. Dim Product As bookcase D. Dim bookcase As String
An advantage of using named parameters is: ____.
A. program runs more efficiently because the named parameters can be accessed B. program runs faster C. you can send in values through using the names of the parameters instead of having to worry about getting the exact order D. default values can be used
Item E in the accompany figure is used to identify _______________ settings to help protect the interactive form.
Fill in the blank(s) with the appropriate word(s).