1. Trang chủ
  2. » Giáo án - Bài giảng

Systems analysis and development CIS210 ch 08

9 82 0

Đang tải... (xem toàn văn)

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 9
Dung lượng 817 KB

Các công cụ chuyển đổi và chỉnh sửa cho tài liệu này

Nội dung

CIS 210Systems Analysis and Development Week 4 Part II Structuring System Logic Requirements... Objectives • Upon completion of part II you will be able to: – Understand and be able to e

Trang 1

CIS 210

Systems Analysis and Development

Week 4 Part II

Structuring System Logic Requirements

Trang 2

Objectives

• Upon completion of part II you will be able to:

– Understand and be able to explain the concepts

related to using Structured English as a tool for

representing steps in logical processes in data flow diagrams

– Understand and be able to explain the concepts

related to decision tables and decision trees

– Understand and be able to explain the concepts

related to logical modeling

Trang 3

• Modeling Process Decision Logic

– Structured English

– Decision Tables

– Decision Trees

– Criteria for choosing logic modeling techniques

Trang 4

Logic Modeling

• Overview

– Internal structure

– Functionality of processes

– Analysis phase

• Modeling a System’s Logic

– Requirements structuring

• Deliverables and Outcomes

– Structured descriptions

– Diagrams outlining logic

– New entries

Trang 5

Structured English

• Conditional Statements

BEGIN IF

IF Quantity-in-stock is less than Minimum-order-quantity THEN GENERATE new order

ELSE DO nothing

END IF

• Repetition Statement

DO

READ Inventory records BEGIN IF

IF Quantity-in-stock is less than Minimum-order-quantity THEN GENERATE new order

ELSE DO nothing

END IF

UNTIL End-of-file

Trang 6

Decision Tables

• Overview

– Better for complicated logic

– Tabular form

• Components

– Condition stubs

– Action stubs

– Rules

– Procedures to follow

Trang 7

Decision Trees

• Overview

– Depicts a decision or choice situations – Nodes and branches

• Components

– Decision points

– Actions

– Rules

Trang 8

Making a Decision

Trang 9

• Modeling process decision logic

• Deliverables and outcomes of logic modeling

• Structured English

• Decision tables

• Decision trees

• Choosing amount decision logic methods

Ngày đăng: 10/01/2018, 16:22

w