Skip to main content

Mumbai University/BE IT/User Interaction Design/Evaluation Techniques and Framework/Multiple Choice Questions - Part 1

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

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. Similar set of questions are asked in the Human Computer Interaction.





Q 1) Which evaluation approach does not involve user?

a. Expert review
b. Query methods
c. Observational methods
d. Experimental methods

Solution: a) Expert review

Q 2) Which of the following are most used in heuristic evaluation?

a. 10 Heuristics of Nielsen
b. 8 Golden Rules of Shneiderman
c. 7 Principles of Norman

Solution: a) 10 Heuristics of Nielsen

Q 3) With respect to the systems functionality, which statement is incorrect?

a. It neglects matching the use of the system to the user’s expectations of the task
b. It must accord with the user’s requirements
c. The design of the system should enable users to perform their intended tasks more easily
d. This includes not only making the appropriate functionality available within the system, but making it clearly reachable by the user

Solution: a) It neglects matching the use of the system to the user’s expectations of the task

Q 4) UI Design evaluation does not occur at _____.

a. Field with users collaboration
b. Developer alone at his home
c. Laboratory

Solution: b) Developer alone at his home

Q 5) With respect to evaluation through expert analysis, which approach is incorrect?

a. Heuristic evaluation
b. Cognitive walkthrough
c. Use of previous work

Solution: c) Use of previous work

Q 6) Drawback of Evaluation through Laboratory studies is __________.

a. Specialist equipment available
b. User can participate in evaluation
c. Uninterrupted environment
d. Lack of context

Solution: d) Lack of context

Q 7) If system location is dangerous or impractical for constrained single user systems to allow controlled manipulation of use then which of the following is appropriate?

a. Evaluator Expert in Laboratory studies
b. Field studies
c. Group of developers in Field studies
d. Group of users only in field studies

Solution: a) Evaluator Expert in Laboratory studies

Q 8) In Laboratory Evaluation technique, which statement is incorrect?

a. Lack of context
b. Uninterrupted environment
c. It is better than field

Solution: c) It is better than field evaluation

Q 9) Which are not Experimental factors in evaluation techniques?

a. Algorithm
b. Experiment design
c. Number of users
d. Variables

Solution: c) Number of users

Q 10) UI Design evaluation process evaluates ______.

a. Planning
b. Analysis
c. Requirement gathering
d. Both design and implementation

Solution: d) Both design and implementation

Q 11) Which is not evaluation techniques in UI Design?

a. Cognitive Walkthrough
b. Prototyping
c. Heuristic Evaluation
d. Review based evaluation

Solution: b) Prototyping

Q 12) Which of the following is not true about the evaluation phase of UXD Process?

a. Scope for improvement is determined
b. What is users favourite colour and shape.
c. Whether the needs of the user and stakeholders are being met is determined
d. New requirements may surface

Solution: b) What is users favourite colour and shape.

Q 13) Heuristic Evaluation is proposed by

a. Huffman
b. Nielson and Molich
c. Norman
d. Shneiderman

Solution: b) Nielson and Molich

Q 14) Which statement is correct about Heuristic evaluation?

a. You cannot use it together with other usability testing methodologies
b. Multiple experts are not required here
c. It cannot provide quick and relatively inexpensive feedback to designers
d. Debugs design

Solution: d) Debugs design

Q 15) Which is not the Problem with data gathering?

a. Synchronization
b. Consistency
c. Availability
d. Sheer volume

Solution: c) Availability


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


Check out the other User Interaction Design MCQs posts

Comments

Popular posts from this blog

50 + Interview Questions/Experiences of TCS DCA April 2021

Hello Everyone! This post is dedicated to the Interview Questions asked in TCS DCA. DCA which is Digital Capability Assessment is usually conducted for the internal employees of TCS who are selected for the Ninja profile. If DCA is cleared successfully, then the candidates are offered Digital profile. That means the profile changes from Assistant System Engineer to System Engineer . This year i.e., in 2021, TCS conducted DCA for the candidates who have received offer letter but not joined TCS as an employee yet. The original DCA which is conducted for internal employees has a different pattern and is not discussed in this post. Rather this post is dedicated to the DCA conducted in March and April 2021 for 2021 recruits. The DCA was conducted on 19 th and 20 th March 2021. The test had two coding questions. To sucessfully clear DCA, all the test cases of both the codes must be passed. In March DCA, a lot of students faced compile...

How to Download and Install Jenkins on Windows Operating System.

Hello Everyone, This is a tutorial about how to download and install Jenkins on Windows Operating System. Jenkins is an open-source automation tool written in Java with plugins built for Continuous Integration purposes. Jenkins is used to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. PREREQUISITE- Java Development Kit (JDK) and Java Runtime Environment (JRE). Currently 1.8 and 1.11 versions are supported by Jenkins. If other versions are installed, kindly reinstall 1.8 or 1.11. DOWNLOADING JENKINS- Step 1) Go to the website https://www.jenkins.io/ and click on the download option. Step 2) In the Downloading Jenkins section, select the LTS (Long Term Support) version for Windows. It is a more stable version with new updates every 2 or 3 months. Step 3) The Jenkins windows installer will be dow...

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