apcsp u7 vocab

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

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Parameter

A variable in a function definition that acts as a placeholder for values passed through the function.

2
New cards

Argument

The value passed to the parameter in a function.

3
New cards

Return

Used to return the flow of control to the point where the procedure was called and to return the value of an expression.

4
New cards

Procedural abstraction

A process that allows a procedure to be used by only knowing what it does, not how it does it, enabling solutions to large problems based on smaller subproblems.

5
New cards

Library

A group of functions (procedures) that can be used when creating new programs.

6
New cards

API

Application Program Interface - specifications for how functions in a library behave and can be used.

7
New cards

Modularity

The subdivision of a computer program into separate subprograms.