Answer:
A Web service
Explanation:
A Web service is a software system designed to support interoperable machine-to-machine interaction over a network. It has an interface described in a machine-processable format
A term which describes this feature of cloud computing is: C. serverless computing.
<h3>The features of cloud computing.</h3>
In Computer technology, the features of cloud computing include the following:
In Cloud computing, serverless computing is a feature that is typically used to add a new feature to an existing software application that is operating in the Cloud while having to pay only for the computing time which the software code actually uses when it is called.
Read more on cloud computing here: brainly.com/question/19057393
#SPJ1
Answer:
A hub broadcasts all data traffic to all networking devices connected to it's data ports. this is used to interconnect networking devices.
What is Hub?
a device that uses it's ports to connect devices (computer, printers, etc.) together.
The time of day most energetic is night time feel more alive and use my computer more or any electronics more
Answer:
strr=input("please enter something: ")
while strr is not "":
print(strr)
strr=input("please enter something: ")
Explanation:
whenever the user will enter an empty string the loop will terminate