Search
.Management Sciences
Category: Design and Implementation
In which test design each input is tested at both ends of its valid range and just outside its valid range ?
A. Boundary value testing
B. Equivalence class partitioning
C. Boundary value testing AND Equivalence class partitioning
D. Decision tables
(more…)
Which pattern prevents one from creating more than one instance of a variable ?
A. Factory Method
B. Singleton
C. Observer
D. None of the mentioned
(more…)
Which of the following are the valid relationships in Use Case Diagrams______________________?
A. Generalization
B. Include
C. Extend
D. All of the mentioned
(more…)
Which of the following is not a design principle that allow the user to maintain control ?
A. Provide for flexible interaction
B. Allow user interaction to be interrupt-able and undo-able
C. Show technical internals from the casual user
D. Design for direct interaction with objects that appear on the screen
(more…)
Which of the following term is best defined by the statement:”The ability to represent local and global data is an essential element of component-level design.” ?
A. Data representation
B. Logic verification
C. “Code-to” ability
D. Automatic processing
What combines the outward manifestation of the computer-based system , coupled with all supporting information that describe system syntax and semantics ?
A. mental image
B. interface design
C. system image
D. interface validation
(more…)
____________________ is a pidgin(simplified version of a language that develops as a means of communication between two or more groups that do not have a language in common)?
A. program design language
B. structured English
C. pseudocode
D. all of the mentioned
(more…)
A ______________ is a graphical representation that depicts information flow and the transforms that are applied as data moves from input to output?
A. data flow diagram
B. state transition diagram
C. control specification
D. workflow diagram
In factory method pattern, the framework must instantiate classes but it only knows about the abstract classes, which it cannot initiate. How would one solve this problem ?
A. encapsulating the knowledge of which document subclass to is to be created and
B. moving this knowledge out of the framework
C. instantiating the application specific documents without knowing their class
D. all of the mentioned
(more…)
Which mechanism is applied to use a design pattern in an OO system ?
A. Inheritance
B. Composition
C. All of the mentioned
D. None of the mentioned
(more…)
Recent Comments