Develop a decision table and a decision tree

Assignment Help Data Structure & Algorithms
Reference no: EM131086749

Stage 2- Data and Process Modeling Instructions

The Deliverable Using the Udo, Marian, &Uduak Corporation (UMUC) Case Study, build on the Requirements Document you developed in "Stage 1 - Requirements Document" to model the data and processes by creating a Context Diagram and Diagram 0 for the new billing and payment system.

Create a document that includes the following:

  • The paper should consist of the two diagrams (Context Diagram and Diagram 0).
  • Cover and a Works Cited page are also required. These are not included in the page count.
  • The Cover page must include an appropriate title and your name.
  • Use the Works Cited page to correctly cite and reference any sources you use with APA format.
  • Use the Grading Rubric to be sure you have covered everything.

If you use Visio or some other drawing tool, be sure it can be opened without a password or special software other than Microsoft Office. • Context Diagram for the new billing and payment system.

Both diagrams will be evaluated on the following -

Completeness - The context diagram and diagram 0 fully depict the system and the data flows.

Process/Stores- Processes properly labeled, numbered, named using verbs, following common symbol usage. Store (where applicable) - Properly labeled, numbered, following common symbol usage

Flow - Proper arrow usage depicting the flow of information between process, stores and external entities

External Entities/Terminators - External entities are properly labeled, and named using nouns, following common symbol usage

Helpful Resources-

  • Context Diagram: An Explanation https://www.pqsw.com/hjsasp/gn02.cfm?SI=43479230767&ID=92121046918 6
  • Context diagram & Diagram 0 DFD https://pleasejing.wordpress.com/a-context-dfd-diagram-0-dfd-_-week-4/
  • Structured Analysis Wiki - Chapter 9: Dataflow Diagrams

https://www.yourdon.com/strucanalysis/wiki/index.php?title=Chapter_9

  • How to Draw a Data Flow Diagram https://www.youtube.com/watch?v=KA4rRnih

Stage 3: Decision Table and Decision Tree Instructions

Page 1 of 4 Introduction before you begin this assignment, be sure you have read the Udo, Marian, &Uduak Corporation (UMUC) Case Study.

Purpose of this Assignment This assignment gives you the opportunity to apply the course concepts to develop a Decision Table and a Decision Tree for one aspect of the new billing and payment system. This assignment specifically addresses the following course outcomes to enable you to:

  • Effectively communicate with stakeholders to determine, manage, and document business requirements throughout the SDLC
  • Perform modeling to assist with analysis and decision making
  • Translate business requirements into systems by applying appropriate SDLC methodologies and incorporating industry best practices The Deliverable Using the Udo, Marian, &Uduak Corporation (UMUC) Case Study, build on the Requirements Document you developed in "Stage 1 - Requirements Document" and the diagrams you developed in Stage 2 to create a decision table and decision tree that describes how the organization determines which discounts, if any, are to be applied to products purchased. Create a document that includes the following:
  • The paper should consist of the two (2) diagrams (Decision Table and Decision Tree).
  • Cover and a Works Cited page are also required. These are not included in the page count.
  • The Cover page must include an appropriate title and your name.
  • Use the Works Cited page to correctly cite and reference any sources you use with APA format.
  • Use the Grading Rubric to be sure you have covered everything.

If you use Visio or some other drawing tool, be sure it can be opened without a password or special software other than Microsoft Office.

  • Decision Table- Create a decision table that describes how the organization determines which discounts, if any, are to be applied to the products purchased.
  • Decision Tree -Create a decision tree that describes how the organization determines which discounts, if any, are to be applied to the products purchased.
  • Completeness - Have all conditions and combinations of conditions that determine which discounts, if any, are to be applied to the products purchased been depicted?
  • Correctness - are the all the conditions and combinations of conditions correctly depicted?
  • Formatting - Decision Table and Tree are properly formatted and professional in appearance; spelling is correct.
  • Decision Tables Helpful Resources o Textbook, Structured System Analysis and Design 8.4 Logic Modeling Using Decision Tables.
  • Decision Trees o Textbook, Structured System Analysis and Design 8.5 Logic Modeling Using Decision Trees.
  • Decision tree examples - drawing your own https://www.decision-making-confidence.com/decision-trees-examples.htmlDecision Tables - https://reqtest.com/requirements-blog/a-guide-to-using-decision-Tables/

