Chapter 14 The User View of Operating Systems

Slides:



Advertisements
Similar presentations
Information Technology Project Management – Third Edition
Advertisements

CHAPTER 6: The Little Man Computer
VALUATION OF INVENTORIES:
Prepared by Scott M. Shafer, Updated by William E. Matthews and Thomas G. Roberts, William Patterson University Copyright 2007 John Wiley & Sons, Inc.5-1.
Dilutive Securities and Earnings Per Share
Systems Analysis and Design with UML Version 2.0, Second Edition
Chapter 12 PowerPoint Non-smooth Models.
Accounting Principles, Ninth Edition
Systems Analysis and Design
User Interface. What is a User Interface  A user interface is a link between the user and the computer. It allows the user and the computer to communicate.
© Copyright 2011 John Wiley & Sons, Inc.
SUPPLEMENTARY CHAPTER 2 Instruction Addressing Modes
The Future of COBOL A Focus on Interactive Programming Appendix C Stern & Stern.
© Copyright 2011 John Wiley & Sons, Inc.
ACCOUNTING INFORMATION SYSTEMS
Chapter 18 Three Operating Systems
CHAPTER 4: Representing Integer Data The Architecture of Computer Hardware and Systems Software: An Information Technology Approach 3rd Edition, Irv Englander.
Chapter 12 Three System Examples The Architecture of Computer Hardware and Systems Software: An Information Technology Approach 3rd Edition, Irv Englander.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Chapter 13 Operating Systems: An Overview The Architecture of Computer Hardware and Systems Software: An Information Technology Approach 3rd Edition,
CHAPTER 2: Number Systems
Chapter 101 Information Technology For Management 6 th Edition Turban, Leidner, McLean, Wetherbe Lecture Slides by L. Beaubien, Providence College John.
SUPLEMENTARY CHAPTER 1: An Introduction to Digital Logic The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
CHAPTER 9: Input / Output
5th Edition, Irv Englander
CHAPTER 2: Introduction to Systems Concepts and Systems Architecture
Accounting Information Systems, 1st Edition
TECHNOLOGY GUIDE 2: Software 1. 2 TG2.1 Introduction to Software TG2.2 Software Issues TG2.3 Systems Software TG2.4 Application Software TECHNOLOGY GUIDE.
CHAPTER 11: Modern Computer Systems
CHAPTER 16: The User View of Operating Systems
CHAPTER 11: Modern Computer Systems
CHAPTER 9: Input / Output
CHAPTER 16: The User View of Operating Systems The Architecture of Computer Hardware, Systems Software & Networking: An Information Technology Approach.
Chapter 101 The Design Process Chapter 10 Achieving Quality Through Continual Improvement Claude W. Burrill / Johannes Ledolter Published by John Wiley.
CHAPTER 6: The Little Man Computer
Chapter 111 Information Technology For Management 6 th Edition Turban, Leidner, McLean, Wetherbe Lecture Slides by L. Beaubien, Providence College John.
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved
“Copyright © 2001 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976.
Slide 1-1 Chapter 1 Terms Information Systems Overview Introduction to Information Systems Judith C. Simon.
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976.
Lesson 3: Migrating and Configuring User Data
Lesson 23: Configure File Recovery
Chapter 14 The User View of Operating Systems The Architecture of Computer Hardware and Systems Software: An Information Technology Approach 3rd Edition,
Chapter 14 – Information Systems, First Edition John Wiley & Sons, Inc by France Belanger and Craig Van Slyke Contributor: Brian West, University of Louisiana.
Slide 1 Systems Analysis and Design With UML 2.0 An Object-Oriented Approach, Second Edition Chapter 2: Introduction to Object-Oriented Systems Analysis.
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976.
Copyright 2006 John Wiley & Sons, Inc. Beni Asllani University of Tennessee at Chattanooga Operations Management - 5 th Edition Chapter 10 Supplement Roberta.
Slide 6-1 Chapter 6 System Software Considerations Introduction to Information Systems Judith C. Simon.
Slide 8-1 Chapter 8 Terms Programming Languages Introduction to Information Systems Judith C. Simon.
Lesson 6: Controlling Access to Local Hardware and Applications
A- 1. A- 2 Appendix B Standards of Ethical Conduct for Management Accountants The Institute of Management Accountants has published and promoted the following.
K-1. K-2 Appendix K Standards of Ethical Conduct for Management Accountants The Institute of Management Accountants has published and promoted the following.
PowerPoint Presentation for Dennis, Wixom, & Roth Systems Analysis and Design, 3rd Edition Copyright 2006 © John Wiley & Sons, Inc. All rights reserved.
Slide 6-1 Chapter 6 Terms System Software Considerations Introduction to Information Systems Judith C. Simon.
2-1 Chapter 2 Using VB.NET to Create a First Solution.
“Copyright © 2001 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976.
5th Edition, Irv Englander
CHAPTER 6: The Little Man Computer
CHAPTER 9: Input / Output
Dinesh Mirchandani University of Missouri – St. Louis
CHAPTER 9: Input / Output
Systems Analysis and Design
An Introduction to Programming and VB.NET
Systems Analysis and Design
liquidation of a partnership.
Systems Analysis and Design 5th Edition Chapter 8. Architecture Design
CHAPTER 6: The Little Man Computer
Chapter 2: System Structures
Chapter 15 – Part 2 Networks The Internal Operating System
Chapter 14 The User View of Operating Systems
Presentation transcript:

