Comp Sci Unit 7

studied byStudied by 1 person
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

Description and Tags

asdf

7 Terms

1

Parameter

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

New cards
2

Argument

value passed to the parameter

New cards
3

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
4

Library

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

New cards
5

API (Application Program Interface)

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

New cards
6

Modularity

subdivision of a computer program into separate subprograms

New cards
7

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

New cards
robot