When an important file is saved on two different computers, the name of the file that is housed on the second computer is 'back up'. Back up refers to the process of copying and archiving a particular computer data in order to have an extra copy to fall back on in the event of data loss. <span />
Answer:
Digital formats allow for lossless data storage, fast editing (without the loss of original source material, ie having to manually clip pieces of film), and made collaboration easier.
Answer:
The algorithm for switching off the electric water heater automatically when the temperature rises to 70 o Celsius is given below.
Explanation:
Let use python code for this question.
we will use if statement to check the condition if the temperature is greater than 70.
When the temperature is 70, then the algorithm will send signal to hardware to turn yourself off.
if(temperature==70):
print("send_turn_off_signal")