Chapter 14 The User View of Operating Systems The Architecture of Computer Hardware and Systems Software: An Information Technology Approach 3rd Edition, Irv Englander John Wiley and Sons 2003 Wilson Wong, Bentley College Linda Senne, Bentley College

User Interface Help the user use the computer system productively Provide consistent user interface services to application programs to lower learning curves and increase productivity Choice of user interface depends on the kind of user Writing programs vs. running applications Chapter 14 User View of Operating Systems

User Functions Program execution File commands Mount and unmount devices Printer spooling Security Inter-user communication System Status Program Services DCOM, CORBA, Remote Procedure Call (RPC) Chapter 14 User View of Operating Systems

Interface Design CLI - Command Line Interface Batch System Commands Menu-Driven Interfaces GUI - Graphical User Interface Chapter 14 User View of Operating Systems

Command Line Interface command <operand1> <operand2> … <switch1> <switch2> … Operands keyword (switches) and/or positional Advantages More flexible and powerful Faster for experienced users Can combine commands Chapter 14 User View of Operating Systems

Command Line Interfaces Chapter 14 User View of Operating Systems

Command Languages Provide a mechanism to combine sequences of commands together. These pseudo-programs are known as scripts or batch files. Startup files – OS configuration, user preferences Features of Command Languages Can accept input from the user and can output messages to I/O devices Provide ability to create and manipulate variables Include the ability to branch and loop Ability to specify arguments to the program command and to transfer those arguments to variables within the program Provide error detection and recovery Chapter 14 User View of Operating Systems

DOS Batch File Chapter 14 User View of Operating Systems

UNIX Shell Script Chapter 14 User View of Operating Systems

Menu-Driven Interface No need to memorize commands All available commands are listed Menus can be nested Low data requirements Still used in many ATM and Point-of-Sale systems Chapter 14 User View of Operating Systems

Menu Driven Interface Chapter 14 User View of Operating Systems

Windows Interfaces Also known as Graphical User Interfaces (GUIs) Mouse-driven and icon-based Windows Are allocated to the use of a particular program or process Contain a title bar, menu bar, and widgets Chapter 14 User View of Operating Systems

GUI Interface – Windows XP Chapter 14 User View of Operating Systems

GUI Interface – Linux KDE Chapter 14 User View of Operating Systems

GUI Interface - MacIntosh Chapter 14 User View of Operating Systems

GUI vs. CLI GUI Advantages Disadvantages CLI Advantages Disadvantages Easy to learn and use Little training Amenable to multi-tasking Disadvantages Harder to implement More HW/SW requirements Requires lots of memory SW is complex and difficult to write CLI Advantages More flexible and powerful Faster for experienced users Can combine commands Disadvantages More difficult to learn and use Chapter 14 User View of Operating Systems

X-Windows Chapter 14 User View of Operating Systems

Duocentric Interface Focus on the document rather than the application being executed Expand role of OS by moving capabilities from the application to system services Example: click on document to run program Effort to assure that every application program responds in similar ways to user actions. Chapter 14 User View of Operating Systems

Copyright 2003 John Wiley & Sons All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976 United States Copyright Act without express permission of the copyright owner is unlawful. Request for further information should be addressed to the permissions Department, John Wiley & Songs, Inc. The purchaser may make back-up copies for his/her own use only and not for distribution or resale. The Publisher assumes no responsibility for errors, omissions, or damages caused by the use of these programs or from the use of the information contained herein.” Chapter 14 User View of Operating Systems