Skip to main content

Mumbai University/BE IT/User Interaction Design/Process of Designing, Prototyping and Construction/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 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) To minimize the users memory load we use ____ principles of interface design.

a. Do not provide any tutorial on UI
b. Distract user with multiple colours on every page
c. Establish meaningful defaults
d. Do not define intuitive shortcuts

Solution: c) Establish meaningful defaults

Q 2) An advantage of the database management approach is ________.

a. Data is integrated and can be accessed by multiple programs
b. Data is dependent on programs
c. Data redundancy increases
d. Data is inconsistent

Solution: a) Data is integrated and can be accessed by multiple programs

Q 3) Software that controls the execution of computer programs and may provide various services are ____.

a. Firmware
b. Malware
c. Operating System
d. Database

Solution: c) Operating System

Q 4) Which of the following is not a user interface design process?

a. Interface validation
b. Knowledgeable, frequent users
c. User, task, and environment analysis and modelling
d. Interface design

Solution: b) Knowledgeable, frequent users

Q 5) The _______ is the part of a computer and its software that people can see, hear, touch, talk.

a. GIF
b. JPEG
c. PLC
d. User interface

Solution: d) User Interface

Q 6) What incorporates data, architectural, interface, and procedural representations of the software?

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

Solution: b) Design model

Q 7) Conceptual design ______.

a. is a documentation technique
b. needs data volume and processing frequencies to determine the size of the databas
c. is designing the relational model
d. involves modelling independent of the DBMS

Solution: d) Involves modelling independent of the DBMS

Q 8) ________ represents an Information system graphically.

a. Simply a flowchart
b. Activity diagram
c. Dataflow diagram
d. Pictogram

Solution: c) Dataflow diagram

Q 9) A relational database developer refers to a record as ______.

a. A relation
b. A tuple
c. A criteria
d. An attribute

Solution: b) A tuple

Q 10) Main working space scene on a monitor after turning on a computer with a GUI interface _______.

a. Desktop
b. Start Button
c. View
d. Windows

Solution: a) Desktop

Q 11) Which menu item is not typically found in the File Menu?

a. Concatenate
b. Close
c. Save
d. Print

Solution: a) Concatenate

Q 12) A type of user interface that allows users to interact with electronic devices with images rather than text commands is _______.

a. GUI
b. Desktop
c. Operating System
d. Notification Area

Solution: a) GUI

Q 13) ______ are first-level menus used to provide access to common and frequently used application actions that take place on a wide variety of different windows.

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

Solution: b) Pull down

Q 14) Which of the following option is not considered by the Interface design?

a. The design of the interface between two computers
b. The design of interface between software components
c. The design of interfaces between the software and producers and consumers of information
d. The design of interfaces between software components

Solution: a) The design of the interface between two computers

Q 15) What does IDE stand for?

a. Integrated Design Environment
b. Interior Development Environment
c. Integrated Development Environment
d. Interior Design Environment

Solution: c) Integrated Development Environment


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