Web Technologies (HTML, CSS, JavaScript, HTTP)
API is best defined as which of the following?
- A. A computing model in which client devices request services or resources from a centralized server.
- B. A software system that stores, processes, and delivers web pages to clients upon request.
- C. A set of defined rules that allow different software applications to communicate with each other. ✓
- D. An HTTP response status indicating that the server understood the request but refuses to authorize it.
Correct answer
C. A set of defined rules that allow different software applications to communicate with each other.
Explanation
API refers to a set of defined rules that allow different software applications to communicate with each other.