BRD Document

You are BA for an organization XYZ who have products for BPM (Business Process Management) and

Document Management System to enable business process improvement for customer – MIT Bank.

MIT Bank wants to automate their loan origination process.

Create BRD for this project using the discussed BRD Template.

Basic flow with stakeholder’s role at each step

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Assignment 3

 For this assignment, please provide responses to the following items:

(a) Provide a comprehensive response describing naive Bayes?

(b) Explain how naive Bayes is used to filter spam. Please make sure to explain how this process works.

(c) Explain how naive Bayes is used by insurance companies to detect potential fraud in the claim process.

Your assignment should include at least five (5) reputable sources, written in APA Style.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Excel 2019 In Practice – Ch 9 Independent Project 9-5

 These instructions are compatible with both Microsoft Windows and Mac operating systems.

At Placer Hills Real Estate, commission is split with other agencies based on price groups. You create a one-variable data table to display results for various split rates. Additionally, you create scenarios for selling price and commission and create a histogram about sales.

[Student Learning Outcomes 9.1, 9.3, 9.4, 9.6]

File Needed: PlacerHills-09.xlsx (Available from the Start File link.)

Completed Project File Name: [your name]-PlacerHills-09.xlsx

Skills Covered in This Project

  • Build a one-variable data table.
  • Use Solver.
  • Create and manage scenarios.
  • Create a histogram with a chart.
  1. Open the PlacerHills-09 start file. The file will be renamed automatically to include your name. Change the project file name if directed to do so by your instructor
  2. Enable the content security warning.
  3. Review formulas.
    1. Select cell C14 on the Calculator worksheet. The total commission is calculated by multiplying the selling price by the commission rate.
    2. Select cell C15. The IFS function checks the selling price (C12) to determine the split percentage (column D) based on the price group.
    3. Select cell C16. The IFS function checks the selling price (C12) to determine the administrative fee percentage (column E) and multiplies that percentage by the value in cell C15 to calculate the fee in dollars.
    4. Select cell C17. The net commission is calculated by subtracting the fees from the PHRE amount.
  4. Build one-variable data tables.
    1. Select cell C20 and create a reference to cell C15.
    2. Select cell D20 and create a reference to cell C17. Both formulas depend on cell C12, the one variable.
    3. Use cell D8 as the column input for the data table (Figure 9-87). (You can use any percentage from column D because its value is replaced by the proposed rates in column B in the data table.)ImagesFigure 9-87 Data table setup for commission rates
    4. Decrease the decimal two times for all values in the data table.
  5. Name cell ranges.
    1. Click the Price Solver worksheet tab.
    2. Click cell C12 and name the range Selling_Price. You cannot use spaces in a range name.
    3. Name cell C14 as Total_Commission and cell C17 as PHRE_Commission.
  6. Install the Solver Add-in and the Analysis ToolPak.
  7. Use Solver to find target PHRE net commission amounts.
    1. Build a Solver problem with cell C17 as the objective cell. For the first solution, set the objective to a value of 50000 by changing cell C12. Use the GRG Nonlinear solving method. Save the results as a scenario named $50,000.
    2. Restore the original values and run another Solver problem to find a selling price for a PHRE commission of 75000. Save these results as a scenario named $75,000.
    3. Restore the original values and run a third Solver problem to find a selling price for a net commission of $100,000. Save these results as a scenario and restore the original values.
  8. Manage scenarios.
    1. Show the $50,000 scenario in the worksheet.
    2. Create a Scenario summary report for cells C12, C14, and C17.
  9. Create a histogram for recent sales.
    1. Click the Sales Forecast sheet tab and select cell G13.
    2. Create a bin range of 10 values starting at 350,000 with intervals of 50,000, ending at 800,000 in cell G22.
    3. Use the Analysis ToolPak to create a histogram for cells E5:E26. Do not check the Labels box and select the bin range in your worksheet.
    4. Select cell H3 for the Output Range and include a chart.
    5. Position and size the chart from cell K3 to cell V19.
    6. Edit the horizontal axis title to display Selling Price and edit the vertical axis title to Number of Sales.
    7. Edit the chart title to display Sales by Price Group.
    8. Select and delete the legend.
    9. Delete cells G13:G22 (Figure 9-88).ImagesFigure 9-88 Histogram and chart for sales data
  10. Save and close the workbook (Figure 9-89).
  11. Upload and save your project file.
  12. Submit project for grading.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Excel 2019 In Practice – Ch 7 Independent Project 7-6

 

