Answer:
The answer is A. Cloud computing
Explanation:
Cloud computing is the process of using the internet to store, mange and process data rather than using a local server or a personal computer.
The term cloud computing is generally used to describe data centers available to many users over the Internet.
Therefore the company's approach to computing resources can be said to be cloud computing because it uses the internet for data storage, data backup, and software development
I believe the answer is false
Answer: what you search up
Answer:
False ( A )
Explanation:
The implementation is incorrect hence the return would be false and this is because : root.left is supposed to be NULL, root.right is supposed to be NULL and when these conditions are met then the Binary tree would be empty.
The condition for the above statement would be represented as
if( root.left = = null && root.right == null &&root.info == null)
return true;
else
return false;