Process Design (Specification)

Slides:



Advertisements
Similar presentations
MATH 224 – Discrete Mathematics
Advertisements

COMPUTER PROGRAMMING I Understand Problem Solving Tools to Design Programming Solutions.
Introduction to Flowcharting
CHAPTER 1: AN OVERVIEW OF COMPUTERS AND LOGIC. Objectives 2  Understand computer components and operations  Describe the steps involved in the programming.
Chapter 1 - An Introduction to Computers and Problem Solving
Introduction to Programming
Chapter 2 - Problem Solving
Chapter 2 - Problem Solving
زبانهای برنامه سازی برنامه سازی پیشرفته ارائه دهنده دکتر سيد امين حسيني E.mail: Home page:
1 CS 106 Computing Fundamentals II Chapter 12 “Design Requirements” Herbert G. Mayer, PSU CS status 6/29/2013 Initial content copied verbatim from CS 106.
1 CS 106, Winter 2009 Class 3, Section 4 Slides by: Dr. Cynthia A. Brown, Instructor section 4: Dr. Herbert G. Mayer,
ITEC113 Algorithms and Programming Techniques
© Janice Regan, CMPT 102, Sept CMPT 102 Introduction to Scientific Computer Programming The software development method algorithms.
1 CS 106, Winter 2009 Class 2, Section 4 Slides by: Dr. Cynthia A. Brown, Instructor section 4: Dr. Herbert G. Mayer,
1 CS 106, Winter 2009 Class 4, Section 4 Slides by: Dr. Cynthia A. Brown, Instructor section 4: Dr. Herbert G. Mayer,
Chapter 2- Visual Basic Schneider
Programming Fundamentals (750113) Ch1. Problem Solving
Chapter 1 Program Design
Introduction to Software Engineering CS-300 Fall 2005 Supreeth Venkataraman.
Problem Solving Chapter 2. What is an algorithm? n A solution to a problem that is: –Precise –Effective –Terminating.
Chapter 3 Planning Your Solution
Flow Charts. Thinking Creatively Flow Charts START END Is A==6? No A = 1 Yes Print A A = A + 1.
Introduction to Computers and Programming
Equations & Brackets.. You are now going to solve more complex equations by combining together two ideas that you have seen already. Try the following.
CSC103: Introduction to Computer and Programming
Tables and Functions #42.
Microsoft Excel How to make a SPREADSHEET. Microsoft Excel IT is recommended that you have EXCEL running at the same time. You can try what you are reading.
Unit 2: Engineering Design Process
Introduction to Programming Lecture Number:. What is Programming Programming is to instruct the computer on what it has to do in a language that the computer.
Planning for the Solution
Process Design (Requirements). Recall the Four Steps of Problem Solving * Orient Plan Execute Test These apply to any kind of problem, not just spreadsheet.
University Prep Math Patricia van Donkelaar Course Outcomes By the end of the course,
Examples of different formulas and their uses....
PROGRAMMING LANGUAGES Prof. Lani Cantonjos. PROGRAM - set of step-by-step instructions that tells or directs the computer what to do. PROGRAMMING LANGUAGE.
1 Introduction to Flowcharting. 2 Writing a program Defining the problem –Write down what the program will do Planning –Write down the steps, draw a flowchart.
1 Introduction to Flowcharting. 2 Writing a program Defining the problem –Write down what the program will do Planning –Write down the steps, draw a flowchart.
Programming Concepts Chapter 3.
Advanced Excel Microsoft Excel Excel - Overview Calculator Create budgets, analyze results Perform Financial Analysis Creating charts Organizing.
Algorithms CS139 – Aug 30, Problem Solving Your roommate, who is taking CS139, is in a panic. He is worried that he might lose his financial aid.
Problem Solving Techniques. Compiler n Is a computer program whose purpose is to take a description of a desired program coded in a programming language.
An Object-Oriented Approach to Programming Logic and Design Chapter 1 An Overview of Computers and Logic.
Introduction to Programming with RAPTOR
Chapter 5: More on the Selection Structure Programming with Microsoft Visual Basic 2005, Third Edition.
An Introduction to Programming with C++ Sixth Edition Chapter 7 The Repetition Structure.
1 CS 106 Computing Fundamentals II Chapter 13 “Design Specification” Herbert G. Mayer, PSU CS status 6/29/2013 Initial content copied verbatim from CS.
ITEC113 Algorithms and Programming Techniques
240-Current Research Easily Extensible Systems, Octave, Input Formats, SOA.
Programming with Microsoft Visual Basic th Edition
PROGRAM DEVELOPMENT CYCLE. Problem Statement: Problem Statement help diagnose the situation so that your focus is on the problem, helpful tools at this.
1 Program Planning and Design Important stages before actual program is written.
Algorithms CS280 – 10/20/05. Announcement  Part 1 of project 2 due.  Read chapters 10, 7 for this unit  Tuesday we will also be in the classroom We.
HOW A COMPUTER PROCESSES DATA. What is hardware? Hardware is the electric, electronic and mechanical equipment that makes up a computer What is software?
Slide Copyright © 2009 Pearson Education, Inc. Slide Copyright © 2009 Pearson Education, Inc. Welcome to MM150 – Unit 4 Seminar Unit 4 Seminar.
Chapter 2 - VB 2005 by Schneider- modified by S. Jane '081 Chapter 2 - Problem Solving 2.1 Program Development Cycle 2.2 Programming Tools.
Inductive and Deductive Reasoning  The pre-requisites for this chapter have not been seen since grade 7 (factoring, line constructions,..);
CS 101 – Oct. 7 Solving simple problems: create algorithm Structure of solution –Sequence of steps (1,2,3….) –Sometimes we need to make a choice –Sometimes.
Introduction to Spreadsheets The ‘Quick’ and ‘Easy’ guide to using Microsoft Excel.
Chapter 5 The Time Value of Money— The Basics. Copyright ©2014 Pearson Education, Inc. All rights reserved.5-2 Slide Contents Learning Objectives Principles.
Victoria Ibarra Mat:  Generally, Computer hardware is divided into four main functional areas. These are:  Input devices Input devices  Output.
CMSC 104, L041 Algorithms, Part 1 of 3 Topics Definition of an Algorithm Example: The Euclidean Algorithm Syntax versus Semantics Reading Sections 3.1.
CIS 115 All Exercises Devry University (Devry) FOR MORE CLASSES VISIT CIS 115 All Exercises Devry University.
Algorithms and Flowcharts
ALGORITHMS AND FLOWCHARTS
Chapter 2- Visual Basic Schneider
Theory of Computation Turing Machines.
Chapter 2- Visual Basic Schneider
Design and Implementation
Chapter 2- Visual Basic Schneider
Mr Watson’s Introduction to Spreadsheets
By the end of the lesson, I want you to be able to say…
Presentation transcript:

