Update for 16-02-22 13:30
This commit is contained in:
parent
3d98d155d6
commit
47390c4997
@ -1,5 +1,15 @@
|
|||||||
= Error Handling =
|
= Error Handling =
|
||||||
|
|
||||||
|
Key points
|
||||||
|
|
||||||
|
* humans are the most unpredictable part of any system and therefore the most
|
||||||
|
difficult to model for design
|
||||||
|
* humans have higher failure rates unde rhigh sctress levels, but are more
|
||||||
|
flexible in recovering form emergegeny situations and the last hope in a
|
||||||
|
potential disaster
|
||||||
|
* there is a tradoff between making the HCI easy and intutive, and ensuring the
|
||||||
|
system safety is not comprimised by a cocky operator
|
||||||
|
|
||||||
== Types of human error ==
|
== Types of human error ==
|
||||||
|
|
||||||
* slips
|
* slips
|
||||||
|
@ -4,6 +4,10 @@ Computer graphics is the field focusing on making a computer generate an image.
|
|||||||
|
|
||||||
== User interfaces ==
|
== User interfaces ==
|
||||||
|
|
||||||
|
Also see ISO 9241-11: Guidance on usability (98) and
|
||||||
|
ISO/IEC 9126: Software product evaulation - Quality characteristics and
|
||||||
|
guidelines for their use (91)
|
||||||
|
|
||||||
* [[8_rules_ui]]
|
* [[8_rules_ui]]
|
||||||
* [[usability_heuristics]]
|
* [[usability_heuristics]]
|
||||||
* [[human_limitations]]
|
* [[human_limitations]]
|
||||||
|
Loading…
Reference in New Issue
Block a user