Skip to main content

Mumbai University/BE IT/User Interaction Design/Data Gathering, Analysis and Presentation/Multiple Choice Questions - Part 3

Hello Everyone!
This article is based on the common Multiple Choice Questions related to User Interaction Design. The MCQs are based on the topic- "Data Gathering, Establishing Requirements, Analysis, Interpretation and Presentation".

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. The MCQs are based on the Module 3 of the syllabus and includes topics -

  • Establishing requirements
  • Five key issues
  • Techniques for Data Gathering
  • Data Analysis, Interpretation and Presentation
  • Task description and Task Analysis




Q 1) How does scenario not describe the use of software or other technological support to achieve a task?

a. Suggestively
b. Explicitly
c. Implicitly
d. Graphically

Solution: b) Explicitly

Q 2) Which recording provide the most accurate record of the session?

a. Only video
b. Magnetic tape
c. Only audio
d. Video and audio

Solution: d) Video and audio

Q 3)What also focuses on user goals?

a. Activity diagrams
b. DFDs
c. Use cases
d. Flowcharts

Solution: c) Use cases

Q 4) Who designed Hierarchical Task Analysis?

a. Colin Robson
b. Goetz and LeCompte
c. Annett and Duncan
d. Kahn and Cannell

Solution: c) Annett and Duncan

Q 5) Which interviews pose predetermined questions?

a. Semi-structured
b. Structured
c. Unstructured
d. Hierarchical

Solution: b) Structured

Q 6) Which analysis techniques help to investigate existing systems and current practices?

a. Task
b. Load
c. Strain
d. Test

Solution: a) Task

Q 7) What is the work or behavior that a device is to support provides data from which we can evolve requirements?

a. Confining
b. Dividing
c. Contextualizing
d. Abstracting

Solution: c) Contextualizing

Q 8) What refer to the circumstances in which the interactive product will be expected to operate?

a. Element Requirements
b. Terrain Requirements
c. Environmental Requirements
d. Matrix Requirements

Solution: c) Environmental Requirements

Q 9) What is an example of a system with a simple task flow and relatively low information content that is targeted for the layman?

a. Phone
b. ATM
c. Laptop
d. Tablet

Solution: b) ATM

Q 10) ___________ describes human activities or tasks in a story that allows exploration and discussion of contexts, needs, and requirements.

a. Certainty
b. Scenario
c. Improvision
d. Decline

Solution: b) Scenario

Q 11) Name the ways of finding out what is happening quickly and with little formality.

a. Slow and clean
b. Quick
c. Clean
d. Quick and dirty

Solution: d) Quick and dirty

Q 12) In which form are plans shown?

a. Graphical
b. Point
c. Line
d. Tree

Solution: a) Graphical

Q 13) What often occur simultaneously in ethnography?

a. Data integrity and analysis
b. Data understanding and analysis
c. Data operability and analysis
d. Data collection and analysis

Solution: d) Data collection and analysis

Q 14) Observing is useful at any time during product _________.

a. Deployment
b. Monitoring
c. Integration
d. Development

Solution: d) Development

Q 15) The studies which typically take weeks, months, or even longer to gain an inside understanding of what is going on in a community is known as ______.

a. Ethnocentrists
b. Ethnographic
c. Ethnogenisis
d. Ethnic minorities

Solution: b) Ethnographic

Q 16) Ethnographers reconstruct knowledge to produce detailed descriptions known as ______.

a. Tidy or thick
b. Rich or thick descriptions
c. Poor or thin
d. Untidy or thin

Solution: b) Rich or thick descriptions

Q 17) Which interviews generate rich data?

a. Semi-structured
b. Structured
c. Unstructured
d. Hierarchical

Solution: c) Unstructured

Q 18) Determining goals, exploring questions, and choosing techniques are necessary steps in the _____.

a. Hybrid testing framework
b. Decide framework
c. Linear automation framework
d. Data framework

Solution: b) Decide framework

Q 19) Which data is used to see and analyze what users do and how long they spend on different aspects of the task?

a. Structured data
b. Filtered data
c. Observational data
d. Unstructured data

Solution: c) Observational data

Q 20) _______ can be thought of as a conversation with a purpose.

a. Group discussion
b. Debate
c. Questionnaire
d. Interview

Solution: d) Interview

PAGE 1    ||    PAGE 2    ||    PAGE 3

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