Which diagram evolved from a desire to develop a procedural design representation that would not allow violation of the structured constructs ?
A. State transition diagram
B. Box diagram
C. ER diagram
D. None of the mentioned
A. State transition diagram
B. Box diagram
C. ER diagram
D. None of the mentioned
A. Implements some functionality
B. Has explicit dependencies through provides and required interfaces
C. Communicates through its interfaces only
D. All of the mentioned
Explanation: All the options identify with features of a software component.
A. Sequence model
B. Subsystem model
C. Dynamic model
D. Structural model
Explanation: Important relationships that may be documented at this stage are generalization (inheritancE. relationships, uses/used-by relationships, and composition relationships.
A. repeat until
B. condition
C. do while tests
D. if then-else
A. List all actions that can be associated with a specific procedure
B. List all conditions during execution of the procedure
C. Define rules by indicating what action(s) occurs for a set of conditions
D. All of the mentioned
Explanation: A decision table includes action stub and a condition stub with a set of rules.
A. Structural things
B. Behavioral things
C. Groug things
D. Annotational things
Explanation: These are the verbs of a model, representing behavior over time and space.
A. patterns
B. documents
C. structures
D. methods
Explanation: A pattern is the outline of a reusable solution to a general problem encountered in a particular context.