Skip to main content

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

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) What is itself an iterative activity in which the sub-activities inform and refine one another?

a. Identifying needs and establishing requirements
b. Only identifying needs
c. Only identifying requirements
d. Establishing renunciation

Solution: a) Identifying needs and establishing requirements

Q 2) Getting the requirements right is crucial to the success of the which product type?

a. Interactive
b. Exclusive
c. Unsupportive
d. Competitive

Solution: a) Interactive

Q 3) Observers can be _________ in the field and in the controlled environments.

a. Outsiders
b. Variable
c. Insiders
d. Conform

Solution: a) Outsiders

Q 4) Who can be thought of as participant observers or not, depending on one’s own point of viewer?

a. Ethnocentrists
b. Ethnographers
c. Ethnogenisis
d. Time-keeper

Solution: b) Ethnographers

Q 5) The analysis which is strongly interpretive and pays great attention to context is known as _______.

a. Content
b. Discourse
c. Qualitative
d. Quantitative

Solution: b) Discourse

Q 6) The observational data provides insights into users which reactions?

a. Negative
b. Positive
c. Affective
d. Tedious

Solution: c) Affective

Q 7) The range of answers to demographic questionnaires is ________.

a. Unforeseeable
b. Occasional
c. Episodic
d. Predicatble

Solution: d) Predicatble

Q 8) Video and interaction logs capture everything that the user does during a _______.

a. Usability test
b. Functionality test
c. Veracity test
d. Interactive test

Solution: a) Usability test

Q 9) What help observers to keep their goals and questions in sight?

a. Insights
b. Questionnaire
c. Templates
d. Frameworks

Solution: d) Frameworks

Q 10) ___________ are useful when users are scattered and unreachable in person.

a. Diaries
b. Leaflets
c. Templates
d. Notepads

Solution: a) Diaries

Q 11) Ethnographic study allows multiple ____________ of reality.

a. Interrogation
b. Interpretations
c. Interactions
d. Integration

Solution: b) Interpretations

Q 12) Who may be participant observers or ethnographers?

a. Inside observer
b. Outside observer
c. Introvert
d. Outside-inside observer

Solution: a) Inside observer

Q 13) Who developed essential use cases?

a. Colin Robson
b. Goetz and LeCompte
c. Constantine and Lockwood
d. Kahn and Cannell

Solution: c) Constantine and Lockwood

Q 14) What do essential use cases represent from scenarios?

a. Solid data
b. Abstractions
c. Concrete figures
d. Representations

Solution: b) Abstractions

Q 15) What capture the type, volatility, size/amount, persistence, accuracy, and value of the amounts of the required data?

a. Data requirements
b. Data obligation
c. Data specification
d. Data stipulation

Solution: a) Data requirements

Q 16) ______ and questions provide a focus for observation.

a. Goals
b. Futility
c. Unimportance
d. Triviality

Solution: a) Goals

Q 17) Which data is interpreted and used to tell the story about what was observed?

a. Qualitative
b. Quantitative
c. Statistical
d. Analytical

Solution: a) Qualitative

Q 18) The aim of the ____ is to begin structuring and recording descriptions of requirements.

a. Ignorance
b. Complication
c. Misconception
d. Interpretation

Solution: d) Interpretation

Q 19) The data which is collected from interaction and video logs and presented as values, tables, charts and graphs and is treated statistically is _____.

a. Analytical
b. Qualitative
c. Quantitative
d. Discourse

Solution: c) Quantitative

Q 20) The walkthroughs which involve simulating a user's problem-solving process at each step in the human-computer dialog is _____.

a. Absurb
b. Cognitive
c. Non cognitive
d. Loony

Solution: b) Cognitive



PAGE 1   ||    PAGE 2    ||    PAGE 3

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