L8 - User Interfaces Flashcards
1
Q
What is UI?
A
- The point where a user interacts and communicates with a device
- GUI - Graphical User Interface
- CLI - Command Line Interface
- VUI - Voice User Interface
1
Q
What is a CLI?
A
- Command Line Interface
- Text based interface
- User interacts with a sys via lines of text
- Shell
- Text based user interface to access an OS services
- CMD
- Terminal
- Bash
2
Q
List the qualities of a good interface
A
- Clear
- Useable
- Preventative
- Consistent
- Recoverable
- Responsive
3
Q
What makes a clear UI?
A
Clear - interface avoids ambiguity by making everything clear through language
4
Q
What makes a useable UI?
A
Useable - The design of the sys = easy and simple to use
- Length of user input
- Layout of info
- Amount of info
5
Q
What makes a preventative UI?
A
Preventive - There should be measures to prevent in-appropriate task
- Involves validating user input and display appropriate error messages
6
Q
What make a consistent UI?
A
Consistent - Use the same letters, characters, sentence structure and colour scheme
7
Q
What makes a recoverable UI?
A
Recoverable - Should be able to recover when an error is made (exception handling)
8
Q
What makes a responsive UI?
A
Responsive - Should provide good feedback to the user about whats happening
- To signal successful or unsuccessful processes