Shared Flashcard Set

Details

Chapter 4: Procedural Abstraction and Functions
Predefined functions, programmer-defined functions, procedural abstraction, scope and local variables, overloading function names
4
Computer Science
Undergraduate 1
04/13/2012

Additional Computer Science Flashcards

 


 

Cards

Term
What is top-down design?
Definition

Top-down design is breaking down the program into smaller subtasks and breaking these subtasks down even farther.

"divide and conquer"

Term
What is an argument and a returned value?
Definition
An argument is the value a function starts out with.  The value it computes is its returned value.
Term
What is a function call?
Definition
A function call is an expression that consists of the function name and its arguments in ( ). The arguments are seperated by commas.
Supporting users have an ad free experience!