Answer:
try:
pH = float(input("Enter number between 0 to 14: "))
except ValueError:
print("input must be a number")
if pH < 7:
print("pH is Acidity")
elif pH == 7:
print("pH is neutral")
else:
print("pH is Base/alkaline")(
Explanation:
The try and except statement is used to check if the input is a number, if its not, the print statement is displayed. The nested if statement compares the pH input to know if it is an acid, base or neutral.
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
Answer:
True
Explanation:
People will judge you based upon your non-verbal communication. If your non-verbal communication is bad then you might not get the job.
Answer:
CPU is known as <u>Central</u><u> </u><u>Processing</u><u> </u><u>Unit</u><u>.</u>
Answer:
No
Explanation:
You had the whole week for the essay but didn't do it and then turned it in late.