Provide two reasons to change a document view to Outline
What will be an ideal response?
Use Outline view to confirm a document's structure (viewing all headings and subheadings), to prepare a document for conversion to a PowerPoint presentation, to prepare a table of contents, or to drag and drop headings to restructure a document.
You might also like to view...
Suppose this is embedded in an otherwise correct and complete program. Which version of f() will be called?
Suppose class D is derived from class B, and class B has a public member function whose declaration is virtual void f();. Suppose class D has its version of the function, void f(). Here is a function definition and an invocation. ``` void g( B& b) { // other code b.f(); // other code }; g( dObject ); ``` a) D::f() b) B::f() c) This is illegal. You can’t pass a D object argument for a B reference parameter.
In OpenOffice Calc, a(n) ________ is a prewritten formula
Fill in the blank(s) with correct word
The ________ startup type is started by the logged on user or by a program only when it is needed
Fill in the blank(s) with correct word
Which of the following terms refers to a part of a GUI that enables a user to interact with the application and operating system?
A. Composition B. Widget C. Wizard D. Preprocessor