Networks can provide a fire wall. What are the choices.
Answer:
In Python:
numberOfWholeSlices = int(22/7)
print(numberOfWholeSlices )
Explanation:
For each friend to get a whole number of slices, we need to make use of the int function to get the integer result when the number of slices is divided by the number of people.
So, the number of slice is: 22/7
In python, the expression when assigned to numberOfWholeSlices is:
numberOfWholeSlices = int(22/7)
Next, is to print the calculated number of slices
print(numberOfWholeSlices )
Answer: C because bill gates is the owner
Answer:
Positive feedback
Explanation:
A feedback is a process where a system responds to an external or internal stimulus. There are two major types of feedback in a system, they are negative and positive feedback.
Positive feedback is a type of response that occur when an output or response is an enhancement of the input. It's output moves further away from equilibrium.
A negative feedback occur when a fraction of the output is fed back to the system to control fluctuation of other output.