CS408 GDB Solution Fall 22 by GetReady

 CS408 GDB Solution Fall 22 by GetReady



Sr#

Scenario

Design Principle

1

Suppose you are going to build a mobile application. To make an aesthetically pleasant GUI, you choose the same color theme for whole of the application. So you choose the same color theme to achieve the same look.

Design Principle:

Consistency

Justification:

The design principle of Consistency Is being applied in the first scenario by using the same color theme throughout the mobile application in order to create a cohesive and aesthetically pleasing user interface

2

Suppose you go to different shopping malls and you see many elevators there. You know that you can use it to go on the different floors of the shopping mall by pressing the buttons in the elevator. So, you enter into the elevator and pressed the button. It helps to transport you between different floors according to your instructions.

Design Principle:

Affordance

Justification:

The design principle of affordance I being applied in the second scenario by providing clear and intuitive cues e.g. buttons on the elevator to indicate how the elevator can be used to move between different floors. the button afford (i.e. make it possible) the user to give instructions to the elevator and perform the desired action.