Comp Sci Unit 7

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

1/6

flashcard set

Earn XP

Description and Tags

asdf

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Parameter

variable in a function definition used as a placeholder for values that will be passed through the function

2
New cards

Argument

value passed to the parameter

3
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

4
New cards

Library

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

5
New cards

API (Application Program Interface)

specifications for how functions in a library behave and can be used

6
New cards

Modularity

subdivision of a computer program into separate subprograms

7
New cards

Procedural Abstraction

extracting shared features to generalize functionality / using a procedure only knowing what it does, not how it does it / creating procedures to solve each of the subproblems of a larger problem