1 Technical & Business Writing (ENG-715) Muhammad Bilal Bashir UIIT, Rawalpindi.

Slides:



Advertisements
Similar presentations
Chapter 12 User Interface Design
Advertisements

English & Communications for College
Documentation Letts Study Guide Information Systems - IT Chapter 19.
1 Software User Documentation Don Bagert CSSE 375, Rose-Hulman October 9, 2006.
Part One The Forms of Software Documentation chapter2: Writing to Teach- Tutorials chapter3 : writing to guide-Procedures chapter4: writing to support-
Understanding Task Orientation Guidelines for a Successful Manual & Help System.
System Implementation
Documentation 1. User Documentation 2. Technical Documentation 3. Program Documentation.
Software Construction and Evolution - CSSE 375 Software Documentation 1 Shawn & Steve Right – For programmers, it’s a cultural perspective. He’d feel almost.
© M. Reber 9/6/2015 Instructions Writing Step-By-Step Procedures.
TECHNICAL WRITING October 31 st, With a partner Write simple “step-by-step” instructions for sending a Kakao Talk message with a phone.
1 Technical & Business Writing (ENG-315) Muhammad Bilal Bashir UIIT, Rawalpindi.
Getting the Language Right ITSW 1410 Presentation Media Software Instructor: Glenda H. Easter.
Designing for Task Organization ITSW 1410 Presentation Media Software Instructor: Glenda H. Easter.
Science Presentation Outline and Sequence 7 th and 8 th grade.
1 Technical & Business Writing (ENG-715) Muhammad Bilal Bashir UIIT, Rawalpindi.
Dobrin / Keller / Weisser : Technical Communication in the Twenty-First Century. © 2008 Pearson Education. Upper Saddle River, NJ, All Rights Reserved.
Chapter 14. Writing Definitions, Descriptions, and Instructions © 2013 by Bedford/St. Martin's1 What are definitions, descriptions, and instructions? A.
1 Technical & Business Writing (ENG-315) Muhammad Bilal Bashir UIIT, Rawalpindi.
1 Technical & Business Writing (ENG-315) Muhammad Bilal Bashir UIIT, Rawalpindi.
1 Technical & Business Writing (ENG-715) Muhammad Bilal Bashir UIIT, Rawalpindi.
1 Technical & Business Writing (ENG-315) Muhammad Bilal Bashir UIIT, Rawalpindi.
1 Technical & Business Writing (ENG-315) Muhammad Bilal Bashir UIIT, Rawalpindi.
1 Technical & Business Writing (ENG-715) Muhammad Bilal Bashir UIIT, Rawalpindi.
1 Technical & Business Writing (ENG-715) Muhammad Bilal Bashir UIIT, Rawalpindi.
1 COSC 4406 Software Engineering COSC 4406 Software Engineering Haibin Zhu, Ph.D. Dept. of Computer Science and mathematics, Nipissing University, 100.
EFFECTIVE WRITING 8 Readability. Writing - time and resource consuming, stressful process Texts have a strong tendency of using more complex, more sophisticated.
Part One The Forms of Software Documentation Chapter2: Writing to Teach- Tutorials Chapter3: Writing to Guide- Procedures Chapter4 : Writing to Support-
1 Technical & Business Writing (ENG-715) Muhammad Bilal Bashir UIIT, Rawalpindi.
1 Technical & Business Writing (ENG-715) Muhammad Bilal Bashir UIIT, Rawalpindi.
How Are Computers Programmed? CPS120: Introduction to Computer Science Lecture 5.
Writing to Teach - Tutorials Chapter 2. Writing to Teach - Tutorials The purpose of a tutorial is to accommodate information to the needs of the user.
CIS 210 Systems Analysis and Development Week 7 Part II Designing Interfaces and Dialogues,
1 Technical & Business Writing (ENG-315) Muhammad Bilal Bashir UIIT, Rawalpindi.
1 Technical & Business Writing (ENG-715) Muhammad Bilal Bashir UIIT, Rawalpindi.
1 Technical & Business Writing (ENG-715) Muhammad Bilal Bashir UIIT, Rawalpindi.
1 Technical & Business Writing (ENG-715) Muhammad Bilal Bashir UIIT, Rawalpindi.
DITA TOPICS - ADVANCED. Session Results Topic Types Review Format/Layout Separated from Content DITA Concept Elements Using DITA Concept Elements - Advanced.
William H. Bowers – Specification Techniques Torres 17.
Writing to Guide - Procedures Chapter 3. Relate Task to Meaningful Workplace Activities A Procedure is a step-by-step series of commands for accomplishing.
Dobrin / Weisser / Keller: Technical Communication in the Twenty-First Century. © 2010 Pearson Education. Upper Saddle River, NJ, All Rights Reserved.
Programming Logic and Design Seventh Edition Chapter 12 Event-Driven GUI Programming, Multithreading, and Animation.
1 January 31, Documenting Software William Cohen NCSU CSC 591W January 31, 2008.
Human Computer Interaction Lecture 21 User Support
E- Patient Medical History System
Understanding definitions, descriptions, and instructions
Chapter 16 Technical Descriptions and Specifications
TIM 58 Chapter 3, continued: Requirements Determination Ch
Human Computer Interaction Lecture 21,22 User Support
How to insert a clipart into a doCument
Software Specification Tools
CMPT 120 Topic: Searching – Part 1
Technical & Business Writing (ENG-715)
Week 10: Object Modeling (1)Use Case Model
Lecture 2 Introduction to Programming
Designing Information Systems Notes
Software Engineering: A Practitioner’s Approach, 6/e Chapter 12 User Interface Design copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
DBQs; document based question
Designing and Debugging Batch and Interactive COBOL Programs
Introduction to Computer Programming
Giving instructions on how to do something
Forging the Innovation Generation
NextGen Trustee General Ledger Accounting
CS160 Discussion Section Design Patterns April
MBI 630: Week 11 Interface Design
How to Use References Chapter 4.
Parts of a User Scenario
AIMS REVIEW: Writing Dissecting Prompts & Outlining
CIS 375 Bruce R. Maxim UM-Dearborn
Please list the titles of each chapter in the module. Most modules include an Introduction chapter and a Summary chapter.
Presentation transcript:

