?In the context of in-house software development options, the choice between developing versus purchasing software often is called a _____ decision.

A. ?build or make
B. ?subscription
C. ?transactional
D. ?build or buy


Answer: D

Computer Science & Information Technology

You might also like to view...

A static method is one that can be used with a _____________.

(a) instance variable (b) local variable (c) global variable (d) the class name as a calling object

Computer Science & Information Technology

Describe the flaw in the following function.

``` /* * Forms the plural of noun by adding an 's'. */ char * add_s(const char *noun) { char result[100]; strcpy(result, noun); strcat(result, "s"); return (result); } /code}

Computer Science & Information Technology

Every time Joe's customers purchase an item, he stores the sale in a database. The best option for him is to use an analytical database

Indicate whether the statement is true or false

Computer Science & Information Technology

What particular option can be used mobile devices that contain both personal and corporate data?

What will be an ideal response?

Computer Science & Information Technology