

MCQOPTIONS
Saved Bookmarks
This section includes 7 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_IS_SEQUENTIAL_AND_CONCURRENT_COMPOSITE_STATE_MEANS??$ |
A. | A concurrent composite state contains a single state diagram composed of sub- states or inner states and the transitions between them |
B. | A sequential composite state contains two or more sequential state diagrams in regions separated by dashed lines called concurrent region boundary lines |
C. | All of the mentioned |
D. | None of the mentioned |
Answer» E. | |
2. |
Sequential composite states simplify state models in two ways?$ |
A. | They organize states into hierarchies |
B. | They consolidate many transitions |
C. | All of the mentioned |
D. | None of the mentioned |
Answer» D. None of the mentioned | |
3. |
Which of the following are composite states? |
A. | A sequential composite state |
B. | A concurrent composite state |
C. | All of the mentioned |
D. | None of the mentioned |
Answer» D. None of the mentioned | |
4. |
Which of the statements state name compartment? |
A. | The first compartment is the name compartment |
B. | It contains the state name; State names are optional and may be path names |
C. | The name compartment can never be omitted |
D. | The first compartment is the name compartment, It contains the state name; State names are optional and may be path names |
Answer» E. | |
5. |
Which of the following determines state diagram? |
A. | The UML notation for specifying finite automata is the state diagram |
B. | In state diagrams, states are represented by rounded rectangles |
C. | All of the mentioned |
D. | None of the mentioned |
Answer» D. None of the mentioned | |
6. |
What does deterministic and non deterministic automaton? |
A. | A non-deterministic finite automaton is a finite automaton that has no spontaneous transitions and has a single transition that it must make in response to every event in each of its states |
B. | A deterministic finite automaton is one with multiple transitions |
C. | All of the mentioned |
D. | None of the mentioned |
Answer» E. | |
7. |
Every finite automaton specification must contain which of the following? |
A. | Descriptions of the automaton’s states in a way that allows them to be distinguished, such as by naming each one; |
B. | Descriptions of transitions indicating each transition source state, its target state, and the events that trigger it; |
C. | Designation of an initial state, the starting place for state transitions |
D. | All of the mentioned |
Answer» E. | |