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

AP CSP Units 6 and 7 Vocabulary List

AB
Data Abstractionmanage complexity in programs by giving a collection of data a name without referencing the specific details of the representation
Elementan individual value in a list that is assigned a unique index
Indexa common method for referencing the elements in a list or string using numbers
Listan ordered collection of elements
Infinite Loopoccurs when the ending condition will never evaluate to true
Iterationa repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met
Traversalthe process of accessing each item in a list one at a time
Loops Componentsloop control variable, conditional, loop control variable modification
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.
APIApplication Program Interface - specifications for how functions in a library behave and can be used
Librarya group of functions (procedures) that may be used in creating new programs
Modularitythe subdivision of a computer program into separate subprograms

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