Question

In: Computer Science

Create a second page of your diagram (in the same file) and on it create a...

Create a second page of your diagram (in the same file) and on it create a Diagram 0 DFD of CSIES using the following information:

The CSIES has within it the following processes and data store:

  1. PROCESS PAYMENT. This process interfaces with both the student and InsureRight Insurance Company. It receives the payment from the student and sends the payment to the InsureRight Insurance Company. It receives a receipt from the insurance company and sends a receipt to the student.
  2. PROCESS STUDENT INFORMATION. This process receives student information from the student, sends and receives student information to and from a data store called STUDENT INFORMATION, and sends student information to the InsureRight Insurance Company.
  3. MANAGE INSURANCE INFORMATION. This process receives student information from the PROCESS STUDENT INFORMATION process and insurance information from the InsureRight Insurance Company. This process also sends insurance status to the student. This process sends student information to and receives student information from the STUDENT INFORMATION data store. Finally, this process sends insurance enrollment data to the PRODUCE REPORTS process.
  4. PRODUCE REPORTS. This process receives insurance enrollment data from the MANAGE INSURANCE INFORMATION process and sends student coverage reports to the Student Benefits Office.

Solutions

Expert Solution

2 Designs of DFD created for you choose and use. The given information is related to 1 level DFD as it contains many processes and data store. But the question asks for 0 level DFD which means it shoudl context diagram containing only one overall process without any data store . A context level diagram isa 0 level DFD should contain one overall process without any data store.

0 level DFD

Level 1 DFD with all process , sources/sinks and data store as per the given information below


Related Solutions

Follow the UML diagram and directions on the attached file to create a RectangularPrism class and...
Follow the UML diagram and directions on the attached file to create a RectangularPrism class and a RectangularPrismDemo class. --------------------------------------------------------------------------------------------------------------------------------------- RectangularPrism            - length: double       - width: double       - height: double + RectangularPrism() + RectangularPrism(l:double,w:double, h:double) + setLength(l:double):void + setWidth(w:double):void + setHeight(h:double):void +getLength():double +getWidth():double +getHeight():double +getVolume():double +getSurfaceArea():double +toString():String --------------------------------------------------------------------------------------------------------------------- Create a RectangularPrism class in its own file based on the UML Create a separate RectangularPrismDemo Class file to demonstrate your class by doing the following: Create two prisms,...
In java program format Submit your completed UML class diagram and Java file. Part I: Create...
In java program format Submit your completed UML class diagram and Java file. Part I: Create a UML diagram for this assignment PartII: Create a program that implements a class called  Dog that contains instance data that represent the dog's name and age.   define the Dog constructor to accept and initialize instance data.   create a method to compute and return the age of the dog in "person-years" (note: dog age in person-years is seven times a dog's age).   Include a toString...
In java program format Submit your completed UML class diagram and Java file. Part I: Create...
In java program format Submit your completed UML class diagram and Java file. Part I: Create a UML diagram for this assignment PartII: Create a program that implements a class called Dog that contains instance data that represent the dog's name and age. define the Dog constructor to accept and initialize instance data. create a method to compute and return the age of the dog in "person-years" (note: dog age in person-years is seven times a dog's age). Include a...
File second page of form 1040 please. 1. Charlotte Burton (unmarried) is employed as an office...
File second page of form 1040 please. 1. Charlotte Burton (unmarried) is employed as an office manager at the main office of Currier, Ellis & Acton Law firm. Charlotte lives in a home she purchased 15 years ago. Charlotte lived in her home with her daughter Emily Burton and Charlotte’s younger sister Anne for the entire year. Emily is disabled and receives $3,760 of income each year housesitting for neighbors. Emily is able to save these funds because Charlotte provides...
Auxin, Jasmonic acid and Gibberellin have the same basic signalling pathway. Create a diagram of this...
Auxin, Jasmonic acid and Gibberellin have the same basic signalling pathway. Create a diagram of this generalized pathway that can be used to describe any of these hormones (this is another example of a useful study tool for the next midterm). Identify the proteins with functions similar to ARFs in jasmonate and gibberellin response. What is ubiquitin? What is the function of the proteasome and how does it know what protein to act on?
Write a C++ program to create a text file. Your file should contain the following text:...
Write a C++ program to create a text file. Your file should contain the following text: Batch files are text files created by programmer. The file is written in notepad. Creating a text file and writing to it by using fstream: to write to a file, you need to open thew file as write mode. To do so, include a header filr to your program. Create an object of type fsrteam. Open the file as write mode. Reading from a...
Create a file named work.sh in your hw5 directory. Give this file read and write permission...
Create a file named work.sh in your hw5 directory. Give this file read and write permission (no execute permissions) for you alone. No other account should have any access privileges to this file. Change the permissions on the work.sh file so you have read and write permissions. Give everybody else, including the group, read permissions only. Give yourself read, write and execute permissions to the file work.sh. Give everyone else, including the group, execute permissions only. Create a directory named...
JAVA Assignement In the same file, create two classes: a public class Module1 and a non-public...
JAVA Assignement In the same file, create two classes: a public class Module1 and a non-public (i.e. default visibility) class Module1Data. These classes should have the following data fields and methods: 1) Module1 data fields: a. an object of type Module1Data named m1d b. an object of type Scanner named scanner c. a double named input 2) Module1Data methods: a. a method named square that returns an int, accepts an int parameter named number, and returns the value of number...
​​​​Python Create a new file named compute_cost.py. Write your name and date in a comment. Create...
​​​​Python Create a new file named compute_cost.py. Write your name and date in a comment. Create a variable named base_fee and set the value to 5.5. Prompt the user for the zone. The zones can be an integer value from 1 to any value for the zone. Convert the zone to an integer. Display the zone on the SenseHat with a scroll speed of 0.3, make the text blue, and the background yellow. Scroll "The zone is " and the...
Go to your “Documents” directory; a) Create a file “file1” with the text “hello” in it;...
Go to your “Documents” directory; a) Create a file “file1” with the text “hello” in it; Provide command and screenshot. b) Create a hard link named “file2” linked to “file1”; c) Create a soft link named “soft1” linked to “file1”; create another soft link named “soft2” linked to “file2”. d) View information of the 4 files (what command should you use to produce output) – how do you verify which file is a hard link and which file is a...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT