189k views
5 votes
Sources are sets of instructions that may take parameters in order to answer a specific question within an API.

User Flassari
by
3.3k points

2 Answers

4 votes

Answer:

Methods

Step-by-step explanation:

Methods, also called functions, are snippets of code that are meant to answer a specific question or perform a specific task. They will sometimes take parameters as input to provide more context for the question being asked, or task being performed.

User Revengeance
by
3.6k points
5 votes

Answer:

True

Step-by-step explanation:

API is application programming interface. APIs allow communication between applications/programs: they are basically "outside" data that can be accessed by an application by using it's code(example, how I may access go*gle fonts using it's API attached to my html stylesheet link).

The source is the code itself. Source code is the set of instructions that makes any program or application do whatever they do. An API is defined and works based on its source code.

User Daniel Darabos
by
3.3k points