CSP U7 Vocabulary

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 6

flashcard set

Earn XP

7 Terms

1

Argument

The value passed to the parameter.

New cards
2

Parameter

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

New cards
3

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.

New cards
4

Application Program Interface (API)

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

New cards
5

Library

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

New cards
6

Modularity

The subdivision of a computer program into separate subprograms.

New cards
7

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.

New cards
robot