<span>1. Deleting files accidentally
</span>
2. Viruses and damaging malware
3. Mechanical damages of hard drive
4. Power failures
5. Theft of computer
6. Spilling coffee, and other water damages
7. Fire accidents and explosions
<span>Hope this helps.</span>
Answer:
The output is: Your cost is 100
Explanation:
Given
The above code snippet
and
Required
Determine the output of the code
if cost < 70 or cost > 150
The above condition checks if cost is less than 70 or cost is greater than 150
This condition is false because 100 is neither less than 70 nor is it greater than 150
So, the else statement will be executed.
discount = cost
Which means
discount = 100
So, the print instruction will print: Your cost is 100
Answer:
A switch connects multiple devices to a network. ... devices are usually integrated into a multipurpose network device
Answer:
INPUT "Enter your marks in computer"<u><em>;</em></u>CS
<u><em>IF</em></u> C>40 THEN
PRINT "You are passed.
<u><em>"</em></u>
ELSE
PRINT "You are failed."
END <u><em>IF</em></u>
Explanation:
see corrections above.