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.
Related Mcqs:
- Which of the following option is not considered by the Interface design ?
A. the design of interfaces between software components
B. the design of interfaces between the software and human producers and consumers of information
C. the design of the interface between two computers
D. all of the mentioned - Which of the following is not a user interface design process ?
A. User, task, and environment analysis and modeling
B. Interface design
C. Knowledgeable, frequent users
D. Interface validation - Which of the following is not needed to develop a system design from concept to detailed object-oriented design ?
A. Designing system architecture
B. Developing design models
C. Specifying interfaces
D. Developing a debugging system - What incorporates data, architectural, interface, and procedural representations of the software ?
A. design model
B. user’s model
C. mental image
D. system image - Which of the following is a design pattern?
A. Behavioral
B. Structural
C. Abstract Factory
D. All of the mentioned - Which of the following is not a part of a test design document ?
A. Test Plan
B. Test Design Specification
C. Test Case Specification
D. Test Log - 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 - 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 - 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 - 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