Home / CSE / System Analysis and Design :: Discussion

Discussion :: System Analysis and Design

  1. Which of the following is not a requirement of structured design?

  2. A.
    It should use many GO TO statements
    B.
    The code should be executed in a top-to-bottom fashion within each module
    C.
    It should be made up of a hierarchy of modules
    D.
    Each module should be as independent as possible of all other modules, except its parent
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment