Design and Implementation MCQs

73. Which of the following is not a construct ?

A. sequence
B. condition
C. repetition
D. selection
✅ The correct answer is option D.
Explanation: Sequence implements processing steps that are essential in the specification of any algorithm. Condition provides the facility for selected processing based on some logical occurrence, and repetition allows for looping.

74. Which things are dynamic parts of UML models ?

A. Structural things
B. Behavioral things
C. Grouping things
D. Annotational things
✅ The correct answer is option B.
Explanation: These are the verbs of a model, representing behavior over time and space.
Scroll to Top