What can you not do directly from the Backstage, Print screen view?
A) Select how much of the worksheet will be printed
B) Switch to formula view and print formulas
C) Set the page orientation
D) Select which printer you want to use
B
You might also like to view...
Over time, decision support systems, executive information systems, online analytical processing, business intelligence, and business analytics have gained in capabilities and expanded in scope to add new functionality, but all have had the same goal: deriving the most _____ from the data available.
Fill in the blank(s) with the appropriate word(s).
?The three types of sniffer are bundled, commercial, and free.
Answer the following statement true (T) or false (F)
MS-DOS is __________ driven.
a. interrupt b. poll c. command d. user
Which of the following statements is false?
a. You can always pass an instance of a subclass to a parameter of its superclass type. This feature is known as polymorphism. b. The compiler finds a matching method according to parameter type, number of parameters, and order of the parameters at compile time. c. A method may be implemented in several subclasses. The Java Virtual Machine dynamically binds the implementation of the method at runtime. d. Dynamic binding can apply to static methods. e. Dynamic binding can apply to instance methods.