The Hamilton Civic Center is developing a template for member exercise and off-site seminars. You create the template, set validation, enter formulas, and insert a combo box control. You then create a new workbook from the template.

[Student Learning Outcomes 7.1, 7.2, 7.3, 7.4, 7.6]

File Needed: HamiltonCC-07.xlsx (Available from the Start File link.)

Completed Project File Names: [your name]-HamiltonCC-07.xlsx

Skills Covered in This Project

  • Set data validation to use a list.
  • Set validation to restrict dates.
  • Create an error alert message.
  • Insert a combo box control.
  • Check accessibility and add alt text.
  • Protect a worksheet.
  1. Open the HamiltonCC-07 workbook and click the Enable Editing button. The file will be renamed automatically to include your name.
  2. Select cell D2 on the Data sheet and review the formula. The formula divides calories by time and rounds the results to three decimal places.ImagesFigure 7-69 Custom format for values
  3. Select cells D2:D10 and open the Format Cells dialog box.
  4. Select the Custom category on the Number tab and build a format to display three decimal places (Figure 7-69).
  5. Select cell D2 and click the Format Painter button [Home tab, Clipboard group]. Click the Calorie Tracking tab and paint the format to cells E3:E33.ImagesFigure 7-70 VLOOKUP formula
  6. Select cell E3 on the Calorie Tracking sheet. Start a VLOOKUP function to lookup the label in cell C3. For the array, use an absolute reference to cells A2:D10 on the Data sheet. The Col_index_num is 4 for the calories per minute column. Leave the Range_lookup argument empty; the array (A2:D10) is sorted in ascending order. The result of the VLOOKUP formula is calories per minute for the exercise (Figure 7-70).
  7. Edit the formula in cell E3 to multiply the results by the number of minutes in cell D3.
  8. Copy the formula in cell E3 to cells E4:E33. The #N/A error message displays in rows where no data displays.
  9. Select cells C3:C33 and set data validation to use the list of activity names on the Data sheet. Do not use an input message or an error alert.
  10. Select the Calorie Tracking sheet and delete the data in cells A3:D23.ImagesFigure 7-71 Data validation for dates
  11. Select cells B3:B33 and set data validation to use a Date that is less than or equal to TODAY (Figure 7-71). Include a Stop error alert with a title of Check Date and a message of Date must be today or in the past. including the period.
  12. Select cells A3:D33 and remove the Locked cell property. Select cell A3 to position the insertion point.
  13. Display the Developer tab on the Ribbon and click the Data worksheet tab.ImagesFigure 7-72 Combo box settings
  14. Draw a combo box control to cover cell F8 and open its Format Control dialog box. Select cells G8:G11 for the Input range and type f8 in the Cell link box (Figure 7-72).
  15. Deselect the control and then select Second from the control. The linked cell is under the control and hidden from view.
  16. Click the Hospital Seminars tab and select cell D4. This cell has Center Across Selection alignment applied.
  17. Select cell D4 and use CONCAT and INDEX to display the result from the combo box, concatenating the Index results to the word “Quarter.”
    1. Start a CONCAT function [Text group].
    2. Use the INDEX function with the first arguments list as the Text1 argument.ImagesFigure 7-73 INDEX is nested within CONCAT
    3. Choose cells G8:G11 on the Data sheet for the Array argument and cell F8 for the Row_num argument. You can select the combo box control or type f8 after the sheet name (Figure 7-73). When the array is one column, a Column_num argument is not necessary.
    4. Click between the two ending parentheses in the Formula bar to return to the CONCAT arguments and type a comma (,) to move to the Text2 argument. (If you accidentally click OK, click the Insert Function button to re-open the Function Arguments dialog box.)ImagesFigure 7-74 Space character is included with Text2 argument
    5. Click the Text2 box, press Spacebar, type Quarter, and click OK. (Figure 7-74).
    6. Format cell D4 as bold italic 16 pt.
  18. Select the Data sheet, select Third from the combo box control, and return to the Hospital Seminars sheet to see the results.
  19. Select cell D4 and cells D6:G10 on the Hospital Seminars sheet and remove the Locked property.
  20. Delete the contents of cells D6:G10 and select cell D6.
  21. Check accessibility and add the alternative text Hamilton Civic Center Logo to both pictures in the workbook.
  22. Select cell D6 on the Hospital Seminars sheet and cell A3 on the Calorie Tracking sheet.
  23. Protect the Hospital Seminars sheet and the Calorie Tracking sheet, both without passwords.
  24. Save and close the workbook (Figure 7-75).
  25. Upload and save your project file.
  26. Submit project for grading.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Homework Assignment

 

