Skip to main content

Mumbai University/BE/IT/User Interaction Design/Introduction to Interaction Design/Multiple Choice Questions - Part 1

Hello Everyone!
This article is based on the common Multiple Choice Questions related to User Interaction Design. The MCQs are based on the First Module - Introduction to Interaction Design.

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 Interaction Design. The MCQs set is prepared from taking different cluster data. These MCQs were also asked in the 2021 Final and Internal Examinations. These MCQs are also related to the subject Human Computer Interaction.




The topics included in this module are -

  • Good and Poor design
  • What is Interaction design?
  • The User Experience
  • The Process of Interaction Design
  • Interaction Design and the User Experience

Q 1) Which is the key characteristic of the interaction design process?

a. User should be involved through the development project
b. Iteration through the four activities is evitable
c. Specific usability and user experience goal should not be identified
d. User need is not considered at the start of the process.

Solution: a) User should be involved through the development project

Q 2) Which one is usability goal?

a. Effectiveness
b. Motivating
c. Aesthetically pleasing
d. Creativity

Solution: a) Effectiveness

Q 3) Mapping in design is used to provide _____.

a. Duplication of data
b. Relationship between controls and effects
c. Sequence of flow
d. Secure the data

Solution: c) Sequence of flow

Q 4) In designing safety is used to _______.

a. Protect the user from dangerous conditions and undesirable situations
b. Protect the user from leaking of data or malpractices
c. Protect the user from duplication of data
d. Protect the user from interrupted data

Solution: a) Protect the user from dangerous conditions and undesirable situations.

Q 5) Advantage of constraining is _____.

a. Prevent from getting wrong feedback
b. Avoid repetition of data
c. Interpretation of problem will be easier
d. Prevent user from selecting incorrect options

Solution: d) Prevent user from selecting incorrect options

Q 6) “Provide as simple an interface as possible” will match with the following UI design Principle _____.

a. Perceptibility
b. Simplicity
c. Clarity
d. Availability

Solution: b) Simplicity

Q 7) Which is the type of constraints in the following?

a. Experimental
b. Internal
c. Physical
d. External

Solution: c) Physical

Q 8) The term used to refer to an attribute of an objective that allows people to know how to use it is known as ______.

a. Consistency
b. Affordance
c. Mapping
d. Expressive

Solution: c) Mapping

Q 9) In design principles, cultural constraints rely on _____.

a. Learned conventions
b. Physical activity
c. Universally accepted interface conventions
d. People’s common sense

Solution: c) Universally accepted interface conventions

Q 10) Benefits of consistency in designing is _______.

a. Easier to learn and use
b. Easy to highlight the data
c. Easy to duplicate the data
d. Easier for understanding sequence of operations

Solution: a) Easier to learn and use

Q 11) Aesthetic and minimalist design is used to avoid _______.

a. Copy of data.
b. Information that is irrelevant or rarely needed.
c. Delay in sequence flow.
d. Complex designing.

Solution: d) Complex designing.

Q 12) Affordance is used to refer to an attribute of an object that allows people to know ________.

a. How to get output
b. What is the cost of product
c. How to use it or interact with it
d. How to increase the productivity

Solution: c) How to use it or interact with it.

Q 13) Which design principle is most important?

a. Simplicity
b. Cost
c. Visibility
d. Popularity

Solution: a) Simplicity

Q 14) User experience goals are concerned with creating systems that enhance user experience in terms of _____.

a. Making it confused
b. Making it helpful and motivating
c. Making it repetitive
d. Making it fussy

Solution: b) Making it helpful and motivating.

Q 15) Usability goals are concerned with meeting specific usability criteria such as _____.

a. Effectiveness
b. Efficiency
c. Learnability
d. Memorability

Solution: a) Effectiveness

Q 16) Which type of feedback is used in interaction design?

a. Textual
b. Visual
c. Questionnaire
d. Quiz

Solution: c) Questionnaire

Q 17) In designing visibility helps user to understand _____.

a. What to do next
b. What will be the output
c. Whether the working of system is proper
d. Whether the solution is correct or wrong

Solution: a) What to do next.

Q 18) Which design principle helps user to continue with the activity based on what has been done earlier?

a. Mapping
b. Consistency
c. Feedback
d. Affordance

Solution: b) Consistency

Q 19) "Prevent errors from occurring whenever possible" will match with the following UI design principle __________.

a. Familiarity
b. Flexibility
c. Forgiveness
d. Responsiveness

Solution: c) Forgiveness

Q 20) In designing learnability refers to ______.

a. How easy a system is to learn to use.
b. How complex is the system.
c. How time consuming is the learning process.
d. How difficult it is to understand the system.

Solution: a) How easy a system is to learn to use.


PAGE 1   ||   PAGE 2   ||   PAGE 3


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