Process Design (Specification)

Recall the Four Steps of Problem Solving* Orient Plan Execute Test These apply to any kind of problem, not just spreadsheet development, programming, or process design, but we will focus on those kinds of problems in this class * [Carlson and Bloom, “The Cyclic Nature of Problem Solving: An Emergent Multi-Dimensional Problem Solving Framework”, Educational Studies in Mathematics, Vol. 58 Number 1, 2005]

Specification We’ve talked about doing the requirements (the orient phase… what we want to have happen) Now we’re ready to talk about the specification or design phase (the planning phase… how it should happen) Our tool for developing and communicating a design is the flow chart

Problem-Solving Techniques Flowcharts are a visual technique for designing a process (figuring out how to do something) Before we learn about flow charts (a technique for “how” problems), let’s look at a couple of useful visual techniques for solving other kinds of problems For more on the ideas here, see Dan Roam’s website, www.digitalroam.com

“When” Problems Suppose we want to make a master plan showing team leaders when each step of a complex process they are directing and coordinating will take place When -> timeline Since we need to convey a large amount of precise information, a Gantt Chart is an appropriate visual tool

Gantt Chart Example

GANTT with Dependencies

Baseline GANTT (shows comparison, change)

How Many/How Much Suppose we need to answer how many/how much Bar charts are often used Pie charts are another option (controversial because it is harder to compare pie slices than bars) There are plenty of interesting and clever variations… such as the word usage chart (next slide)

Variation on Bar Chart Word Usage in 2008 McCain Speech

Example: Seeing the Market These charts are much more informative than a list of prices. These charts show how much versus when. They give much more insight than a numerical list of prices.

Flowcharts: “How” Flowcharts are a visual tool for specifying a process They can be as high level or as detailed as we need them to be They use symbols and arrows to represent steps and choices