Independent Project 4-5

Windows   Mac

Boyd Air is monitoring flight arrival status as well as capacities. Before formatting the data as an Excel table, you will export it as a text file for use in the reservation software. You will filter the data in the table, build a PivotTable, and create a PivotChart.

[Student Learning Outcomes 4.1, 4.2, 4.3, 4.4, 4.7, 4.8]

File Needed: BoydAir-04.xlsx (Available from the Start File link.)

Completed Project File Name: [your name]-BoydAir-04.xlsx

Skills Covered in This Project

  • Export data as a text file.
  • Format data as an Excel table.
  • Use a number filter in a table.
  • Set conditional formatting with an icon set.
  • Filter data by cell icon.
  • Create and format a PivotTable.
  • Create and format a PivotChart.
  1. Open the BoydAir-04.xlsx start file. If the workbook opens in Protected View, click the Enable Editing button so you can modify it.
  2. The file will be renamed automatically to include your name. Change the project file name if directed to do so by your instructor, and save it.
  3. Rename the sheet tab Stats.
  4. The worksheet includes the Boyd Air Flight Statistics.
  5. Select cell A4 and format the data as an Excel table using Green, Table Style Medium 21.
  6. Copy the Stats sheet to the end and name the copy PM Flights.
  7. Select the PM Flights sheet, and use a Greater Than filter to display flights with a departure time after 12:00 PM (Figure 4-106).Departure label in row 4 displays filter iconFigure 4-106 Filter results for Departure Time field
  8. Select the Stats worksheet, select cells I5:I32, and set conditional formatting to use 3 Flags from the Icon Sets.
  9. Build a two-level Custom Sort for the Capacity column to sort by icon. Show the green flag at the top, followed by the yellow flag. The red flag will default to the bottom (Figure 4-107).The red flag is not used in the Sort dialog boxFigure 4-107 Custom sort for the 3 Flags icon set
  10. Select the Stats worksheet, select cells A4:I32, and use the Quick Analysis tool to create a PivotTable to display average of capacity by origin (Figure 4-108).The ScreenTip displays Average of Capacity by OriginFigure 4-108 PivotTable suggestions from the Quick Analysis tool
  11. Rename the sheet PivotTable&Chart.
  12. Select cell B3 in the PivotTable and use Field Settings to set a Number Format of Percentage with two decimal places. Edit the Custom Name to display Average Capacity.
  13. Add the Passengers field to the PivotTable Values area with a sum calculation. Edit the field settings to display # of Passengers as the custom name. Set the number format to Number with zero decimals and a thousand’s separator.
  14. Use White, Pivot Style Light 8 for the PivotTable and show banded rows and columns.
  15. Add a 3-D Pie PivotChart to the sheet and position the chart object to start in cell E3. Size the chart to reach cell N22.
  16. Select the legend in the chart and change the font size to 11 from the Home tab.
  17. Show Data Labels on the chart positioned at the Inside End. Select a data label and format all labels from the Home tab as bold and 10 pt.
  18. Select cell A1 and save and close the workbook (Figure 4-109).Excel 4-5 completedFigure 4-109 Excel 4-5 completed
  19. Upload and save your project file.
  20. Submit project for grading.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Tableau Project – Car Insurance Claim project

 

Dear Participants,

