Skip to main content

250 + Multiple Choice Questions related to all the topics of User Interaction Design

Hello Everyone!
This post is dedicated to the Multiple Choice Questions based on User Interaction Design (UID).


The link to all the posts (already posted/will be posted in future) related to this topic are given below. MCQs of User Interaction Design are given module wise with each module having 3 or 4 parts. There are six modules in total.





SR No Title
Module 1 -
Introduction to Interaction Design
1 Module 1 - Part 1
2 Module 1 - Part 2
3 Module 1 - Part 3
Module 2 -
Understanding and Conceptualizing Interaction
Cognitive aspects and Social, Emotional Interaction
4 Module 2 - Part 1
5 Module 2 - Part 2
6 Module 2 - Part 3
Module 3 -
Data Gathering, Establishing Requirements, Analysis, Interpretation and Presentation
7 Module 3 - Part 1
8 Module 3 - Part 2
9 Module 3 - Part 3
Module 4 -
Process of Interaction Design, Prototyping, Construction
10 Module 4 - Part 1
11 Module 4 - Part 2
12 Module 4 - Part 3
13 Module 4 - Part 4
Module 5 -
Design Rules and Industry standards
14 Module 5 - Part 1
15 Module 5 - Part 2
16 Module 5 - Part 3
17 Module 5 - Part 4
Module 6 -
Evaluation Techniques and Frameworks
18 Module 6 - Part 1
19 Module 6 - Part 2
20 Module 6 - Part 3
21 Module 6 - Part 4

Comments

Popular posts from this blog

50 + Interview Questions/Experiences of TCS DCA April 2021

Hello Everyone! This post is dedicated to the Interview Questions asked in TCS DCA. DCA which is Digital Capability Assessment is usually conducted for the internal employees of TCS who are selected for the Ninja profile. If DCA is cleared successfully, then the candidates are offered Digital profile. That means the profile changes from Assistant System Engineer to System Engineer . This year i.e., in 2021, TCS conducted DCA for the candidates who have received offer letter but not joined TCS as an employee yet. The original DCA which is conducted for internal employees has a different pattern and is not discussed in this post. Rather this post is dedicated to the DCA conducted in March and April 2021 for 2021 recruits. The DCA was conducted on 19 th and 20 th March 2021. The test had two coding questions. To sucessfully clear DCA, all the test cases of both the codes must be passed. In March DCA, a lot of students faced compile...

UML - Use Case Diagram for Vending Machine

Hello Everyone! Here is an example of an Use case Diagram of a Vending Machine System. Problem Statement - A vending machine accepts coins for variety of products. The user selects the drinks from products available through selection panel. If the drink is available the price of the product is displayed. The user then deposits the coins depending on the price of the product. Coin collector collects coin after stipulated time the controller will compare the deposited coin with price. If amount deposited is less than price then error message will be displayed and all deposited coin will be dispensed by the coin dispenser else the drink will be dispensed by the product dispenser. Check out other UML (Unified Modeling Language) Diagrams - Class Diagram   Object Diagram   Sequence Diagram Collaboration Diagram   Activity Diagram   State Diagram   Component Diagram   Deployment Diagram  

UML - Activity Diagram for Vending Machine

Hello Everyone! Here is an example of an Activity Diagram of a Vending Machine. Problem Statement - A vending machine accepts coins for a variety of products. The user selects the drink from products available through selection panel. If the drink is available the price of the product will be displayed. The user then deposits the coins depending on the price of the product. Coin collector collects coin after stipulated time. The controller will compare the deposited coins with the price. If amount is less than the price then an error message will be displayed and all deposited coins will be dispensed by the dispenser. Otherwise the drink will be displayed by the drink dispenser. Check out other UML (Unified Modeling Language) Diagrams - Use Case Diagram   Class Diagram   Object Diagram   Sequence Diagram Collaboration Diagram   State Diagram   Component Diagram   Deployment Diagram