Positive feedback can be misleading __________.

a) When a resource has excess capacity because another resource with which it cooperates is a bottleneck.
b) When a resource has excess capacity because the system is sending requests to other equivalent resources, all of which are overloaded.
c) When a resource must remain idle for quick responses to critical requests.
d) When a resource has a small (or zero) queue length, but is slowly servicing requests.


a) When a resource has excess capacity because another resource with which it cooperates is a bottleneck.

Computer Science & Information Technology

You might also like to view...

answer the question below:

(a)





(b)








Computer Science & Information Technology

What will display after the following code is run if name = "Morris"?

``` if(name > "Joe") document.write("Morris is a cat."); else document.write("Joe rules!"); ``` a. Joe rules! b. Morris is a cat. c. Morris is a cat.Joe rules! d. nothing – cannot compare these values

Computer Science & Information Technology

Before you send a presentation out for review it is a good idea to use the Document Inspector to  inspect the document for personal information or anything that you might not want to "travel" with the presentation file.

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

Computer Science & Information Technology

When using data encryption as a method of protecting data, which of the following is true?

A. It makes few demands on system resources B. It is usually easily administered C. It requires careful key Management D. It should sometimes be used for password files

Computer Science & Information Technology