A(n) ________ is a business intelligence tool which extrapolates future values based on current trends

A) standard deviation B) analysis of variance
C) frequency D) forecast worksheet


D

Computer Science & Information Technology

You might also like to view...

The JCF Stack class is used to instantiate a stack:

``` Stack intStack = new Stack(); The statements int k = 77; intStack.push(k*k); ``` use the primitive type int instead of the wrapper type Integer. These statements A) cause a compile time error B) compile and execute correctly C) cause a ClassCastException D) None of the above

Computer Science & Information Technology

____ interpolation chooses the best resampling method for you based on the resizing options you choose.

a. Nearest Neighbor b. Bilinear c. Bicubic Automatic d. Bicubic Smoother

Computer Science & Information Technology

Which of the following is not a reason you should bother with a network?

A) People can be much more efficient when they can quickly and easily share data and documents online. B) Centralized data management enables data stored on a network to be accessed by a large number of users. C) It is a lot of work to connect to a network, and there are many risks that outweigh the advantages. D) On a network, you can provide access to information for many users in one place, reducing the amount of time and money spent looking for information.

Computer Science & Information Technology

The way in which text displays around an object is called ________

A) object wrapping. B) picture wrapping. C) text wrapping. D) word wrapping.

Computer Science & Information Technology