Skip to main content

Mumbai University/BE IT/User Interaction Design/Design Rules and Standards/Multiple Choice Questions - Part 3

Hello Everyone!
This article is based on the common Multiple Choice Questions related to User Interface Design. The MCQs are based on the topic- Design rules and standards

From the University Exam point of view, these MCQs were given as question bank in the 2020 Mumbai University-BE-Information Technology Exam for the subject- User Interface Design. The MCQs set is prepared from taking different cluster data.





Q 1) Predictability is defined as _______.

a. Likeness in input–output behavior arising from similar situations or similar task objectives
b. Support for the user to extend knowledge of specific interaction within and across applications to other similar situations
c. Support for the user to assess the effect of past operations on the current state
d. Support for the user to determine the effect of future action based on past interaction history

Solution: d) Support for the user to determine the effect of future action based on past interaction history

Q 2) Synthesizability is defined as _________.

a. Likeness in input–output behavior arising from similar situations or similar task objectives
b. Support for the user to extend knowledge of specific interaction within and across applications to other similar situations
c. Support for the user to assess the effect of past operations on the current state
d. Support for the user to determine the effect of future action based on past interaction history

Solution: c) Support for the user to assess the effect of past operations on the current state

Q 3) Familiarity is defined as _____.

a. The extent to which a user’s knowledge and experience in other real-world or computer based domains can be applied when interacting with a new system
b. Support for the user to extend knowledge of specific interaction within and across applications to other similar situations
c. Support for the user to assess the effect of past operations on the current state
d. Support for the user to determine the effect of future action based on past interaction history

Solution: a) The extent to which a user’s knowledge and experience in other real-world or computer based domains can be applied when interacting with a new system

Q 4) Generalizability is defined as _______.

a. The extent to which a user’s knowledge and experience in other real-world or computer based domains can be applied when interacting with a new system
b. Support for the user to extend knowledge of specific interaction within and across applications to other similar situations
c. Support for the user to assess the effect of past operations on the current state
d. Support for the user to determine the effect of future action based on past interaction history

Solution: b) Support for the user to extend knowledge of specific interaction within and across applications to other similar situations

Q 5) Consistency is defined as _______.

a. Likeness in input–output behavior arising from similar situations or similar task objectives
b. Support for the user to extend knowledge of specific interaction within and across applications to other similar situations
c. Support for the user to assess the effect of past operations on the current state
d. Support for the user to determine the effect of future action based on past interaction history

Solution: a) Likeness in input–output behavior arising from similar situations or similar task objectives

Q 6) Related principle to Dialog initiative is ________.

a. Adaptivity, adaptability
b. System/user pre-emptiveness
c. Concurrent vs. interleaving, multi-modality
d. Representation multiplicity, equal opportunity

Solution: b) System/user pre-emptiveness

Q 7) Related principle to Multi-threading is _________.

a. Adaptivity, adaptability
b. System/user pre-emptiveness
c. Concurrent vs. interleaving, multi-modality
d. Representation multiplicity, equal opportunity

Solution: c) Concurrent vs. interleaving, multi-modality

Q 8) Related principle to Customizability is ________.

a. Adaptivity, adaptability
b. System/user pre-emptiveness
c. Concurrent vs. interleaving, multi-modality
d. Representation multiplicity, equal opportunity

Solution: a) Adaptivity, adaptability

Q 9) Related principle to Substitutivity is ________.

a. Adaptivity, adaptability
b. Equivalent replacement
c. Concurrent vs. interleaving, multi-modality
d. Representation multiplicity, equal opportunity

Solution: d) Representation multiplicity, equal opportunity

Q 10) Observability is defined as ________.

a. Ability of the user to evaluate the internal state of the system from its perceivable representation
b. Ability of the user to take corrective action once an error has been recognized
c. How the user perceives the rate of communication with the system
d. The degree to which the system services support all of the tasks the user wishes to perform and in the way that the user understands them

Solution: a) Ability of the user to evaluate the internal state of the system from its perceivable representation

Q 11) Recoverability is defined as ________.

