Answer:
A computer network is a group of two or more computers that are linked together. Networks are usually used to share resources, exchange files or communicate with other users. so A
Explanation:
Answer:
true is the correct answer
Answer:
computer is a set consisting of hardware and software that perform specific set of instructions
Explanation:
thy are used in hospitals, institute,hotels
Answer:
current_price = int(input("Enter current price: "))
last_months_price = int(input("Enter last month's price: "))
print("This house is $%d. The change is a $%d since last month." % (current_price, current_price - last_months_price))
print("The estimated monthly mortgage is $%d." % int(current_price*0.045/12))
Explanation:
- Ask the user to enter the values for <em>current_price</em> and <em>last_months_price</em>.
- Print the current price.
- Calculate change from last month (current_price - last_months_price) and print it.
- Calculate the mortgage (using given formula (current_price * 0.051) / 12) and print it.
Answer:
Infrastructure as a service(Iaas)
Explanation:
Infrastructure as a service(Iaas) is used to provide hardware,storage,servers and datacenter space or network components