264,192 views
16 votes
16 votes
Sources are sets of instructions that may take parameters in order to answer a specific question within an API.

User Pab
by
2.9k points

2 Answers

27 votes
27 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 Omkar Puttagunta
by
2.7k points
12 votes
12 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 Batfan
by
2.5k points