Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Design and Implementation

Which of the following steps is applied to develop a decision table ?

Which of the following steps is applied to develop a decision table ?

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.

Which of the following steps is applied to develop a decision table ? Read More »

Design and Implementation

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.” ?

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

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.” ? Read More »

Design and Implementation

Which diagram evolved from a desire to develop a procedural design representation that would not allow violation of the structured constructs ?

Which diagram evolved from a desire to develop a procedural design representation that would not allow violation of the structured constructs ?

A. State transition diagram
B. Box diagram
C. ER diagram
D. None of the mentioned

Which diagram evolved from a desire to develop a procedural design representation that would not allow violation of the structured constructs ? Read More »

Design and Implementation

Which of the following is not a design principle that allow the user to maintain control ?

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

Explanation: The user interface should move the user into the virtual world of the application.

Which of the following is not a design principle that allow the user to maintain control ? Read More »

Design and Implementation

Which of the following term is best defined by the statement “Notation that can be input directly into a computer-based development system offers significant benefits.” ?

Which of the following term is best defined by the statement “Notation that can be input directly into a computer-based development system offers significant benefits.” ?

A. Machine readability
B. Maintainability
C. Structure enforcement
D. Overall simplicity

Explanation: Readability is processing input.

Which of the following term is best defined by the statement “Notation that can be input directly into a computer-based development system offers significant benefits.” ? Read More »

Design and Implementation

Which of the following is golden rule for interface design ?

Which of the following is golden rule for interface design ?

A. Place the user in control
B. Reduce the user’s memory load
C. Make the interface consistent
D. All of the mentioned

Explanation: These golden rules actually form the basis for a set of user interface design principles that guide this important software design activity.

Which of the following is golden rule for interface design ? Read More »

Design and Implementation