CSP U7 Vocabulary

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Argument

The value passed to the parameter.

2
New cards

Parameter

A variable in a function definition. Used as a placeholder for values that will be passed through the function.

3
New cards

Procedural Abstraction

A 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.

4
New cards

Application Program Interface (API)

Specifications for how functions in a library behave and can be used.

5
New cards

Library

A group of functions (procedures) that may be used in creating new programs.

6
New cards

Modularity

The subdivision of a computer program into separate subprograms.

7
New cards

Return

Used 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.