Flowchart Symbols Flowline: Connects symbols and indicates the flow of logic. It is a one way street. Input/Output: Data to be read or displayed are described inside. Terminal: Represents the beginning or end of a task. Processing: The process description is included inside the symbol. Decision: Used for logic/comparison operations. Has one entry and two exits.

One more… Continuation

Simple Processes A simple process has no decisions in it; you always do it the same way As a result, its flowchart is just a straight line of boxes connected by arrows Example: most recipes, instruction sheets with assemble-it-yourself furniture, simple calculations

Simple Process: Compound Interest Goal: Given a number N of years, an amount P of money (principal), and an annual interest rate R, calculate the total amount of money T you will have after P is invested for N years at rate R, using interest which is compounded annually. T = P(1+R)N Test 1: P = 100, N = 1, R = 5% (.05): 105 Test 2: P = 100, N = 7, R = .05: 140 Test 3: P = 0, N = 7, R = .05: 0 Test 4: P = 100, N = 7, R = 0: 100 Test 5: P = 100, N = 0, R = .05: 100

Just for interest  P = 100, N = 20, R = .05 gives 265 By contrast, simple interest at 5 percent gives $5 per year, so after 20 years you have a total of $200; after 30 you have $250. If R is, say, 8%, the difference is even more striking.

Storing Information In this process we have to keep track of some information, like how much principal we have, what the interest rate is, etc. We’ll use variables to store these values

Variables A variable is a name used to refer to a quantity whose value can change You can think of a variable as the name of a container that holds a value (A constant is a name for a quantity whose value does not change.) A spreadsheet cell is a good example of a container that can hold a value

Math Variables vs Programming/Spreadsheet Variables In math, a variable is used in an equation to represent some single quantity. If we are given the equation 3x = x + 6, we can solve this equation for x and get x = 3. You can check the correctness by substituting 3 for x on each side and seeing that you get the same value (9) An “equation” like x = x + 1 would be meaningless; it has no solution

Programming Variables Programming variables and spreadsheet locations are a place to store a value, which can change The assignment statement x = 4 means to store the value 4 in location x. It is not really an equation, though it looks like one The pair of assignments, x = 4 x = x + 1 means to first store a 4 in location x, and then take the current contents (4), add 1, and store the result (5) in location x. The order of the statements is extremely important.

Compound Interest Calculator begin R = annual rate N = number of years P = principal We used variables R, N, P, and T. T = P*(1+R)^N Arrows in a flowchart are like one-way streets; once you go down one, you can’t back up Output T end

Example Spreadsheet The spreadsheet called Interest Calculator 1 has this formula in it Let’s take a minute to see how to build this spreadsheet

Algorithm The interest rate calculator is an example of a simple algorithm: a type of effective method in which a list of well-defined instructions for completing a task will, when given an initial state, proceed through a well-defined series of steps, eventually terminating in an end-state Thought to be named for Al-Khwārizmī, Persian astronomer and mathematician

Back to the Candy Machine…

User Interface The first step in the design is often to think about the user interface What does the user interact with? What are the possible events that can occur?

Candy Machine Objects and Events Coin slot User inserts a coin Candy slot Opens so a piece of candy can come out Handle The user attempts to turn the handle Coin receptacle It can be full or not full These are all the objects in the requirements that have events However: how does the machine know if there is a correct coin in the coin slot? Or any coin at all? It looks like the handle turning mechanism needs to be able to check some things.

Handle Functions The turn of the handle tries to send a coin to the coin receptacle. The handle only allows the correct coins through and won’t turn otherwise The handle should not turn if the coin receptacle is full The designer is someone like a mechanical engineer who can figure out whether we can build a handle mechanism like this within our budget, and what the tradeoffs are We won’t look at the mechanical aspect of this, but we can express the logical flow of the solution in a flow chart

Turning the Handle The next slide shows the flowchart for the event where someone tries to turn the handle of the candy machine It shows the use of the begin/end, conditional, and process step boxes

Handle Flowchart start begin attempt to turn handle no correct coin in slot? yes no receptacle has room? yes handle does not turn handle turns coin goes into receptacle candy slot opens end

From Use Cases to Flowchart In the candy machine example, we have several objects, but only one event that requires a process: trying to turn the handle The use cases were various complete scenarios of an interaction with the machine We abstracted information from several use cases to design the handle turning event We use the tests to make sure we put the pieces together correctly

Event-Driven Design This type of design is called “event driven” because it works by analyzing what the events are in the process and what should happen as a result of each event This has turned out to be a highly effective way of designing processes