Lecturer: Dr. AJ Bieszczad Chapter 1010-1 Types of training User training Operator training Special training needs: –infrequent vs. frequent users –new.

Slides:



Advertisements
Similar presentations
Operating Systems Components of OS
Advertisements

Credit hours: 4 Contact hours: 50 (30 Theory, 20 Lab) Prerequisite: TB143 Introduction to Personal Computers.
Chapter 10 Delivering the System Shari L. Pfleeger Joann M. Atlee 4 th Edition.
9/20/6Lecture 3 - Instruction Set - Al1 Exception Handling (2)
Chapter 5: Common Support Problems
Starting Out with C++, 3 rd Edition 1 Chapter 1. Introduction to Computers and Programming.
COSC 120 Computer Programming
Designing the system Conceptual design and technical design
Technical Writing II Acknowledgement: –This lecture notes are based on many on-line documents. –I would like to thank these authors who make the documents.
Lecturer: Dr. AJ Bieszczad Chapter Lehman’s system types S-system: formally defined, derivable from a specification P-system: requirements based.
Software and Software Vulnerabilities. Synopsis Array overflows Stack overflows String problems Pointer clobbering. Dynamic memory management Integer.
What is software engineering?
Cs238 Lecture 3 Operating System Structures Dr. Alan R. Davis.
Lecturer: Dr. AJ Bieszczad Chapter 22-1 Process includes: all major process activities resources used, subject to set of constraints (such as schedule)
Chapter 11 Interrupt Interface of the 8088 and 8086 Microcomputer
Systems Software Operating Systems.
System Implementation
Documentation 1. User Documentation 2. Technical Documentation 3. Program Documentation.
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.
CEDROM-SNi’s DITA- based Project From Analysis to Delivery By France Baril Documentation Architect.
CS102 Introduction to Computer Programming
Dr. Pedro Mejia Alvarez Software Testing Slide 1 Software Testing: Building Test Cases.
CSE 1340 Introduction to Computing Concepts Class 2.
ISBN Prentice-Hall, 2006 Chapter 10 Delivering the System Copyright 2006 Pearson/Prentice Hall. All rights reserved.
1. Topics to be discussed Introduction Objectives Testing Life Cycle Verification Vs Validation Testing Methodology Testing Levels 2.
By Anthony W. Hill & Course Technology1 Common End User Problems.
Chapter 3: Operating-System Structures System Components Operating System Services System Calls System Programs System Structure Virtual Machines System.
Software Engineering Chapter 23 Software Testing Ku-Yaw Chang Assistant Professor Department of Computer Science and Information.
Chapter 8 – Software Testing Lecture 1 1Chapter 8 Software testing The bearing of a child takes nine months, no matter how many women are assigned. Many.
FCS - AAO - DM COMPE/SE/ISE 492 Senior Project 2 System/Software Test Documentation (STD) System/Software Test Documentation (STD)
1 12 Systems Analysis and Design in a Changing World, 2 nd Edition, Satzinger, Jackson, & Burd Chapter 12 Designing Systems Interfaces, Controls, and Security.
CH10: Delivering the System help users to understand and feel comfortable with our product * Training * Documentation TECH Computer Science.
Delivering the System 中国科学技术大学软件学院 孟宁 2012 年 11 月.
Linux+ Guide to Linux Certification Chapter Eight Working with the BASH Shell.
Dr. Tom WayCSC Testing and Test-Driven Development CSC 4700 Software Engineering Based on Sommerville slides.
Date: File:PRO1_12E.1 SIMATIC S7 Siemens AG All rights reserved. Information and Training Center Knowledge for Automation Troubleshooting.
16 October Reminder Types of Testing: Purpose  Functional testing  Usability testing  Conformance testing  Performance testing  Acceptance.
1 Technical & Business Writing (ENG-315) Muhammad Bilal Bashir UIIT, Rawalpindi.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
INTRODUCTION TO USER DOCUMENTATION Function and purpose Production specifications Evaluate the effectiveness.
1 Chapter 10 Delivering the System Training Documentation.
Editors And Debugging Systems Other System Software Text Editors Interactive Debugging Systems UNIT 5 S.Sharmili Priyadarsini.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
User Interface Evaluation Cognitive Walkthrough Lecture #16.
Chapter 8 Lecture 1 Software Testing. Program testing Testing is intended to show that a program does what it is intended to do and to discover program.
Lecture 11 Introduction to Information Systems Lecture 12 Objectives  Describe an information system and explain its components  Describe the characteristics.
How to Program? -- Part 1 Part 1: Problem Solving –Analyze a problem –Decide what steps need to be taken to solve it. –Take into consideration any special.
CS212: Object Oriented Analysis and Design Lecture 19: Exception Handling.
TESTING FUNDAMENTALS BY K.KARTHIKEYAN.
1 Technical & Business Writing (ENG-715) Muhammad Bilal Bashir UIIT, Rawalpindi.
1 test10b Software Testing Necessary to measure and certify quality in software.
What is a software? Computer Software, or just Software, is the collection of computer programs and related data that provide the instructions telling.
System Components Operating System Services System Calls.
Computer Graphics Lecture 1. Books D. Hearn, M. P. Baker, "Computer Graphics with OpenGL", 3rd Ed., Prentice Hall, 2003, ISBN
Learning Objectives Today we will Learn: The different methods of implementation The differences between user and technical documentation.
Testing Tutorial 7.
Chapter 11 Designing Inputs, Outputs, and Controls.
MICROPROCESSOR BASED SYSTEM DESIGN
Microprocessor and Assembly Language
Chapter 8 – Software Testing
Chapter 1. Introduction to Computers and Programming
Overview Introduction General Register Organization Stack Organization
BASICS OF SOFTWARE TESTING Chapter 1. Topics to be covered 1. Humans and errors, 2. Testing and Debugging, 3. Software Quality- Correctness Reliability.
Testing and Test-Driven Development CSC 4700 Software Engineering
ECE 103 Engineering Programming Chapter 56 Runtime Errors
Data Groupings: File File: a group of related records
PPT and video are due no later than March 29, 2019
Chapter 7 Software Testing.
SeeSoft A Visualization Tool..
Presentation transcript:

