When developing e-business systems, an in-house solution usually requires a _____ for a company that must adapt quickly in a dynamic e-commerce environment.

A. smaller initial investment and provides more flexibility
B. smaller initial investment but provides less flexibility
C. greater initial investment but provides more flexibility
D. greater initial investment and provides less flexibility


Answer: C

Computer Science & Information Technology

You might also like to view...

What do the following statements do?

``` double[] array; array = new double[14]; ``` a. Create a double array containing 13 elements. b. Create a double array containing 14 elements. c. Create a double array containing 15 elements. d. Declare but do not create a double array.

Computer Science & Information Technology

Under ____ options in the Spelling Setup dialog box, you specify which text areas to check, such as the content of text fields and the names of layers.

A. Field B. Block C. Layer D. Document

Computer Science & Information Technology

In object-oriented analysis, classes are defined by

a. objects and data. b. data and methods. c. operators and objects. d. behaviors and keywords.

Computer Science & Information Technology

The if/then/else operation is a conditional statement.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology