Human-computer interaction: fundamentals and practice
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Boca Raton, Fla.[u.a.]
CRC Press
2015
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XIII, 170 S. Illustrationen, Diagramme, Karten |
ISBN: | 9781482233896 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV042709844 | ||
003 | DE-604 | ||
005 | 20160909 | ||
007 | t | ||
008 | 150722s2015 a||| |||| 00||| eng d | ||
020 | |a 9781482233896 |9 978-1-4822-3389-6 | ||
024 | 3 | |a 9781482233896 | |
035 | |a (OCoLC)908611983 | ||
035 | |a (DE-599)BSZ429172079 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-355 |a DE-573 |a DE-20 | ||
082 | 0 | |a 004.019 | |
084 | |a ST 278 |0 (DE-625)143644: |2 rvk | ||
100 | 1 | |a Kim, Gerard Jounghyun |e Verfasser |4 aut | |
245 | 1 | 0 | |a Human-computer interaction |b fundamentals and practice |c Gerard Jounghyun Kim |
264 | 1 | |a Boca Raton, Fla.[u.a.] |b CRC Press |c 2015 | |
300 | |a XIII, 170 S. |b Illustrationen, Diagramme, Karten | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Human-computer interaction | |
650 | 0 | 7 | |a Mensch-Maschine-Kommunikation |0 (DE-588)4125909-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Mensch-Maschine-Kommunikation |0 (DE-588)4125909-9 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Regensburg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028141203&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-028141203 |
Datensatz im Suchindex
_version_ | 1804174912542212096 |
---|---|
adam_text | Contents
Preface ix
About the Author Xlii
Chapter 1 Introduction 1
1.1 What HCT Is and Why It Is Important 1
1.2 Principles of HCI 3
1.2.1 Know Thy User” 3
1.2.2 Understand the Task 6
1.2.3 Reduce Memory Load 7
1.2.4 Strive for Consistency 7
1.2.5 Remind Users and Refresh Their Memory 8
1.2.6 Prevent Errors/Reversal of Action 9
1.2.7 Naturalness 10
1.3 Summary 11
References 12
Charter 2 Specific HCI Guidelines 13
2.1 Guideline Categories 13
2.2 Examples of HCI Guidelines 15
2.2.1 Visual Display Layout (General HCI Design) 15
2.2.2 Information Structuring and Navigation
(General HCI Design) 16
2.2.3 Taking User Input (General HCI Design) 18
2.2.4 Users with Disability (User Type) 20
2.2.5 Mobile Device (Platform Type) 21
2.2.6 Icons tor Apple iOS and Fonts for Windows
XP (Vendor) 23
V
24
24
25
26
27
29
29
30
32
37
38
44
47
52
53
53
55
56
56
57
59
59
61
61
65
72
73
73
74
75
78
81
82
83
83
84
85
85
90
91
92
93
CONTENTS
2.2.7 “Earcon” Design for Aural Interface (Modality)
2.2.8 Cell Phones (or Making Calls) in
Automobiles (Task)
2.2.9 E-Commerce (Application)
2.3 Summary
References
Human Factors as HCI Theories
3.1 Human Information Processing
3.1.1 Task Modeling and Human Problem-
Solving Model
3.1.2 Human Reaction and Prediction of
Cognitive Performance
3.2 Sensation and Perception of Information
3.2.1 Visual
3.2.2 Aural
3.2.3 Tactile and Haptic
3.2.4 Multimodal Interaction
3.3 Human Body Ergonomics (Motor Capabilities)
3.3.1 Fitts’s Law
3.3.2 Motor Control
3.4 Others
3.5 Summary
References
HCI Design
4.1 The Overall Design Process
4.2 Interface Selection Options
4.2.1 Hardware Platforms
4.2.2 Software Interface Components
4.3 Wire-Framing
4.4 “Naïve” Design Example: No Sheets 1.0
4.4.1 Requirements Analysis
4.4.2 User Analysis
4.4.3 Making a Scenario and Task Modeling
4.4.4 Interface Selection and Cpnsolidation
4.5 Summary
References
User Interface Laver
5.1 Understanding the UI Layer and Its Execution Framework
5.2 Input and Output at the Low Level
5.3 Processing the Input and Generating Output
5.3.1 Events, UI Objects, and Event Handlers
5.3.2 Event-Driven Program Structure
5.3.3 Output
5.4 Summary
Reference
VII
95
95
96
101
106
110
111
113
113
114
114
115
115
116
118
119
120
121
121
124
125
127
130
133
134
135
137
139
140
142
148
149
153
154
157
158
159
161
161
163
CONTENTS
U I Development Toolkit
6.1 User Interface Toolkit
6.2 Java AWT UI Toolkit
6.3 Android UI Execution Framework and Toolkit
6.4 Examples: iOS UIKit Framework and Toolkit
6.5 Summary
References
Interactive System Development
F R AM EWOR K
7.1 Model, View, and Controller (MVC)
7.1.1 Model
7.1.2 View
7.1.3 Controller
7.1.4 View/Controller
7.2 Example of MVC Implementation 1: Simple Bank
Application
7.3 Example of MVC Implementation 2: No Sheets
7.4 Summary
References
User Interface Evaluation
8.1 Evaluation Criteria
8.2 Evaluation Methods
8.2.1 Focus Interview/Enactment/Observation Study
8.2.2 Expert Heuristic Evaluation
8.2.3 Measurement
8.2.4 Safety and Ethics in Evaluation
8.3 Summary
References
Future of H C I
9.1 Non-WIMP/Natural/Multimodal Interfaces
9.1.1 Language Understanding
9.1.2 Gestures
9.1.3 Image Recognition and Understanding
9.1.4 Multimodal Interaction
9.2 Mobile and Handheld Interaction
9.3 High-End Cloud Service and Multimodal Client Interaction
9.4 Natural/Immersive/Experiential Interaction
9.5 Mixed and Augmented Reality
9.6 Others
9.7 Summary
References
|
any_adam_object | 1 |
author | Kim, Gerard Jounghyun |
author_facet | Kim, Gerard Jounghyun |
author_role | aut |
author_sort | Kim, Gerard Jounghyun |
author_variant | g j k gj gjk |
building | Verbundindex |
bvnumber | BV042709844 |
classification_rvk | ST 278 |
ctrlnum | (OCoLC)908611983 (DE-599)BSZ429172079 |
dewey-full | 004.019 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.019 |
dewey-search | 004.019 |
dewey-sort | 14.019 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01377nam a2200349 c 4500</leader><controlfield tag="001">BV042709844</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20160909 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">150722s2015 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781482233896</subfield><subfield code="9">978-1-4822-3389-6</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781482233896</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)908611983</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BSZ429172079</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-355</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-20</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">004.019</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 278</subfield><subfield code="0">(DE-625)143644:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Kim, Gerard Jounghyun</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Human-computer interaction</subfield><subfield code="b">fundamentals and practice</subfield><subfield code="c">Gerard Jounghyun Kim</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Boca Raton, Fla.[u.a.]</subfield><subfield code="b">CRC Press</subfield><subfield code="c">2015</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIII, 170 S.</subfield><subfield code="b">Illustrationen, Diagramme, Karten</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Human-computer interaction</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Mensch-Maschine-Kommunikation</subfield><subfield code="0">(DE-588)4125909-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Mensch-Maschine-Kommunikation</subfield><subfield code="0">(DE-588)4125909-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028141203&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-028141203</subfield></datafield></record></collection> |
id | DE-604.BV042709844 |
illustrated | Illustrated |
indexdate | 2024-07-10T07:07:56Z |
institution | BVB |
isbn | 9781482233896 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-028141203 |
oclc_num | 908611983 |
open_access_boolean | |
owner | DE-355 DE-BY-UBR DE-573 DE-20 |
owner_facet | DE-355 DE-BY-UBR DE-573 DE-20 |
physical | XIII, 170 S. Illustrationen, Diagramme, Karten |
publishDate | 2015 |
publishDateSearch | 2015 |
publishDateSort | 2015 |
publisher | CRC Press |
record_format | marc |
spelling | Kim, Gerard Jounghyun Verfasser aut Human-computer interaction fundamentals and practice Gerard Jounghyun Kim Boca Raton, Fla.[u.a.] CRC Press 2015 XIII, 170 S. Illustrationen, Diagramme, Karten txt rdacontent n rdamedia nc rdacarrier Human-computer interaction Mensch-Maschine-Kommunikation (DE-588)4125909-9 gnd rswk-swf Mensch-Maschine-Kommunikation (DE-588)4125909-9 s DE-604 Digitalisierung UB Regensburg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028141203&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Kim, Gerard Jounghyun Human-computer interaction fundamentals and practice Human-computer interaction Mensch-Maschine-Kommunikation (DE-588)4125909-9 gnd |
subject_GND | (DE-588)4125909-9 |
title | Human-computer interaction fundamentals and practice |
title_auth | Human-computer interaction fundamentals and practice |
title_exact_search | Human-computer interaction fundamentals and practice |
title_full | Human-computer interaction fundamentals and practice Gerard Jounghyun Kim |
title_fullStr | Human-computer interaction fundamentals and practice Gerard Jounghyun Kim |
title_full_unstemmed | Human-computer interaction fundamentals and practice Gerard Jounghyun Kim |
title_short | Human-computer interaction |
title_sort | human computer interaction fundamentals and practice |
title_sub | fundamentals and practice |
topic | Human-computer interaction Mensch-Maschine-Kommunikation (DE-588)4125909-9 gnd |
topic_facet | Human-computer interaction Mensch-Maschine-Kommunikation |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028141203&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT kimgerardjounghyun humancomputerinteractionfundamentalsandpractice |