Skip to main content

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

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.





Q 1) In Nielson’s heuristics, which is not correct about “Help and documentation”?

a. Help and documentation should be easy to search, focused on the user’s task.
b. Help and documentation should be easy to list concrete steps to be carried out, and not be too large.
c. Help and documentation should be complex to list the steps to be carried out too large steps.
d. Few systems can be used with no instructions so it may be necessary to provide help and documentation.

Solution: c) Help and documentation should be complex to list the steps to be carried out too large steps.

Q 2) GOMS stands for _________.

a. Goals, Operators, Methods and Selection
b. Government, Operators, Methods and Selection
c. Government, Operators, Methods and Security
d. Goals, Operators, Methods and Security

Solution: a) Goals, Operators, Methods and Selection

Q 3) With respect to Dialog models, which statement is incorrect?

a. Evaluate unreachable states.
b. Evaluate circular dialogs.
c. Evaluate dialog sequences for problems.
d. Evaluate only simple and easy dialogs.

Solution: d) Evaluate only simple and easy dialogs.

Q 4) With respect to The reviewer, which statement is incorrect?

a. Reviewers select evidence carefully.
b. Reviewers note the experimental design to be chosen.
c. Reviewers note the population of participants used.
d. Reviewers simply ignore evidence and interaction design.

Solution: d) Reviewers simply ignore evidence and interaction design.

Q 5) With respect to laboratory observation, which statement is incorrect?

a. Laboratory observation is not applicable if the system is to be located in a dangerous location.
b. Laboratory observation is applicable if the system is to be located in a remote location.
c. Laboratory observation is applicable to a space station.
d. Laboratory observation is applicable if the System is to be located in a dangerous location.

Solution: a) Laboratory observation is not applicable if the system is to be located in a dangerous location.

Q 6) With respect to Obstacles in field studies, which statement is incorrect?

a. High levels of ambient noise
b. Greater levels of movements
c. Constant interruptions
d. Field observation is very simple and no distraction

Solution: d) Field observation is very simple and no distraction

Q 7) Field observation is to be preferred to laboratory studies because ________.

a. Even interruptions are important to divert the attention from evaluation
b. It allows us to study the interaction as it occurs in actual use
c. In Field observations the participants are likely to be influenced and distracted by the presence of people
d. Continuous phone call may provide input to evaluation process

Solution: b) It allows us to study the interaction as it occurs in actual use

Q 8) Which statement is false?

a. In Evaluation experiments, If participants are not actual users, they should be chosen to be of a similar age and level of education as the intended user group
b. In evaluation experiments, participants should be chosen to match the expected user population as closely as possible
c. In Evaluation experiments, users experience with computers in general, and with systems related to that being tested, should be similar
d. In evaluation experiments, it is not necessary that participants should be chosen to match the expected user population as closely as possible

Solution: d) In evaluation experiments, it is not necessary that participants should be chosen to match the expected user population as closely as possible

Q 9) Example of dependent variables are ______.

a. Speed of menu selection
b. Level of help
c. Number of menu items
d. Interface style

Solution: a) Speed of menu selection

Q 10) What is incorrect in Hypothesis experiment?

a. It is a prediction of the outcome of an experiment
b. It is framed in terms of the independent and dependent variables
c. A variation in the independent variable will cause a difference in the dependent variable
d. The aim of the experiment is to prove that null hypothesis is correct which states that there is no difference in the dependent variable between the levels of the independent variable

Solution: d) The aim of the experiment is to prove that null hypothesis is correct which states that there is no difference in the dependent variable between the levels of the independent variable

Q 11) Factors that the experimenter does not consider in the design are ______.

a. The visual appearance
b. The independent variables
c. The dependent variables
d. The participants

Solution: a) The visual appearance

Q 12) The choice of experimental method will not depend on _____.

a. The resources available
b. How far learning transfer is likely or can be controlled?
c. How representative the participant group is considered to be?
d. How the user and developer behaves?

Solution: d) How the user and developer behaves?

Q 13) Which of the following is incorrect?

a. The dependent variable is the measured one and subject to random experimental variation
b. A continuous variable can take only upper limit or lower limit value
c. A discrete variable can only take a finite number of values or levels
d. The independent variable is the measured one and subject to random experimental variation

Solution: d) The independent variable is the measured one and subject to random experimental variation

Q 14) Which of the following is not a data-collection method?

a. Research questions
b. Unstructured interviewing
c. Postal survey questionnaires
d. Participant observation

Solution: a) Research questions

Q 15) Which of the following is not a step in data analysis?

a. Obtain the data
b. Clean the data
c. Duplication of data
d. Represent data in standard format

Solution: c) Duplication of data


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