Attachment:- Assignment.rar

Reference no: EM131086749

Questions Cloud

Opportunity cost of attending college : Provide your own definition of "opportunity cost". Discuss what the opportunity cost of attending college is for you, noting that the concepts of opportunity costs and explicit monetary costs are not the same.
Banking system excess reserves : Suppose that banking system's cash reserves are $200,000, the checkable deposits are $100,000, and the reserve requirements is 20 percent. Also assume banks will loan out any excess reserves and the ratio of people's cash to deposits is zero (no c..
What is the elasticity of demand for regular soda : What is the elasticity of demand for regular soda and other sugar-added beverages in the first year? Will expenditures by consumers on regular soda and other sugar-added beverages increase or decrease?
The recreational fishing alliance suggests : Washington Times columnist Gene Mueller writes about fishing and other outdoor sporting activities. 13 Mueller commented recently that although interest groups express concerns about the impact of saltwater fishers on the fish population, no one r..
Develop a decision table and a decision tree : Purpose of this Assignment This assignment gives you the opportunity to apply the course concepts to develop a Decision Table and a Decision Tree for one aspect of the new billing and payment system
Factory directly ships its toys to the destination country : Option 1. Direct shipment. Each factory directly ships its toys to the destination country. In this case, transportation cost is $1.50 per lb-mile. Assume that each toy weighs 1 lb (one lb-mile indicates transportation effort to ship one pound wei..
Construct a histogram from the following measured values : Hint: For each value draw a cross of width ?x and height 1. In this way you do not need to order the measured values, since each cross is drawn within a bin on top of a preceding cross. In this way the bars of the histogram grow while drawing.
Cost in terms of a computer programmer salary : If a computer project takes 6 months, how much does it cost in terms of a computer programmer salary to complete the project in the United States?
What is significance of baker listing the property for sale : What evidence does the court rely on in ruling for Baker? What argument did the Daves make based on the courtroom testimony? Did they rely on anything else?

Reviews

Write a Review

Data Structure & Algorithms Questions & Answers

  Compiler to separate the numbers using dashes

write this code using structures.with writing the SSN in one line this ask the compiler to seperate the numbers using dashes.

  How to analyse spectrum of a digital signal using dft method

To learn how to analyse spectrum of a digital signal using DFT method. To learn how to perform I/O operations using interrupt method and program/implement them using the evaluation toolkit

  Ford-fulkerson algorithm on capacities

Write code that finds a maximum flow in a directed graph, using the Ford-Fulkerson algorithm on capacities given as matrix void maximum flow(

  Create algorithm prompt for and receive employee number

Create algorithm which will prompt for and receive the employee number from operator at terminal. Your program is to search array of valid employee numbers to check that employee number is XXXXX,

  Professional codes of ethics

Select one of the Professional Codes of Ethics associated with IT. If you were to complete a assignment related to securing the connectivity in your firm and its business partners.

  Show the order to names for a preorder traversal

If we deleted Eddie from the tree, what would the new tree look like (use one of the current names to replace Eddie and the tree redone)?

  Create a recursive backtracking solution

The columns and rows of the matrix are the regions while the cells contain a 0 if the two regions are not adjacent and a 1 if they border. Create a recursive backtracking solution which accepts as interactive input from the user the number of regi..

  Develop a solution for the problem and mention algorithms

Spaces between tokens are allowed but not required. The program will convert the (user input) infix expression to postfix (RPN) form and display the converted expression on the screen.

  Calculating an arithmetic mean, median and mode

Calculate an arithmetic mean, median, and mode for up to fifty test scores. The information are contained in a text file. To determine the median, first sort the array.

  Determine the order of insertions

Determine the order of insertions with this set of numbers that will result in a perfectly balanced BST(Binary Search Tree) and show the result of a preorder traversal of this tree.

  Describe why full binary tree requires to have node

Describe why. Full binary tree requires to have a node with 0 or 2 children and complete tree have their child starting from left. Choose the one true statement. Every binary tree is either complete or full.

  Develop a flowchart and provide a brief explanation

Create a hierarchy chart depicting the chosen situation and develop a flowchart and provide a brief explanation for it.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd