Book Description
The book is organized into two parts. The first, "Artifacts and Use," focuses on the context of using computer artifacts. The second, "Process and People," focuses on the context of designing computerartifacts.
Author : Morten Kyng
Publisher : MIT Press
Page : 452 pages
File Size : 48,93 MB
Release : 1997
Category : Computers
ISBN : 9780262112239
The book is organized into two parts. The first, "Artifacts and Use," focuses on the context of using computer artifacts. The second, "Process and People," focuses on the context of designing computerartifacts.
Author : Bo Dahlbom
Publisher : Wiley-Blackwell
Page : 320 pages
File Size : 33,99 MB
Release : 1993-10-08
Category : Science
ISBN : 9781557864055
When software systems are delivered too late, when they fail to meet the needs of their users, when only a fraction of their capacity is used, when their maintenance costs more than their development, when changes are impossible – then there is a frantic search for new and better engineering techniques and tools. Dahlbom ande Mathiassen advocate a different approach to these problems: pausing and reflection. Surprisingly little time in the education of systems developers is devoted to a consideration of the methods, goals and politics of computerization. The core of the book is an examination of the notion of quality itself. The effective computer professional must arrive at his or her sense of what quality can and should mean in a particular situation in order to resolve the inevitable creative tensions between the nature of people and that of computers, between structured systems and the process of change. The authors draw on a rich range of literature from philosophy, organizational theory, and technology and social change to support their points. But, adducing many real-life examples they avoid jargon and presuppose no formal background. Computer in Context will help students, computer professionals, and managers alike understand better what it is they are trying to do with computer systems, how and why.
Author : Hugh Beyer
Publisher : Morgan Kaufmann
Page : 498 pages
File Size : 18,80 MB
Release : 1998
Category : Computers
ISBN : 1558604111
This is the only book that describes a complete approach to customer-centered design, from customer data to system design. Readers will be able to develop the work models that represent all aspects of customer work practices.
Author : Bonnie A. Nardi
Publisher : MIT Press
Page : 428 pages
File Size : 32,54 MB
Release : 1996
Category : Computers
ISBN : 9780262140584
This work brings together a collection of 13 contributions that apply activity theory - a psychological theory with a naturalistic emphasis - to problems of human-computer interaction. It presents activity theory as a means of structuring and guiding field studies of human-computer interaction.
Author : Patrick Brézillon
Publisher : Springer
Page : 571 pages
File Size : 17,51 MB
Release : 2014-12-09
Category : Computers
ISBN : 1493918877
This volume explores how context has been and can be used in computing to model human behaviors, actions and communications as well as to manage data and knowledge. It addresses context management and exploitation of context for sharing experience across domains. The book serves as a user-centric guide for readers wishing to develop context-based applications, as well as an intellectual reference on the concept of context. It provides a broad yet deep treatment of context in computing and related areas that depend heavily on computing. The coverage is broad because of its cross-disciplinary nature but treats topics at a sufficient depth to permit a reader to implement context in his/her computational endeavors. The volume addresses how context can be integrated in software and systems and how it can be used in a computing environment. Furthermore, the use of context to represent the human dimension, individually as well as collectively is explained. Contributions also include descriptions of how context has been represented in formal as well as non-formal, structured approaches. The last section describes several human behavior representation paradigms based on the concept of context as its central representational element. The depth and breadth of this content is certain to provide useful as well as intellectually enriching information to readers of diverse backgrounds who have an interest in or are intrigued by using context to assist in their representation of the real world.
Author : Yasmin Bettina Kafai
Publisher : Routledge
Page : 357 pages
File Size : 10,69 MB
Release : 1995
Category : Computer-assisted instruction
ISBN : 0805815120
Video games more than any other media have brought technology into children's homes and hearts. Educators, psychologists, and parents are struck by the quality of engagement that stands in stark contrast to children's usual interest in school homework and other activities. Whereas most research efforts have concentrated on discussing the effects of game playing, this book takes a different stance. It takes a close look at games as a context for learning by placing children in the roles of producers rather than consumers of games. Kafai presents a constructionist vision of computer-based learning activities in schools. She follows a class of sixteen fourth-grade students from an inner-city public elementary school as they were programming games in Logo to teach fractions to third graders. The children transformed their classroom into a game design studio for six months, learning programming, writing stories and dialogues, constructing representations of fractions, creating package designs and advertisements, considering interface design issues, and devising teaching strategies. In this context, programming became a medium for children's personal and creative expression; in the design of their games children engaged their fantasies and built relationships with other pockets of reality that went beyond traditional school approaches. The ideas and discussions presented in this book address educators, researchers, and software and curriculum designers interested in children's learning and thinking with educational technologies.
Author : Rens Brankaert
Publisher : Springer Nature
Page : 348 pages
File Size : 18,86 MB
Release : 2020-07-16
Category : Computers
ISBN : 303032835X
Old age is currently the greatest risk factor for developing dementia. Since older people make up a larger portion of the population than ever before, the resulting increase in the incidence of dementia presents a major challenge for society. Dementia is complex and multifaceted and impacts not only the person with the diagnosis but also those caring for them and society as a whole. Human-Computer Interaction (HCI) design and development are pivotal in enabling people with dementia to live well and be supported in the communities around them. HCI is increasingly addressing the need for inclusivity and accessibility in the design and development of new technologies, interfaces, systems, services, and tools. Using interdisciplinary approaches HCI engages with the complexities and ‘messiness’ of real-world design spaces to provide novel perspectives and new ways of addressing the challenge of dementia and multi-stakeholder needs. HCI and Design in the Context of Dementia brings together the work of international experts, designers and researchers working across disciplines. It provides methodologies, methods and frameworks, approaches to participatory engagement and case studies showing how technology can impact the lives of people living with dementia and those around them. It includes examples of how to conduct dementia research and design in-context in the field of HCI, ethically and effectively and how these issues transcend the design space of dementia to inform HCI design and technology development more broadly. The book is valuable for and aimed at designers, researchers, scholars and caregivers that work with vulnerable groups like people with dementia, and those directly impacted.
Author : Jerome H. Saltzer
Publisher : Morgan Kaufmann
Page : 561 pages
File Size : 30,10 MB
Release : 2009-05-21
Category : Computers
ISBN : 0080959423
Principles of Computer System Design is the first textbook to take a principles-based approach to the computer system design. It identifies, examines, and illustrates fundamental concepts in computer system design that are common across operating systems, networks, database systems, distributed systems, programming languages, software engineering, security, fault tolerance, and architecture.Through carefully analyzed case studies from each of these disciplines, it demonstrates how to apply these concepts to tackle practical system design problems. To support the focus on design, the text identifies and explains abstractions that have proven successful in practice such as remote procedure call, client/service organization, file systems, data integrity, consistency, and authenticated messages. Most computer systems are built using a handful of such abstractions. The text describes how these abstractions are implemented, demonstrates how they are used in different systems, and prepares the reader to apply them in future designs.The book is recommended for junior and senior undergraduate students in Operating Systems, Distributed Systems, Distributed Operating Systems and/or Computer Systems Design courses; and professional computer systems designers. - Concepts of computer system design guided by fundamental principles - Cross-cutting approach that identifies abstractions common to networking, operating systems, transaction systems, distributed systems, architecture, and software engineering - Case studies that make the abstractions real: naming (DNS and the URL); file systems (the UNIX file system); clients and services (NFS); virtualization (virtual machines); scheduling (disk arms); security (TLS) - Numerous pseudocode fragments that provide concrete examples of abstract concepts - Extensive support. The authors and MIT OpenCourseWare provide on-line, free of charge, open educational resources, including additional chapters, course syllabi, board layouts and slides, lecture videos, and an archive of lecture schedules, class assignments, and design projects
Author : Ghaoui, Claude
Publisher : IGI Global
Page : 780 pages
File Size : 48,76 MB
Release : 2005-12-31
Category : Computers
ISBN : 1591407982
Esta enciclopedia presenta numerosas experiencias y discernimientos de profesionales de todo el mundo sobre discusiones y perspectivas de la la interacción hombre-computadoras
Author : Marianne Rudisill
Publisher : Morgan Kaufmann Publishers
Page : 424 pages
File Size : 32,71 MB
Release : 1996
Category : Computers
ISBN :
This book encourages further progress in user interface design in practical settings through examination of three themes: user interface projects that have achieved success in real life outside of the research lab; new methods in user interface design and evaluation; and the organizational context in which user interface design is done, and how design might be better accommodated to this context. The product of a workshop sponsored by the Institute of Cognitive Science at the University of Colorado and the Human-Computer Interaction Laboratory at the NASA Johnson Space Center, these chapters were contributed by invitation from leading user interface practitioners. They were then reviewed, edited, and organized into three corresponding parts for this book: * Success Cases: describes methods for designing and developing user interfaces for which there is convincing evidence of success. Evidence could include commercial sales, realistic test data, clear statements of user satisfaction, or other information that would be accepted by a prudent judge as indicating that the method actually worked. * Emerging Methods: describes new methods for designing and developing user interfaces that have the potential to significantly improve user interface design and development. * Real-World Context: discusses how work in user interface design and development accommodates or fails to accommodate real-world organizational, commercial , or practical requirements, and how this accommodation could be improved. An emphasis on practical design issues combined with broad coverage make this an excellent resource for the interface design professional and a useful text for advanced human-computer interaction courses.