

MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Software Design knowledge and support exam preparation. Choose a topic below to get started.
1. |
What does Designate an initial state in every concurrent region of a concurrent composite state mean? |
A. | If there are no transitions to a concurrent composite state s boundary, then concurrent regions do not need to have initial states |
B. | A transition to the composite state s boundary could be added later, though, so initial states for each region should always be specified |
C. | It is legal to transition directly to more than one sub-state of a concurrent composite state without going through a fork |
D. | All of the mentioned |
Answer» E. | |
2. |
Which of the following are the heuristics for the State diagram? |
A. | Avoid concurrent composite states, especially those with synch states |
B. | Designate an initial state in every concurrent region of a concurrent composite state |
C. | Check that transitions to several concurrent sub-states go through a fork |
D. | All of the mentioned |
Answer» E. | |
3. |
What is the Transition junction point? |
A. | The transitions from different sources can converge to a point and transitions leaving the point symbol may disperse to different targets |
B. | They are several transition arrows connected using point symbols |
C. | All of the mentioned |
D. | None of the mentioned |
Answer» B. They are several transition arrows connected using point symbols | |