ENGN132 - Chapter 6 Flashcards
Key Terms - Chapter 6
Define a Pointer/Pointer Variable
A memory cell that stores the address of a data item
What is an indirect reference?
Accessing the contents of a memory cell through a pointer variable that stores its address
Define Sorting
Rearranging data in a particular sequence (either increasing or decreasing)
Define Scope of a Name
The region in a program where a particular meaning of a name is visible.
Define a Stub
A stub is a skeleton function that consists of a header and statements that display trace messages and assign values to output parameters; enables testing of the flow of control among functions before this function is completed
Define Top-Down Testing
The process of testing flow of control between a main function and its subordinate functions
What is a Unit Test
A test of an individual function
Define Bottom-Up Testing
The process of Separately testing individual functions in a program system
What is System Integration Testing
Testing a system after replacing all of its stubs with functions that have been pretested