Skip to main content

Mumbai University/BE/IT/User Interaction Design/Understanding and Conceptualizing Interaction, Cognitive aspects and Social, Emotional Interaction/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 Second Module - (a) Understanding and Conceptualizing Interaction and (b) Cognitive aspects and Social, Emotional Interaction.

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 -

  • Understanding the Problem space and conceptualizing Design
  • Conceptual Model
  • Interface Types
  • Cognitive aspects
  • Social Interaction and Emerging Social Phenomena
  • Emotions and the User Experience
  • Expressive and Frustrating Interfaces
  • Persuasive Technologies

Q 1) Which of them are the activities that users are likely to be engaged in when interacting with the systems?

a. Constructing
b. Exploring
c. Duplicating
d. Renaming

Solution: b) Exploring

Q 2) The conceptual model is conveyed much more explicitly through having the system act and talk via a _____.

a. Visible agent
b. Interface agent
c. Permissive agent
d. Non-visible agent

Solution: a) Visible agent

Q 3) Many interactive systems are based on a hybrid conceptual model. Such models can provide more flexibility, but this can make them ______.

a. Easier to learn
b. Harder to learn
c. Confusing
d. Expressive

Solution: b) Harder to learn

Q 4) Which approach has the disadvantages of misunderstanding that can rise when the search engine is unable to answer the question ______.

a. Instructing
b. Manipulating
c. Conversing
d. Exploring and browsing

Solution: c) Conversing

Q 5) Which communication involves assigning certain roles to people and prescribing a the types of turns that people are allowed to take in a conversation?

a. Formal
b. Informal
c. Chat
d. Debate

Solution: a) Formal

Q 6) Which of them are the main categories of social mechanism and explore how technology systems have designed to facilitate?

a. Sequential mechanism
b. Same physical location.
c. Working mechanism
d. Awareness mechanism

Solution: d) Awareness mechanism

Q 7) Speed and efficiency allows multiple people to be working an same document at ______.

a. Different times
b. Same time
c. Sequentially
d. Anytime

Solution: b) Same time

Q 8) A fundamental aspect of interaction design is to develop a ______.

a. Cognitive model
b. Conceptual model
c. Prototype model
d. Expressive model

Solution: b) Conceptual model

Q 9) An increasingly popular form of anthropomorphism is to create agents and other characters as part of an interface. People are more accepting of ______.

a. Animated interface agents.
b. Believable interface agents.
c. Virtual interface agents.
d. Synthetic interface agents.

Solution: b) Believable interface agents

Q 10) Risk analysis, prototyping, iterative framework. These are the features of which type of model?

a. Spiral model
b. Waterfall model
c. RAD model
d. Star model

Solution: a) Spiral model

Q 11) Written language is permanent while listening is _______.

a. Variation
b. Changeable
c. Transient
d. Fixed

Solution: c) Transient

Q 12) Decisions about conceptual design also should be made ______.

a. Before commencing any physical design
b. After commencing any physical design
c. In between any physical design
d. With certain delay

Solution: a) Before commencing any physical design

Q 13) Attention is the process of selecting things to concentrate on, at a point in time, from the range of possibilities available. Attention involves _____.

a. Tactile sensors
b. Auditory visual senses
c. Infrared sensors
d. Imaging sensors

Solution: b) Auditory visual senses

Q 14) The various collaborative technologies have been designed to support different kinds of communication, from informal to formal and from one-to-one to many-to-many conversations. Collectively, such technologies are often referred to as _____.

a. Virtual classroom (VC)
b. Computer mediated communication (CMC)
c. Asynchronous communication ( AC)
d. Collaborative virtual environments (CVC)

Solution: b) Computer mediated communication (CMC)

Q 15) This occurs when a person uses a tool or device in conjunction with an external representation to help us carry out a computation, called as _______.

a. Computational offloading
b. Internal offloading
c. External cognition
d. Cognitive tracing

Solution: a) Computational offloading

Q 16) Where conversations in real time are supported by letting people talk with each other either using their voices or through typing?

a. Asynchronous communication
b. Synchronous communication
c. Computer mediated communication (CMC)
d. Collaborative virtual environments (CVEs)

Solution: b) Synchronous communication

Q 17) Why do people use erroneous mental models? This assumes the underlying principle of ______.

a. "more is not good"
b. "more is more"
c. "less is better”
d. Greedy attitude

Solution: b) "more is more"

Q 18) Computational offloading occurs when we use a tool or device in conjunction with an ______.

a. Internal representation
b. External representation
c. Combinational
d. Virtual

Solution: b) External representation

Q 19) These models - waterfall model, spiral model and RAD model; belong to which type of engineering?

a. Hardware engineering
b. Software engineering
c. Software analysis
d. Software testing

Solution: b) Software engineering

Q 20) Natural-language systems that enable users to type in questions and give _______.

a. Speech based responses
b. Text based responses
c. Voice based responses
d. Command based responses

Solution: b) Text based responses


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