Disintermediation is ____

a.
A natural outcome of the Internet

b.
Dependent on user skills and access capability

c.
A problem caused by failure of the network during peak periods of use

d.
The replacement of one information system by a network of such systems


b.
Dependent on user skills and access capability
Disintermediation occurs when customers take over functions that a business “used to” perform. This can only occur if they have the skills to do so and the opportunity or access.

Computer Science & Information Technology

You might also like to view...

What is the output of the following code segment if the user enters 90 for the score?

``` cout << "Enter your test score: "; cin >> test_score; if (test_score < 60) cout << "You failed the test." << endl; if (test_score > 60) cout << "You passed the test." else cout << "You need to study harder next time." << endl; ``` a. You failed the test. b. You passed the test. c. You need to study harder next time. d. You failed the test. You need to study harder next time. e. You passed the test. You need to study harder next time.

Computer Science & Information Technology

What is the purpose of a hypervisor?

What will be an ideal response?

Computer Science & Information Technology

Linked List method list Iterator returns a(n) __________.

a. Iterator. b. List. c. sub list. d. bidirectional iterator.

Computer Science & Information Technology

Case 3-2 You are having a lot of trouble placing images in your Visual Basic application. You ask your programming partner Siobhan what might be going on.  ____ comments appear at the beginning of the program and contain the developer's name, the date, and the purpose of the program.

A. Final B. Introductory C. Inline D. Same line

Computer Science & Information Technology