The _____ view shows how your document would look in a Web browser.
A. Browser Layout
B. Internet Layout
C. Web Layout
D. WWW Layout
Answer: C
You might also like to view...
Answer the following statements true (T) or false (F)
1. New fields, properties, and methods cannot be added to a derived class unless these elements already existed in the base class. 2. When designing an object-oriented program, the best approach is to define a base class to hold all the general data about a group of similar objects, and then define derived classes for each specific type of object. 3. Only methods in a derived class can directly access the base class's private members. 4. When program code instantiates a derived class object, the base class constructor executes first, followed by the derived class constructor.
Report view is a view optimized for onscreen viewing of reports
Indicate whether the statement is true or false
Access reports can be created by selecting fields from one or more tables or queries.
Answer the following statement true (T) or false (F)
What is the protocol for SSH (Secure Shell)?
A. TCP 21 B. TCP 22 C. TCP 23 D. TCP 20