The answer is a i looked up the question and it says a
Answer:
True is the right answer.
Explanation:
The term net neutrality can be defined as the principle which states that all internet service providers treat all communication channels i.e wired or wireless channels equally.
In net neutrality, there can not be any discrimination on the basis of the website, user, protocol, hardware or application.
In net neutrality, the internet service provider can not charge the user on the basis of some specific content.
Hence the most appropriate answer is true.
Answer:
Three ways to increase the value of variable are given below. To eleborate the answer, I am taking a variable x that need to be increase.
- x=x+1
- x++
- x+=1
Explanation:
There are three ways to increase the value of variable.
1. x= x+1
In this case, each time value of x (variable) is incremented and stored in that variable. This equation increase the value of x by 1 each time. For Example
if x=1
then in first iteration
x= x+1 = 2;
If we want to increase the value of x by more than 1, we can add that value with x, as x+2, x+3 and so on.
2. x++
This will increment the value of x by 1. If we use this equation multiple time in program, each time it will increase 1 in value of x.
3. x+=1
This also works same as equation 1. It will increment 1 in this form and can be changed with 2, 3 and so on.
Answer.
1.Surge protection board
2.Uninterrupted Power Supply (UPS)
Explanation
A surge protection board is designed to protect equipment against a power surge or over voltage in power supply.A UPS provides back up power in occasions of power outage.In most events of power cut,UPS units only allow a person to save the work and perform a controlled shutting down of a computer.