• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/11

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

11 Cards in this Set

  • Front
  • Back
functions
return a single result
procedures
can return any number of results
function parameters
all should be value parameters
formal parameters
can't be declared as a local identifier
all function parameter
in this book are input parameters
driver program
a small program written to test a procedure or a function
cohesive modules
modules that perform a single operation
program system
a main program together with its modules
stub
a module with a heading and minimal body used in testing flow of control
top down testing
the process of testing flow of control between a main program and its subordinate modules
bottom up testing
the process of seprately testing individual modules for a program system