Java Games: Flashcards, matching, concentration, and word search.

Unit 7 - Parameters, Return, and Libraries Vocabulary

AB
Argumentthe value passed to the parameter
Parametera variable in a function definition. Used as a placeholder for values that will be passed through the function.
Returnused to return the flow of control to the point where the procedure (also known as a function) was called and to return the value of expression.
Procedural abstractiona process and allows a procedure to be used only knowing what it does, not how it does it. Procedural abstraction allows a solution to a large problem to be based on the solution of smaller subproblems. This is accomplished by creating procedures to solve each of the subproblems.
Librarya group of functions (procedures) that may be used in creating new programs
APIApplication Program Interface - specifications for how functions in a library behave and can be used
Modularitythe subdivision of a computer program into separate subprograms


Business Teacher
NC

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities