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

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

IoE (Internet of Everything) Question Paper Solution (MCQs) for 2020 Mumbai University Examination Information Technology Semester 8

Hello Everyone! This article is based on the Multiple Choice Questions asked in the University Exam for the subject Internet of Everything. These MCQs were asked in the 2020 Mumbai University-BE-Information Technology-Semester 8 Exam for the subject- Internet of Everything. The question paper for each cluster is different. These MCQs were asked in the examination of one cluster. The question paper had 25 MCQs of 2 marks each. Q 1) ________ involves making smaller and smaller things with the ability to connect and interact. a. Smart Tech b. Micro Tech c. RFID Tech d. Nano Tech Solution: d) Nano Tech Q 2) RFID stands for? a. Radio frequency identification b. Random frequency identification c. Random frequen

How to add Python Plugins in Jenkins

Hello Everyone, This tutorial is based on the different plugins required to execute python programs on Jenkins. 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. To execute any Python Code on Jenkins, there are two essential plugins which must be installed. The two plugins are - Shining Panda plugin and Python plugin. Following are the steps to install the plugins on Jenkins. (These steps are common for the installation of all the plugins). Step 1) Select Manage Jenkins option from the dashboard. Step 2) In Manage Jenkins, select Manage Plugins. Step 3) Now click on the Available tab. In the search bar, enter Python. (If the plugins are already installe