List three ways of determining partitioning in a data flow diagram.
What will be an ideal response?
The following are ways of determining partitioning on a data flow diagram:
A. Different user groups are in different programs
B. Processes that execute at different times are in separate programs
C. Processes that contain similar tasks may be included in the same program
D. Several batch processes may be included in the same program for efficiency
E. Several processes may be included in the same program or job stream for consistency of data
F. Processes may be separated into different programs for security
You might also like to view...
Centering an element vertically within its parent element is easily accomplished as the height of the parent element is defined by a value.?
Answer the following statement true (T) or false (F)
Suppose class Child is derived from class Parent that was in turn derived from class GrandParent. The class child is a___________ of GrandParent
a. Successor b. Forebearer c. Ancestor d. Descendant e. Indirect descendant