2 is tha answer to Why should cloud computing not be a set of silos? Provide real or made up examples of why incompatible solutions will fail in IT.?
Answer:
over heating
Explanation:
in computers dust acts as a blanket which traps heat, excessive heat causes components to burn up and short out
Answer:
Exiting a function
Explanation:
Return simply returns a specified value at the end of a def function (if you're in python). It does not print or do anything else. You could set variables equal to a def function that returns or you could put the def function in a print statement to print the returned value.