What are the seven situations that require feedback for users?
What will be an ideal response?
The seven situations that require feedback for users are:
A. The computer has accepted the input.
B. The input is in the correct form.
C. The input is not in the correct form.
D. There will be a delay in processing.
E. The request has been completed.
F. The computer is unable to complete the request.
G. More detailed feedback is available (and how to get it).
You might also like to view...
_________ locality refers to the tendency of a program to reference units of memory whose addresses are near to one another.
Fill in the blank(s) with the appropriate word(s).
In a switch statement, when a break statement is encountered, an immediate transfer of control is made to
a) the default case of the switch statement b) a goto statement c) the else clause d) the statement beyond the end of the switch statement. e) none of these