A _______________ executes the loop task first, then tests a condition and repeats the task until the condition fails ?
A. repeat until
B. condition
C. do while tests
D. if then-else
A. repeat until
B. condition
C. do while tests
D. if then-else
A. Inheritance
B. Composition
C. All of the mentioned
D. None of the mentioned
Explanation: Using inheritance, an existing design pattern becomes a template for a new subclass.Composition is a concept that leads to aggregate objects.
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
Explanation: The user interface should move the user into the virtual world of the application.
A. Structural things
B. Behavioral things
C. Groug things
D. Annotational things
Explanation: It include a note which is simply a symbol for rendering constraints and comments attached to an element or a collection of elements.
A. program design language
B. structured English
C. pseudocode
D. all of the mentioned
Explanation: The difference between PDL and a real programming language lies in the use of narrative text embedded directly within PDL statements.
A. Component-based software engineering
B. Reusability in general
C. All of the mentioned
D. None of the mentioned
A. Sequence Diagram
B. Collaboration Diagram
C. Class Diagram
D. Object Diagram
Explanation: An object diagram focuses on some particular set of object instances and attributes, and the links between the instances. It is a static snapshot of a dynamic view of the system.