During application development, the IT staff will develop a structure chart. What steps should they follow?

What will be an ideal response?

The four main steps in drawing a structure chart are:
• Review the DFDs and object models to identify all processes and methods.
• Identify program modules and determine control-subordinate relationships.
• Add symbols for couples and loops.
• Analyze the structure chart to ensure that it is consistent with the system documentation

Computer Science & Information Technology

You might also like to view...

Before a computer can store a real number in memory, it must be encoded in ____________.

a. floating-point notation b. hexadecimal c. EBCDIC d. decimal mode

Computer Science & Information Technology

Which traversal does not use a stack?

a. inorder b. level order c. postorder d. preorder e. all of these traversals uses a stack

Computer Science & Information Technology