a. Ability of the user to evaluate the internal state of the system from its perceivable representation
b. Ability of the user to take corrective action once an error has been recognized
c. How the user perceives the rate of communication with the system
d. The degree to which the system services support all of the tasks the user wishes to perform and in the way that the user understands them

Solution: b) Ability of the user to take corrective action once an error has been recognized

Q 12) Responsiveness is defined as ___________.

a. Ability of the user to evaluate the internal state of the system from its perceivable representation
b. Ability of the user to take corrective action once an error has been recognized
c. How the user perceives the rate of communication with the system
d. The degree to which the system services support all of the tasks the user wishes to perform and in the way that the user understands them

Solution: c) How the user perceives the rate of communication with the system

Q 13) Task conformance is defined as __________.

a. Ability of the user to evaluate the internal state of the system from its perceivable representation
b. Ability of the user to take corrective action once an error has been recognized
c. How the user perceives the rate of communication with the system
d. The degree to which the system services support all of the tasks the user wishes to perform and in the way that the user understands them

Solution: d) The degree to which the system services support all of the tasks the user wishes to perform and in the way that the user understands them

Q 14) Related principles with Observability is __________.

a. Browsability, static/dynamic defaults, reachability, persistence, operation visibility
b. Reachability, forward/ backward recovery, commensurate effort
c. Stability
d. Task completeness, task adequacy

Solution: a) Browsability, static/dynamic defaults, reachability, persistence, operation visibility

Q 15) Related principles with Recoverability is _______.

a. Browsability, static/dynamic defaults, reachability, persistence, operation visibility
b. Reachability, forward/ backward recovery, commensurate effort
c. Stability
d. Task completeness, task adequacy

Solution: b) Reachability, forward/ backward recovery, commensurate effort


PAGE 1   ||   PAGE 2   ||   PAGE 3   ||   PAGE 4


Check out the other User Interaction Design MCQs posts

Comments

Popular posts from this blog

UML - Use Case Diagram for Vending Machine

Hello Everyone! Here is an example of an Use case Diagram of a Vending Machine System. Problem Statement - A vending machine accepts coins for variety of products. The user selects the drinks from products available through selection panel. If the drink is available the price of the product is displayed. The user then deposits the coins depending on the price of the product. Coin collector collects coin after stipulated time the controller will compare the deposited coin with price. If amount deposited is less than price then error message will be displayed and all deposited coin will be dispensed by the coin dispenser else the drink will be dispensed by the product dispenser. Check out other UML (Unified Modeling Language) Diagrams - Class Diagram   Object Diagram   Sequence Diagram Collaboration Diagram   Activity Diagram   State Diagram   Component Diagram   Deployment Diagram  

UML - Activity Diagram for Vending Machine

Hello Everyone! Here is an example of an Activity Diagram of a Vending Machine. Problem Statement - A vending machine accepts coins for a variety of products. The user selects the drink from products available through selection panel. If the drink is available the price of the product will be displayed. The user then deposits the coins depending on the price of the product. Coin collector collects coin after stipulated time. The controller will compare the deposited coins with the price. If amount is less than the price then an error message will be displayed and all deposited coins will be dispensed by the dispenser. Otherwise the drink will be displayed by the drink dispenser. Check out other UML (Unified Modeling Language) Diagrams - Use Case Diagram   Class Diagram   Object Diagram   Sequence Diagram Collaboration Diagram   State Diagram   Component Diagram   Deployment Diagram  

UML - Object Diagram for Hospital Management System

Hello Everyone! Here is an example of an Object Diagram for Hospital Management System. Problem Statement - The hospital wishes to maintain a database to assist with the administration of its wards and operating theatre and to maintain information related to its patients, surgeons and nurse. Most patients are assigned to a ward on admittance and each ward may contain many patients. However, consultants (senior surgeons) in the hospital may have private patients who are assigned to private room. A nurse may or may not be assigned to a ward and she cannot be assigned to more than one ward. A ward may have many nurses assigned to it. Each ward is dedicated to a particular type of patient. A nurse may or may not be assigned to a theatre and she cannot be assigned more than one theatre. Theatre may have many nurses assigned to it. A patient may have number of operations. The information to be recorded about the operation includes the type of operation, the patients, the surgeons involv...