66.1k views
18 votes
By including _____ calls, engineers can take advantage of services that might take months or years for them to program on their own.

User Mekicha
by
7.0k points

1 Answer

11 votes

Answer:

Application programming interface (API)

Step-by-step explanation:

API is an acronym for application programming interface and it can be defined as a software intermediary (computing interface) comprising of sets of codes, tools and protocols that helps software applications and the computer to communicate with each other, as well enable the exchange of data.

Simply stated, an Application Programming Interface (API) is a software intermediary which primarily allows two (2) software applications to communicate with each other.

Thus, it is a standard set of protocols which defines the type of requests or call a software program makes, how it makes them, accepted data format, programming language used, authentication, encryption etc.

Some examples of popular APIs are Go-ogle, Face-book, Twitter etc.

Hence, by including Application programming interface (API) calls, engineers can take advantage of services that might take months or years for them to program on their own.

User Rego
by
5.6k points