Answer:
"Feedback" is the correct answer for the above question.
Explanation:
- Feedback is used in any information system or any communication system to tells that any process is doing in the right direction.
- It is used in communication channels to tell the sender that the message is received by the receiver.
- It is a type of message which is sent by the user to the system that he gets the correct or wrong output by that system.
- The above question asked about the term which is used in the information system which suggests changing the processing activity. This is known as feedback which is described above.
Answer:
The answer is "5 users and 1 block".
Explanation:
In Option a:
Bandwidth total 
Any User Requirement 
The method for calculating the number of approved users also is:
Now, calculate the price of each person for overall bandwidth and demands,


In Option b:



mean user 

max user 

Answer:
scope
Explanation:
Destructor is a member function and it call automatically when the class object goes out of scope.
Out of scope means, the program exit, function end etc.
Destructor name must be same as class name and it has no return type.
syntax:
~class_name() { };
For example:
class xyz{
xyz(){
print(constructor);
}
~xyz(){
print(destructor);
}
}
int main(){
xyz num;
}//end program
when the object is create the constructor will called and when the program end destructor will call automatically.
<span>an electronic device used to determine a person's identity by detecting and matching the person's physical features, such as fingerprints or the eyes, to a database</span>