Answer:
The recursion function is as follows:
def raise_to_power(num, power):
if power == 0:
return 1
elif power == 1:
return num
else:
return (num*raise_to_power(num, power-1))
Explanation:
This defines the function
def raise_to_power(num, power):
If power is 0, this returns 1
if power == 0:
return 1
If power is 1, this returns num
elif power == 1:
return num
If otherwise, it calculates the power recursively
else:
return (num*raise_to_power(num, power-1))
Answer:
Explanation: search engine uses system algorithm to search out items or information as required by the user. Example is google, chrome.
Data base are archives where information could be retrieve. Its contain information such as publications, abstract,journals.
Search engine provides wide range of information depending on you request while database are mostly for academics related materials.
Data base- A good place to generate this information is library, archivals while journal, publiications are kept while search engine can be used anywhere you have an internet facilities.
In a data base, information is searched in an organized way. The collections are already well arranged in different cubicle search engine provides wide range of information not organized.
Data base may contain more complex information not easily understood, search engine provides more elaborate answers.
Similarity of the two is that they both provide information.
They are both reliable.
School library is an example of where journals and publication are kept and can be retrived.
Bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
Answer:
Option B is Correct.
Explanation:
Thermal paste is used in the CPU motherboard to reduce the heat.
Thermal paste is a heat observing coating that is used to make the system cool when it is heated much by working for a long time.
Thermal paste is also used in heat sink in CPU and CPU passes the air in the heat sink to make the temperature normal.
Thermal paste is very useful which installing any processor otherwise which running, the temperature will be increased in the absence of the thermal paste.
It is used to maintain the empty place between the motherboard and the processor.