Answer:
The answer is "option a".
Explanation:
To resolve the automatic reboot problem we must change the CPU cooling fan because if we don't change a computer fan so, it will be heated and damage other components. This cooling fan used inside the CPU. It expels warm air from inside and moves air across the particular component. and other options are not correct that can be described as:
- In option b, power supply is used to turn on the computer. It is not used to solve the reboot problem.
- In option c, Motherboard is to serve as the base upon which a computer's components are built.
- In option d, It is primarily used to store the data.
All it does it let you browse the internet, but whatever you look up, it isn't put on your browser history.
Answer:
the answer is B and is part of all spreadsheet functions
Answer:
Explanation:
Please find attachment for the Python program
a. speed + 12 - miles * 2 = 10 + 12 - 5 * 2. With order of operations, we do the multiplication first so the equation is now 10 + 12 - 10 = 22 - 10 = 12
b. speed + miles * 3 = 10 + 5 * 3 and again, order of operations gives us 10 + 15 = 25
c. (speed + miles) * 3 = (10 + 5) * 3 = 15 * 3 = 45
d. speed + speed * miles + miles = 10 + 10 * 5 + 5 = 10 + 50 + 5 = 60 + 5 = 65
e. (10 – speed) + miles / miles = (10 - 10) + 5 / 5 = 0 + 5 / 5 = 5 / 5 = 1