What are the features of a good user interface? - microsoft solution framework

What are the features of a good user interface?

Features of a good UI:

a) “A picture is worth a thousand words”. Thus displaying or conveying messages and instructions through a lot of images and icons help the user guide and use the system.

b) Appropriate uses of colors make a system intuitive enough for highlighting specific information and attracting user’s attention.

c) Ensure that major tasks cannot be accidently performed.

d) Ensure that user has easy access to frequent actions.

e) Display meaningful messages to the user

f) Warn users about actions which might take longer time to execute

g) Provide feedback to the end user when any action is performed and communicate success or failure as well.

h) Enable keyboard shortcuts for frequently performed actions.

i) The UI should provide a personalized look n feel to the end user.

j) Display help messages or manuals which are easy to access

k) The UI should be forgiving enough for wrong/accidental actions performed by the user

l) The UI should be simple and consistent.
Differences between a high-fidelity and low-fidelity design - MSF
Low-fidelity design is more like a sketch on a paper or whiteboard. It is mainly used to review the workflow of the system. It is a high-level design of the system.........
Various types of user interface models - microsoft solution framework
Some of the types of UI are: Graphical UI, Web UI, Command line UI, Touch UI.........
What is a database schema? - microsoft solution framework
Database schema is a formally described structure in terms of DBMS. In an RDBMS, schema is defined using database tables, fields, and relationships (foreign keys)..........
Post your comment