Today many big organizations are sitting on large chunks of data, not knowing what to do with it. They invite consultants & business analysts to have a look at data and come up with insights that could help the organization run their business better. There is no clear set of instructions in such open-ended problems and it is expected of the consultant to do a lot of exploration first and formulate the problems themselves. These DVT projects fall into the bucket of such open-ended problems and a specific problem statement has not been given intentionally. It is expected of students to explore the data and come up with good insights. There is no right and wrong answer here. There should a clear logical story which should come out of their submission.”

Please find below DVT Project instructions:

Note: Please upload the project on Tableau public and include the URL in a word doc and upload it.

  • Any assignment found copied/ plagiarized with another person will not be graded and marked as zero.
  • Please ensure timely submission as a post-deadline assignment will not be accepted.

Please find the instructions here.

To learn how to publish your tableau file, click here.

Please use the following  datasets- (Car Claim Insurance.xlsx)

Business Context 

We are all aware that accidents are prone everywhere due to negligent driving or climatic conditions. An insurance company always needs to be prepared to estimate the number of accidents and the claims that they can receive at a given point time. Also understanding the pattern of claims would help the companies to frame different types of policies for the users providing better benefits and at the same time increasing the premium to the company.

Problem Statement:

Consider that you are a Lead Data Analyst at an Insurance Claims company that has provided you with the Car Insurance Claims dataset. You have been given a task to explore the data, create different plots and interpret useful insights/findings. Your end goal here will be to create a storyboard that you have to present to the Senior Management and the story has to have an end objective and should follow a logical flow to display that you are heading towards achieving the end objective. This will help the Senior Management in taking some decisive actions on the current claims system in place. This storyboard will be an open-ended story for you to explore various different features in the data and try to showcase different plots. Make sure to have minimum clutter in the plots, follow a consistent color scheme across all the plots, and use proper colors to highlight a specific insight. Moreover, your plots on all the dashboards should be interactive and responsive. There should be 1 dashboard that should cover the summary of the story as well as your recommendations.

Important Note: Please reflect on all that you have learned while working on this project. This step is critical in cementing all your concepts and closing the loop. Please write down your thoughts here.

Regards,

Program Office

 CriteriaPoints

Creation of multiple charts and tables for representing useful insights/findings. The charts used should be inline with the objective that you wish to convey to the Senior Management.

[Mandatory 8 types of charts/tables from any of the following: text table, bar chart(multiple/stacked/side by side), bubble chart, treemap, Pareto chart, scatterplot, Wordcloud, line plot, histogram, boxplot, circle views, heatmap, highlighted tables. No restrictions on the upper limit of the number of charts/tables to be used]  16 points

Creating a calculated field. The calculated field should add some meaningful value and should be inline with your storyboard which you will create in this project. (Specify where calculated field has been used)

2 points

Use of filters, parameter, actions, etc in the charts.

4 points

Minimal clutter and consistency in use of colors across charts.

5 points

Multiple Dashboards creation

At least 5 Dashboards 10 points

Correct interpretations/insights from each type of chart created. The interpretations should be inline with the storyboard which is to be created in this project.

These interpretations can be in the captions of the storyboard or in the plots as well 16 points

Interactivity among the charts on each Dashboard 5 points
Storyboard Creation

At least 1 Storyboard 15 points

Logical flow to the story represented in the storyboard. 5 Points
1 dashboard which will cover the summary and the recommendations from the insights to be added to the end of the storyboard

This dashboard will be an extra dashboard apart from the mandatory 5 dashboards mentioned in the 5th part of the rubric. At least 5 summary/recommendation points should be mentioned in this dashboard(at least 1 recommendation/summary point from each dashboard you created). 1 conclusion point of the story. This dashboard has to be a part of the storyboard created and not to be submitted separately. Note: This will not be evaluated if submitted as a separate dashboard/storyboard. 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

java assignment1

Exercise 24.3: (pg no.  971)

(Implement a doubly linked list) The MyLinkedList class used in Listing 24.5 is

a one-way directional linked list that enables one-way traversal of the list. Modify

the Node class to add the new data field name previous to refer to the previous

node in the list, as follows:

public class Node<E> {

E element;

Node<E> next;

Node<E> previous;

public Node(E e) {

element = e;

}

}

Implement a new class named TwoWayLinkedList that uses a doubly linked list

