- Other
- University Rex Toledo
LOGIC PROGRAMMING
Module 3: QUIZ 2
Name :
Course :
Score: __________________
Year & Section :
I. Identification
A _________________ is one that can be reused easily in multiple programs.
A ____________________ is a diagram that illustrates modules relationships to each other.
The ________________ is the logic that appears in a program\'s main module; it calls other modules.
______________________ include steps you must perform at the beginning of a program to get ready for the rest of the program.
_______________________ tasks do the core work of the program.
The ____________________ contains all the statements in the module.
To call a _____________________ is to use the module\'s name to invoke it, causing it to execute.
____________________ is the act of containing a task\'s instructions in a module.
Programmers say the data items are visible or _______________ only within the module in which they are declared.
The ___________________ includes the module identifier and possibly other necessary identifying information.