Skip to main content

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

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 technique 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.



Q 1) Which are not problem with Experimental studies on groups?

a. Number of users
b. Data gathering
c. Analysis
d. Choice of task

Solution: a) Number of users

Q 2) Evaluation technique test ______.

a. Usability
b. Colours choice
c. Font style
d. Command button size

Solution: a) Usability

Q 3) Heuristics are related to ______.

a. Make things visible
b. User control and freedom
c. Simplifying the task
d. Principles and guidelines

Solution: d) Principles and guidelines

Q 4) Evaluation doesn't test following in interactive system?

a. Functionality
b. Acceptability
c. Colour combination
d. Usability

Solution: c) Colour combination

Q 5) Evaluation has three main goals, which is incorrect from the following?

a. To identify any specific problems with the system
b. To find out and record the remarkable work of developer

Solution: b) To find out and record the remarkable work of developer

Q 6) Which statement is incorrect with respect to Goals of Evaluation?

a. Assess extent of system functionality
b. Developer can do evaluation at his home alone
c. Identify specific problems
d. Assess effect of interface on user

Solution: b) Developer can do evaluation at his home alone

Q 7) With respect to evaluation of Interactive system, which is incorrect statement?

a. Evaluation should not be thought of as a single phase in the design process
b. We can make a broad distinction between evaluation by the designer or a usability expert, without direct involvement by users, and evaluation that studies actual use of the system.
c. There is no link link between evaluation and the principles and prototyping techniques
d. Ideally, evaluation should occur throughout the design life cycle

Solution: c) There is no link link between evaluation and the principles and prototyping techniques

Q 8) Which statement is incorrect about Evaluation?

a. Occurs in laboratory, field and/or in collaboration with users
b. No need to consider at all stages in the design life cycle
c. Tests usability and functionality of system
d. Evaluates both design and implementation

Solution: b) No need to consider at all stages in the design life cycle

Q 9) Which is not approach of expert evaluation?

a. Analytic methods
b. Model-based methods
c. Observational methods
d. Review methods

Solution: c) Observational methods

Q 10) Cognitive walk-through does not consider ________.

a. What cognitive processes are required?
b. What learning problems may occur?
c. What impact will interaction have on user?
d. What is the colour and shape of UI?

Solution: d) What is the colour and shape of UI?

Q 11) With respect to goal of evaluation, which statement is incorrect?

a. This may identify the aspects of the design which, when used in their intended context like confusion amongst users
b. This may identify the aspects of the design which, when used in their intended context like cause of unexpected results.
c. The final goal of evaluation is to identify specific problems with the design
d. This is not related to the functionality or usability of the design

Solution: d) This is not related to the functionality or usability of the design

Q 12) Which of the following statements is true?

a. Experienced designers can create the best and final design in the first try
b. The interaction design process is looped over only once
c. Evaluation is used to check whether the needs of the user and stakeholders are being met

Solution: c) Evaluation is used to check whether the needs of the user and stakeholders are being met

Q 13) Which statement is incorrect about Review-based evaluation?

a. Design rationale can also provide useful evaluation information
b. Results from the literature used to support or refute parts of design
c. Care needed to ensure results are transferable to new design
d. It is not Model-based evaluation

Solution: d) It is not Model-based evaluation

Q 14) Which are not observational method for evaluation technique?

a. Data gathering
b. Post task walkthrough
c. Automated analysis
d. Think aloud

Solution: a) Data gathering

Q 15) Which rules are used in evaluation of system?

a. Smit and Mosier guidelines
b. Neilson's Heuristics
c. Shneiderman's eight principles

Solution: b) Neilson's Heuristics


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


Check out the other User Interaction Design MCQs posts

Comments

Popular posts from this blog

Statistics - MCQs

STATISTICS  This article contains few statistics MCQs related to mean, median, mode and standard deviation, asked in TCS Freshers placements. Q 1) The mean of the median, the mode and the range of the following data: 15, 10, 17, 13, 25, 17, 11, 18, 14, 19, 12, 20 a. 15 b. 16(2/3) c. 16 d. 15(1/3) Solution: c) 16 Arrange the data in increasing order- 10,11,12,13,14,15,17,17,18,19,20,25 Median = (Sum of the middle two terms)/2 = (15+17) /2 = 16 Mode = Number repeating the most number of times = 17 Range =10 to 25 = 15 Mean of median, mode and range = (16+17+15) /3 =16 Q 2) What is the mean of the mode and the median on the following data? 12, 28, 26, 27, 17, 16, 22, 25, 15, 16,...

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

Android Architecture Stack

Hello Everyone! In this article we are discussing about the android architecture. It is essential for all the android application developers to understand the android architecture to get a clearer idea about the structure on which the application is made. From the exam point of view, the android architecture stack question has been asked several times (sometimes along with the Dalvik Virtual Machine ). Android operating system is a stack of software components which is roughly divided into five sections and four layers. The five sections of android architecture are- Linux kernel Libraries Android Runtime Application Framework Applications This is a layered architecture with each section having a different functionality. A) Linux Kernel - It is the bottom most layer of the architecture. This is the kernel on which android is based. This layer provides a level of abstraction between the hardware devices. It also contains all the l...