Lecturer: Dr. AJ Bieszczad Chapter Types of training User training Operator training Special training needs: –infrequent vs. frequent users –new users vs. brush-up Documents Icons and on-line help Demonstrations and classes Expert users

Lecturer: Dr. AJ Bieszczad Chapter Table User and operator functions. User functionsOperator functions Manipulating data filesGranting user access Simulating activitiesGranting file access Analyzing dataPerforming backups Communicating dataInstalling new devices Drawing graphs and chartsInstalling new software Recovering damaged files

Lecturer: Dr. AJ Bieszczad Chapter Documentation Consider the audience User manual –place in the documentation hierarchy –system purpose or objectives –system capabilities and functions –system features, characteristics, advantages Operator manual General system guide Tutorials and automated overviews Programmer guide

Lecturer: Dr. AJ Bieszczad Chapter Guidelines for failure messages the name of code component executing when the failure occurred the source code line number in the component that was executing the failure severity and its impact on the system the contents of any relevant system memory or data pointers, such as registers or stack pointers the nature of the failure, or a failure message number (for cross- reference with the failure message reference guide)

Lecturer: Dr. AJ Bieszczad Chapter Example failure messages

Lecturer: Dr. AJ Bieszczad Chapter Table BASIC failure messages. NumberMessage 23Line buffer overflow An attempt has been made to input a line that has too many characters. 24Device time-out The device you have specified is not available at this time. 25Device fault An incorrect device designation has been entered. 26FOR without NEXT A FOR statement was encountered without a matching NEXT statement. 27Out of paper The printer device is out of paper. 28Unprintable error A failure message is not available for the condition that exists. 29WHILE without WEND A WHILE statement was encountered without a matching WEND statement. 30WEND without WHILE A WEND statement was encountered without a matching WHILE statement Unprintable error A failure message is not available for the condition that exists.