u7 apcsp vocab reverse

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

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

7 Terms

1

What is a parameter in a function definition?

A variable used as a placeholder for values that will be passed through the function.

New cards
2

What is an argument in the context of a function?

The value passed to the parameter.

New cards
3

What does the return statement do in a procedure?

It returns the flow of control to the point where the procedure was called and returns the value of an expression.

New cards
4

What is procedural abstraction?

A process that allows a procedure to be used without knowing how it works, facilitating the solution of larger problems through smaller subproblems.

New cards
5

What is a library in programming?

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

New cards
6

What does API stand for and what is its purpose?

Application Program Interface - it specifies how functions in a library behave and can be used.

New cards
7

What is modularity in programming?

The subdivision of a computer program into separate subprograms.

New cards
robot