Design - User Interface Design Flashcards

User Interface Design

1
Q

What is User Interface Design?

A
  • User interface design is the process of designing how the system will interact with its users.
  • The study of human-computer interaction (HCI) focuses on: Improving the interactions between users and computers by making computers more usable and receptive to the user’s needs.
  • Some organizations employ professional HCI designers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does usability mean in User Interface Design?

A

The term usability encompasses two related concepts, systems that are:

  • Easy to use
  • Easy to learn
  • When a system’s user interface is very usable, users will be more likely to use the system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the greatest problems facing UI Design?

A
  • Using space effectively: There is often more information to present than room to present it.

Analysts must balance the need for simplicity and pleasant appearance against the need to present the information across multiple pages or screens, which decreases simplicity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the 3 Fundamentals parts of UI Design?

A
  • Navigation Mechanism: the way in which the user gives instructions to the system and tells it what to do (e.g., buttons, menus).
  • Input Mechanism - The way in which the system captures information (e.g., forms for adding new customers).
  • Output Mechanism - The way in which the system provides information to the user (e.g., reports).

These are closely related.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the principles for User Interface Design?

A
  • Layout
  • Content Awareness
  • Aesthetic
  • Usage level
  • Consistency
  • Minimise user effort
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are some types of navigation menus?

A
  • Menu bar
  • Drop-down menu
  • Hyperlink menu
  • Embedded hyperlinks
  • Pop-up menu
  • Tab menu
  • Tool bar
  • Image map
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are some types of Input selection?

A
  • Check box selection list
  • Radio button selection list
  • On-screen selection list
  • Drop-down selection list
  • Combo box selection list
  • Up-down numeric control
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are some types of outputs?

A
  • Detail report
  • Summary report
  • Turnaround document
  • Graphs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the main point of the output design?

A

Outputs are the reports that the system produces, whether on the
screen, on paper, or in other media, such as the Web. Outputs are
perhaps the most visible part of any system, because a primary
reason for using an information system is to access the information
that it produces.

The goal of the output mechanism s to present information to users so that they can accurately understand it with the least effort.

The fundamental principles for output design reflect how the outputs are used and ways to make it simpler for users to understand them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are some disadvantages of Touch Screens in UI Design?

A

Significant (typed) data entry is not ideal for the touch screen environment. Whenever possible, use graphical objects that can be manipulated rather than entering text

It is difficult to provide information to the user through hovering and tool tips.

When using a finger to interact with the application, the finger obscures some of the content on the screen

Can inadvertently “click” things when picking up the device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How can we design our UI prototypes?

A

Paper and Pen and photographs work well for 1 or 2 pages, but as your design grows a sketching tool is productive.

Balsamic and Ninjamock give you a pallet of UI Widgets that are consistent with UI conventions. Beware: too much creativity decreases familiarity.

Sketch in something easily and quickly

Customers / Senior management get to review the product concept without thinking we are done.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How can we test and evaluate UIs?

A

You can test usability with conceptual UI’s:

  • Task Completion Rates
  • Assistance Rates
  • Assisted Completion Rates

These metrics tell you a lot about how much guidance should be embedded in the UI.

Tip: identify a “user” who’s job is to evaluate/test the UI throughout the project.

Keep a record of all tests done (goes in your testing report)
Keep a note of all changes made as a result of finding problems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the difference between UI Design vs System UI Design?

A

Not all interfaces are for users. Example: Interface from software to hardware:

A sensor provides readings to software

An API is an interface: Will your system provide code-level access for the other programs?

Interfaces to exchange data between different systems: What should be exposed? How ill the data be transferred (sockets, protocols), is any transformation required?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly