Skip to main content

Mumbai University/BE IT/User Interaction Design/Process of Designing, Prototyping and Construction/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- Process of Designing, Prototyping and Construction.

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 are also related to the subject Human Computer Interaction.




Q 1) In User Interface Design, which question is not a testing question for prototyping?

a. What is cost of designing?
b. How does UI measure up to users expectations?
c. How would users expect interface to look?

Solution: a) What is cost of designing?

Q 2) A _____ menu is a circular representation of menu items.

a. Pull up
b. Pull down
c. Pie
d. Pop-up

Solution: c) Pie

Q 3) _______ menu is the portrayal of menu items or objects in a graphic or pictorial form.

a. Iconic
b. Pop up
c. Pull down
d. Pull up

Solution: a) Iconic

Q 4) In user interface design, an interface metaphor is _____.

a. Online tutorials
b. Technical help for UI design
c. A set of user interface visuals, actions and procedures that exploit specific knowledge of users
d. Set of technical question

Solution: c) A set of user interface visuals, actions and procedures that exploit specific knowledge of users

Q 5) When users are involved in complex tasks, the demand on __________ can be significant.

a. Short-term memory
b. Multiple colours in GUI
c. Objects that appear on the screen
d. Shortcuts

Solution: a) Short-term memory

Q 6) Which of the following is not a design principle that allow the user to maintain control?

a. Show technical internals / code to user.
b. Design for direct interaction with objects that appear on the screen.
c. Allow user interaction to be interrupt-able and undo-able.
d. Provide for flexible interaction.

Solution: b) Design for direct interaction with objects that appear on the screen.

Q 7) Which of the following is not golden rule for interface design?

a. Place the user in control.
b. Make the interface consistent.
c. Use every possible colour in GUI.

Solution: c) Use every possible colour in GUI.

Q 8) Which type of file cannot be played with the Windows Media Player control?

a. WAV
b. AVI
c. MPEG
d. DOC

Solution: d) DOC

Q 9) What establishes the profiles of end users of the system?

a. Design model
b. System image
c. Mental image

Solution: b) System Image

Q 10) The physical devices used to store programs or data on a temporary or permanent basis for use in a computer or other digital electronic device is called as ____.

a. Memory
b. Cache Only
c. Disk I/O
d. Processors

Solution: a) Memory

Q 11) The method in which records are physically stored in a specified order according to a key field in each record is ______.

a. Random
b. Sequential
c. Hash
d. Direct

Solution: c) Hash

Q 12) ________ creates groups of items that are logical, distinctive, meaningful, and mutually exclusive.

a. Menus
b. Groupings
c. Console
d. Icons

Solution: b) Groupings

Q 13) What is not the goal of a good design?

a. Effectiveness
b. Efficiency
c. Safety
d. Inappropriateness

Solution: d) Inappropriateness

Q 14) To turn any UI application into an icon or symbol, ____.

a. Maximize
b. Minimize
c. Desktop
d. Taskbar

Solution: b) Minimize

Q 15) A __________ menu is a sub-menu derived from a higher-level menu, most typically a pull-down.

a. Pull up
b. Graphics
c. Cascading
d. Pop-up

Solution: c) Cascading

PAGE 1   ||   PAGE 2   ||   PAGE 3   ||   PAGE 4


Check out the other User Interaction Design MCQs posts

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