1 Technical & Business Writing (ENG-715) Muhammad Bilal Bashir UIIT, Rawalpindi

Outline 1. Guidelines for Designing Reference Documentation 2. Decide what to include 3. Establish a pattern 4. Organize the reference section 5. Show how to use the reference information 2. Summary 2

Writing to Support - Reference Lecture: 12 3

Definitions of Terms (Glossary) Glossaries contain definitions of terms the user finds in the manual and need to understand in order to work the program There are two types of Glossary items: 1. Concepts that underlie the software: Examples include masks, shell, routers etc. Some may be defined in the related procedure but they all should be in Glossary section too 2. Terms relating to the subject matter of the software: For example, general ledger, grade point average etc. 4

What to Include in a Single Reference Entry Imagine you have a reference section in a manual containing commands of a program but still you need to answer what information to put in the description  Give a command and its brief descrption But you can have more than just that including the following elements;  Conceptual information  Structural information  How-to information  Technical information 5

What to Include in a Single Reference Entry (Continue…) Conceptual Information (Idea of the command)  Command itself  Definitions and descriptions of command and what it does  Explanation of how the commands affect the user’s work  Sample reports showing what the command produces Structure Information (Relationship of the command)  Access sequences to tell the user how to get to the prompt where commands works  Screens or menus showing where to find the command  Alternative commands such as keyboard  Cross references to tutorials, procedures and other entries 6

What to Include in a Single Reference Entry (Continue…) How-to Information (Use of the command)  Steps of executing the commands in tasks  Examples showing the commands in a syntax statements  Tips for when and how to use the commands efficiently  Error message when you use the command incorrectly Technical Information (Programming associated with the command)  File specifications for what files the command uses  Inputs i.e. what kind of data to use with the command  Warnings to prevent data loss when using commands  Syntax diagram telling how to use the statements 7

3. Establish a Pattern Key to reference material lies in pattern The recognizable and flexible pattern of reference entries work well by selecting the following topics  Definitions (tell what the commands or function does)  Explanations (tell how to apply the commands or functions)  Examples/syntax (give the example of command or function in use)  Step-by-step (presents abbreviated steps for using the command or function)  Warning/cautions (let the user know what problem may arise) 8

4. Organize the Reference Section There is no built-in sequential organization available to create reference You will have to decide what comes first and what comes next and so on. Two choices for organizing the reference documents  Alphabetical Does little support to the task orientation  Menu-by-menu Its enforces the task orientation to your work 9

5. Show How to Use Reference Information Usually your reference section or document will require no instruction but with reference section containing multiple elements, you should tell the user what pattern you intend to follow The organization of the reference information is presented in introduction in form of some paragraph that should explain the following  Who should use the information  How you organized the information  Elements of each entry  Relation to the other section of the documentation 10

Understanding the Reference User Often the reference user know the software program well at-least better than the novice and casual users so the requirement of this user is quite different than others Observations about advance users  Do not like to waste time  Doesn’t like to leave screen to go looking for information 11

Understanding the Reference Entry The elements of your reference entry deserve special consideration and each element of the reference should try to answer the question an advance user may have in his mind about a command or function To understand the reference entry you have to look to the idea behind and what it contains 12

Understanding the Reference Entry (Continue…) Elements of a reference entry describes:  Access Information: what menu contains the function, the chain of commands user need to issue to access a function  Function Definition: What the function does  Associated Commands: What other keys or commands user needs to use to use the function efficiently  Qualifications/Special Cases: Field lengths, minimum or maximum allowable input, time limits etc.  Tips: How to use a function efficiently, shortcuts, commands, and potential problems 13

Understanding the Reference Entry (Continue…) Each of the entries answers a specification question  How do I get to the function?  What does the function do?  What other commands do I need to know about?  When can I use the function?  How do I use the function well? 14

Recap (Guidelines for Designing Reference Documentation) The guidelines include; 1. Choose the right form of references 2. Decide what to include 3. Establish a pattern 4. Organize the reference section 5. Show how to use the reference information 15

16 Summary Any Questions?