The_______________ is represented as two processing boxes connected by an line (arrow) of control ?
A. Repetition
B. Sequence
C. Condition
D. None of the mentioned
A. Repetition
B. Sequence
C. Condition
D. None of the mentioned
A. Association
B. Aggregation
C. Realization
D. Generalization
A. Test Plan
B. Test Design Specification
C. Test Case Specification
D. Test Log
Explanation: Test log is a part of testing result document.
advertisement
A. Machine readability
B. Maintainability
C. Structure enforcement
D. Overall simplicity
Explanation: Readability is processing input.
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. restart()
B. reconfigure()
C. powerSave()
D. all of the mentioned
Explanation: A restart() message causes a transition to normal operation. Both the powerSave() and reconfigure() messages cause a transition to a state in which the system reconfigures itself.
A. Factory Method
B. Singleton
C. Observer
D. None of the mentioned
Explanation: In singleton pattern, the class itself is made responsible for keeg track of its instance.Thus it ensures that no more than one instance is created.