to store elements. Define TwoWayLinkedList to implements MyList. You need

to implement all the methods defined in MyLinkedList as well as the methods

listIterator() and listIterator(int index). Both return an instance of

java.util.ListIterator<E> (see Figure 20.4). The former sets the cursor to

the head of the list and the latter to the element at the specified index.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

problems on scientific computing

 Complete the following problems from the textbook. Show all your work. If you write code, include screenshots of your code and any test runs that you perform. • 

5.15 – pretend this experiment is set up on the moon (where g = 1.625m/s2 ) instead of Earth •(page-142) 

6.19 – write a computer program and use the Newton-Raphson method to answer this question •(page-174)

 7.6 • (page-202)

7.8 • (page-202)

8.1 – use chlorine (a = 6.579, b = 0.5622) at 1atm and 291.5K • page-215

9.20 • page-277

10.19 • page-298

11.24 • page 318

11.25 • page- 318

11.26 • page- 318

12.20 . page-335

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Case Study 5.1 and Lab Work 5.1

Discussion 5.1

What are decision trees used for in a business setting? Why are they popular? Provide examples.

Case Study 5.1

  • Read the Case Study:  Case 6.2 West Houser Paper Company (page # 289) from text book
  • Write a summary analysis and determine if they used the correct tools to conduct the analysis. 

Writing Requirements

  • 3–4 pages in length  (excluding cover page, abstract, and reference list)
  • Provide reference list and citations.
  • APA format, Use the APA template located in the Student Resource Center to complete the assignment..

Lab 4

Complete the following in Chapter 6

Problems: #31 , #34  from textbook (Page #282, #283). Excel data has been attached below.

Work on the problems and clearly explain answering the questions in word document.

Provide the worked on excel files

The assignment must be an APA formatted paper with embedded excel files

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

DIGITAL FORENSICS

  

TASK

Note: A Study Planner tool has been provided with this subject to support the assessment process. This tool provides information about the submission flexibility of assessment tasks, and a way to organise adjustments to submission dates. A link to the Study Planner can be found on the Interact2 site.

Task 1: Reflection on Hands-on Projects (5 marks)

Complete the following hands-on projects from your textbook:

1. Hands-on Project 1-1

2. Hands-on Project 1-2

3. Hands-on Project 1-4

4. Hands-on Project 1-5

5. Hands-on Project 1-6

Deliverable: Write a 500-1000 words (up to two A4 pages) report on lessons learned from these projects. Comment on each project individually within the two-page limit. You can write one lesson learned from each of the projects.

Task 2: Case Project (5 marks)
 

Complete the Hands-on Project 5-2 from your textbook (Nelson, Phillips, & Steuart, 6th edition, 2019, p. 260-261). In this project you will explore the MFT and learn how to locate time and date values in the metadata of a file you create during this project.
 

Deliverable: Write a 500-1000 words paper after completing this project and report what metadata you have discovered from the file you analysed using WinHex editor. Provide screen shots of the steps completed in the project showing the results of date and time values you have recorded. Briefly describe the main steps that you think are necessary and important to locate date and time values while analysing the file.

Task 3: Research Project (5 marks)

You have been assigned a digital forensics case to investigate involving a potential monetary fraud in an organisation. The CTO of the organisation has given you access to the workstation and other necessary hardware, e.g. USB, of one of his employees who she thinks is potentially involved in this fraud. Your job as a digital forensics examiner is to conduct this investigation. You are required to create a (investigation) plan and describe the standard practice procedure that is used in such investigations. Your plan must include the procedures for collecting the digital data, securing the evidence that you may collect and then describing the method to validate the collected data, e.g. calculating hash values and specifying the hash algorithm that you intend to use, e.g. SHA-3, MD5 etc. You can make some reasonable assumptions if required when describing your plan / procedures.

Deliverable: Write a 500-1000 word report that outlines the investigation plan, procedures to secure the digital evidence, and data validation methods.

Note: Combine deliverable’s of all three tasks mentioned above in a single document (only MS Word (preferable) or pdf, please note other formats e.g. *.zip, *.rar etc are NOT allowed) and then submit that one / single document through Turnitin.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now