Question

CARDIAC CARE UNIT

ST GEORGE’S HOSPITAL

Your program will read one input sequential file. You will use textfile “patients.txt” which is located on tracs as a test file but you must write your program so that it invokes the dialog feature of C# ***** the user can select the input file form a Windows template. You will submit your exam on tracs in a zipped folder. If your zipped folder contains fewer than 5KB of data it is garbage and it will receive a 0. You are allowed multiple submissions to safeguard your work, but anything submitted past the end of class will not be graded. I will grade the last submitted version.

As specified above, you should code your program so it can input data from any file the Nurse or the Doctor wants to. The format of the input file is such that the input file contains multiple sets of data for cardiac care patients and it could also be an infinite continuous stream of data records. Each set of 12 consecutive records contains data about one patient. The first record contains the patient name, the next 10 records contain 5 pairs of data representing 5 measurements of the patient’s blood pressure (Systolic over Diastolic) and the 12th record contains the id of the doctor for that patient. The first number is ***** pressure, the second number is ***** pressure, and the third number is ***** pressure and so on. The input file will look like this followed by data for the next patient and the next patient and so on.

Joe A. Patient

180

60

175

76

188

100

190

80

190

80

1There will be an unspecified number of data sets in the various input files to be processed. Your program must create 3 String constants in memory. They should hold the following string values:

D.ABRAMS,MD Dr. Abrams is doctor 0.

D.JARVIC,MD Dr. Jarvic is doctor***** Panos is doctor 2.

PROCESSING:

For each patient in the input file, your program will load the systolic and diastolic blood pressure measurements into the proper variables that you must define. You will compute the average value for each group of variables: one average value for the Systolic values and one average value for the Diastolic values and display them in a listbox, along with the “Status” and the “Doctor’s Name.”

If the average Systolic pressure of a patient is <=90 or >= 160 OR if the average Diastolic pressure is <= 60 or >= 90 then your program must display a “WARNING” under the status for that patient, otherwise you will display ‘NORMAL’ under the status for that patient. The last column of the display will show the Cardiologist’s Name for the patient.SAMPLE GUI FOR YOUR CARDIAC CARE APPLICATIONCODING SPECIFICATIONS:

DisplayPatientStatus_Button:

The codebehind the “DISPLAY PATIENT STATUS” button must only contain calls to VOID methods and Value Returning methods (known as Functions).

Write a void method ProcessFile to process the file until the end of stream and call that method from inside the button click event.

Inside this ProcessFile method your program should call the following sub-methods:

Write two separate Functions (value returning methods.) One, SystolicPressure, to accumulate and return the mean Systolic blood pressure and another Function, DiastolicPressure, to accumulate and return the mean Diastolic pressure of the current patient.

Write a Function PatientStatus, to return the patient’s STATUS after the patient’s numeric data has been processed.

Write a Function DoctorsName to return the doctor’s name.

Write a private void DisplayOutput method, to create a string and display each output line for each patient the app is processing.Clear_MonitorButton

The codebehind the “CLEAR MONITOR” button must contain calls to void methods that will do the field and variable cleaning and re-initializations.

Directions

  

Directions

For hi-tech- (I may need help on broker) create a pro forma cash flow budget for the organization for five years – 2010 -2014.

Express all data in yearly format (not quarterly or monthly)

b.    Create three sections Operating, Investing and Financing 

i.    create line items within each section that relate to each of these sections.

ii.    Show inflows as a positive value and outflows as a negative value

                                       iii.    At the bottom, show change in cash (sum of operating, investing and financing), beginning and ending cash.

Please reference Chapter 24 materials. Read and understand the entire chapter. Be sure and pay particular attention to the information contained in the following sections:

a) 24-1The Financial Plan

b) 24.2 Cash Budgeting (Note this table illustrates three columns–current, forecast and change, you will forecasting five years of data, so total of six columns- current and years 2010 – 2014)

Note Table 24-1 illustrates the operating section of the Cash Budget. This table appears on pp 708.

For the line items “capital expenditure” and “mortgage payment” create a separate section in your cash budget for Investing and Financing respectively and include these and any other relevant cash flows in these two sections.

c) 24.3 Pro Forma Financial Statements

Exp19_Excel_Ch03_CapAssessment_Movies

  

Exp19_Excel_Ch03_CapAssessment_Movies

Project Description:

You are an assistant manager at Premiere Movie Source, an online company that enables customers to download movies for a fee. You need to track movie download sales by genre. You gathered the data for April 2021 and organized it in an Excel workbook. You are ready to create charts to help represent the data so that you can make a presentation to your manager later this week.

Steps to Perform:

   

Step

Instructions

Points    Possible

 

1

Start   Excel. Download and open the file named Exp19_Excel_Ch03_CapAssessment_Movies.xlsx.   Grader has automatically added your last name to the beginning of the   filename.

0

 

2

You want to create a pie chart to show the   percentage each category contributes to the monthly movie downloads.
 

  Select the ranges A5:A10 and F5:F10. Create a pie chart and move it to a   chart sheet named April Pie Chart.

6

 

3

The   chart needs a descriptive title that is easy to read.
 

  Type April   2021 Downloads by Genre as the chart title, apply bold, 18 pt font size, and Black, Text   1 font color.

5

 

4

Percentage and category data labels will provide   identification information for the pie chart.
 

  Add category and percentage data labels in the Inside End position. Remove   value data labels and the legend. Apply 14 pt font size and Black, Text 1   font color.

5

 

5

You   want to focus on the comedy movies by exploding it and changing its fill   color.
 

  Explode the Comedy slice by 7% and apply Dark Red fill color.

 

4

 

6

A best practice is to include Alt Text for   accessibility compliance.
 

  Add Alt Text: The pie chart shows percentage of downloads by genre   for April 2021.   (including the period)

2

 

7

Next   you want to create a combo chart to depict the monthly totals and percentages   by category.
 

  Display the Data sheet, select the ranges A4:A10 and F4:G10, and then create   a Clustered Column – Line on Secondary Axis combo chart.

4

 

8

You want to position the chart below the data   source.
 

  Cut the chart and paste it in cell A13. Change the height to 3.5″ and the width to 6″.

5

 

9

Change   the combo chart title to April 2021 Downloads. Apply Black, Text 1 font color to the chart   title.

3

 

10

Axis titles will help distinguish the number and   percentage of downloads.
 

  Add a primary value axis title and type Number of Downloads. Add a secondary value axis   title and type Percentage of Monthly Downloads. Apply Black, Text 1 font color   to both value axis titles.

6

 

11

Now   that you added an axis title for each vertical axis, you can remove the   legend and format the secondary value axis to display whole percentages.
 

  Remove the legend for the combo chart. Display 0 decimal places for the   secondary value axis.

 

1

 

12

You want to add some color to the plot area for the   combo chart.
 

  Apply Light Gradient – Accent 1 gradient fill color for the plot area.

5

 

13

A best   practice is to include Alt Text for accessibility compliance.
 

  Add Alt Text: The combo chart shows the number and percentage of   downloads by genre for April 2021. (including the period).

2

 

14

To provide a visual summary of the weekly totals   for each genre, you will insert sparklines.
 

  Select the range B5:E11. Insert Line Sparklines in the range H5:H11. Apply   Black, Sparkline Style Dark #4

10

 

15

Displaying   the markers helps identify the specific points on the sparklines. You will   also change the high point to a different color to stand out.
 

  Show the high point and markers for the sparklines. Change the high point   marker color to Red.

5

 

16

Your last major task is to create a bar chart for   weekly downloads.
 

  Select the range A4:E10. Create a stacked bar chart. Move the chart to new   chart sheet. Type Weekly Downloads for the sheet name. Apply Style 8 chart style.

14

 

17

Add a   chart title above the bar chart and type April 2021 Weekly Downloads by Genre

4

 

18

Increasing the font size will make the chart   elements easier to read.
 

  Apply 11 pt font size to the category axis, value axis, and the legend for   the bar chart.

6

 

19

Because   the largest value is less than 9,000, you can reduce the maximum bound in the   chart. In addition, you want to display the category labels in the same order   that they are in the worksheet.
 

  Change the maximum bounds for the value axis to 9000 and set the Major Units to 500 for the bar chart. Use the Axis   Options to format the category axis so that the category labels are in   reverse order in the bar chart.

5

 

20

Although the bar chart displays major gridlines,   minor gridlines could improve the appearance.
 

  Add primary minor vertical gridlines to the bar chart.

0

 

21

A best   practice is to include Alt Text for accessibility compliance for the bar   chart.
 

  Add Alt Text: The stacked bar chart shows downloads by each week for   each genre.   (including the period).

4

 

22

Insert a footer with Exploring Series on the left, the sheet name   code in the center, and the file name code on the right on all the sheets.   Change to Normal view.

4

 

23

Save   and close Exp19_Excel_Ch03_CapAssessment_Movies.xlsx.   Exit Excel. Submit the file as directed.

0

  

Total   Points

100

Discussion section 3 paragraphs ( Effects of Digital Technology on Students)

Assignment Content

  1. Your hard work has paid off (!!!), You will use the following workshop activities completed in class to help you write your complete draft of your discussion section:
    • Activity: Discussion, Para. 1
    • Activity: Discussion, Para. 2
    • Activity: Discussion, Para. 3
    • BEFORE SUBMITTING:

      A. YOU MUST SUBMIT THIS TO A SPELLING AND GRAMMAR CHECKER

      B. YOU MUST USE THE “CHECK YOUR SIMILARITY HERE” FOLDER TO ENSURE NO PLAGIARISM 

Discussioon 250 words

 It is important to understand that humans and technology interact in all information systems. Why do you feel businesses must spend time and money to educate their employees on security matters? 

Peer response

Peer response When writing a research paper for a professor yes, I would consider layout, formatting, spelling, and grammar. I would also focus on character spacing, text effect, styles, font size and color. I couldn’t forget about paragraph alignment because depending on the style you are using for example APA style; paragraph alignment will be helpful to make sure all your paragraph is in the correct margin. The most useful and important thing I would consider using on my research paper would be the researcher feature. The reason for that would be that it will find credible sources without having to leave Word and you can also count on having good and true sources on your research paper.

please write an answer to the peers post based on what the peer wrote , respond to peer to keep the conversation going

Exp19_Access_Ch03_HOEAssessment – Property Sales 1.0

Exp19_Access_Ch03_HOEAssessment – Property Sales 1.0

Exp19 Access Ch03 HOEAssessment – Property Sales 1.0

EX19_AC_CH03_GRADER_HOE_AS

Project Description:

In the following project, using data on homes for sale that Amy and Zac acquired, you are able to target properties that meet specific criteria. As you examine the data, you discover other ways to analyze the properties. You create several queries and present your results to the two investors for their comments. You also create several totals queries to evaluate the property lists.

     

Start Access. Open the downloaded Access file named Exp19_Access_Ch03_HOEAssessment_Property_Sales. Grader has automatically added   your last name to the beginning of the filename. Click Enable Content on the   Security Warning message bar.

 

Now that you have   opened the database, you begin your analysis by creating a query using the   Properties and Agents tables from the Property database. The Properties table   contains all the properties the investors will evaluate; the Agents table   contains a list of real estate agents who represent the properties’ sellers.   In this exercise, you will add requested fields and only show properties that   have not been sold. You will then build an expression to calculate the price   per square foot for each property.
 

  Use Query Design to create a new   query. The Show Table dialog box opens so you can specify the table(s) and/or   queries to include in the query design. Add the Agents table then the Properties   table. Close the Show Table dialog box.
 

  Add the FirstName and LastName fields from the Agents table to the query. Add the ListPrice, SqFeet, and Sold fields from the Properties table to   the query. Run the query and view the 23 properties that display in the query   results.

 

Switch back to Design   view and add No in the Criteria row of the Sold field. Sort the   query in Ascending order by the ListPrice field. Run the query and view the   17 unsold properties in order from least expensive to most expensive.
 

  Save the query as Price Per Square Foot.

 

Switch to Design   view. In the Field row of the first blank column of the query design grid,   right-click and select Zoom. Add PricePerSqFt:   xListPrice/xSqFeet and click OK. Access   inserts square brackets around the fields for you. Be sure that you added the   extra x’s to the field names. You are intentionally misspelling the field   names to see how Access will respond.
 

  Run the query. In the first Enter Parameter Value dialog box, enter 200000   and   click OK. Access does not   recognize xListPrice in the tables defined for this query in the first   record. When Access does not recognize a field name, it will ask you to   supply a value.
 

  Another Enter Parameter Value dialog box displays, asking that you supply a   value for xSqFeet. Again, this error occurs because the tables defined for   this query do not contain an xSqFeet field. Type 1000 in the second   parameter box and press ENTER. The   query has the necessary information to run and returns the results in   Datasheet view. Examine the results of the calculation for Wrong Price Per Sq   Ft. All of the records show 200 because you entered the values 200000 and   1000, respectively, into the parameter boxes. The two values are treated as   constants and give the same results for all records.
 

  Return to Design view and display the Zoom window. Correct the errors in the   PricePerSqFt field by changing the formula to PricePerSqFt:   [ListPrice]/[SqFeet] and click OK.   
 

  Run the query and adjust column widths as necessary. The new calculated   field, PricePerSqFt, is displayed. The new field divides the values in the   ListPrice field by the values in the SqFeet field.
 

  Save and close the query.

 

Now, Amy and Zac   would like to see the field formatted with two decimal places. You will   change the format to Currency and add a caption to the calculated field.
 

  Make a copy of the Price Per Square   Foot query and name it Price Per Square Foot Formatted.
 

  Open the Price Per Square Foot   Formatted query in Design view. Display the Property Sheet (in the   Show/Hide group on the Design tab) for the PricePerSqFt calculated field.   Change the field format to Currency   then change the Caption to Price Per Sq Ft (no period). Close the Property   Sheet.
 

  Run the query to view your changes. The calculated field values are formatted   as Currency, and the column heading displays Price Per Sq Ft instead of   PricePerSqFt.
 

  Save and close the query.

 

You will create a   copy of the Price Per Square Foot Formatted query from the previous step and   paste it using a new name. You will add a few more calculated fields to the   new query. You will create one calculation to determine the price per bedroom   for each house. You will create a second field to calculate the price per   room. For this calculation, you will assume that each property has a kitchen,   a living room, a dining room, and the listed bedrooms and bathrooms.
 

  Create a copy of the Price Per Square   Foot Formatted query and name it List Price Calculations.
 

  Open the List Price Calculations query   in Design view. Display the Builder window for the PricePerSqFt column (in   the Query Setup group). The Expression Builder dialog box opens, displaying   the current formula.
 

  Change the PricePerSqFt field name to PricePerBR and remove the [SqFeet] field. In the Expression   Elements box, select Properties table   from the Exp19_Access_Ch03_HOEAssessment_Property_Sales database.
 

  The fields from the Properties table are now listed in the middle column   (Expression Categories). Add the Beds   field to the expression box.
  The expression now reads PricePerBR: [ListPrice]/[Properties]![Beds].
 

  Delete the [Properties]! prefix in   front of Beds.
  The expression now reads PricePerBR: [ListPrice]/[Beds].
 

  As the Beds field name is unique within our query, the table name is not   necessary. Removing this makes the query easier to read. If a field named   Beds appeared in more than one table in our query, removing the table name   would cause problems.
 

  Close the Expression Builder. Run the query. Notice that the column heading   still reads Price Per Sq Ft. Also notice that the column’s contents are   formatted as Currency. These settings were copied when the query was copied.

 

Switch to Design view   and ensure that the PricePerBR field is selected. In the Property Sheet, change the Caption   to Price Per Bedroom. Close the Property Sheet and   run the query. The PricePerBR column now has an appropriate caption.
 

  Switch to Design view. Make a copy of the PricePerBR expression and paste it in the next blank column. You   will edit the copied expression so that it reflects the price per room,   assuming that the kitchen, living room, dining room, and the bedrooms and   bathrooms will make up the number of rooms.
 

  In the Builder window, change the PricePerBR field name to PricePerRoom. Add an opening   parenthesis before the [Beds] portion of the formula and a plus sign after   [Beds]. Because you want the addition to be done first, you will enclose the   addition part in parentheses.
  The expression box should read PricePerRoom: [ListPrice]/([Beds]+
 

  In the Expression Elements box, select Properties   table from the Exp19_Access_Ch03_HOEAssessment_Property_Sales database   and add the Baths field to the expression box. Type another plus sign after   [Baths] and type 3 followed by a right   parenthesis. In other words, you will type +3) in the expression   box. Delete the [Properties]!   portion of the expression and click OK.   
  The expression now reads PricePerRoom: [ListPrice]/([Beds]+[Baths]+3).
 

  Your final formula is the list price divided by the total number of rooms.   The total number of rooms is the number of bedrooms (in the Beds field), plus   the number of bathrooms (found in the Baths field), plus 3 (a constant   representing the kitchen, living room, and dining room).
 

  In the Property Sheet, change the caption to Price Per Room and change the   Format to Currency. Close the   Property Sheet.
 

  Run the query, adjusting the column widths as necessary, then save and close   the query.

 

Amy and Zac feel like   they are close to making an offer on a house. They would like to restrict the   query to houses that cost $210,000 or less. They would also like to calculate   the estimated mortgage payment for each house. You create this calculation   using the Pmt function. You make the following assumptions: 75% of the sale   price to be financed, a 30-year term, monthly payments, and a fixed 3.65%   annual interest rate.
 

  Make a copy of the Price Per Square   Foot Formatted query and call it Mortgage Payments. Open the Mortgage   Payments in Design View. Add <=210000 to the Criteria row of the   ListPrice column. The query, when it is run, will show only the 7 houses that   haven’t been sold that cost $210,000 or less.
 

  In the first blank column, display the Builder window. Add the Pmt function   to the expression builder window (Functions ? Built-In Functions ?   Financial).The expression box displays:
  Pmt(«rate», «num_periods», «present_value», «future_value», «type»)
 

  Position the insertion point before the Pmt function. Type Payment: to the left of the   Pmt function, with a space after the colon. The expression box now displays:
  Payment: Pmt(«rate», «num_periods», «present_value», «future_value», «type»)
 

  Substitute the appropriate information in each argument ensuring that there   is a comma between each argument.

  

Argument

Value

  

«rate»

.0365/12

  

«num_periods»

30*12

  

«present_value»

[ListPrice]*.75

  

«future_value»

0

  

«type»

0

 

  Note that the loan is a 30-year loan with 12 payments per year, hence the   calculation for the number of payments. Also note, Amy and Zac plan on   financing 75% of the cost, putting 25% down. Therefore, you will multiply the   list price by .75 (75%).
 

  Change the format of the Payment field to Currency then close the Property Sheet and run the query. Notice   that the payment amounts are negative numbers (displayed in parentheses). You   will edit the formula to change the negative payment values to positive.
 

  Switch back to Design View. In the Builder window of the Payment field, add a   minus sign (-) to the left of [ListPrice] then click OK. By adding the negative sign in front of the ListPrice field,   you ensure that the value is displayed as a positive number. The expression   now reads:
  Payment: Pmt(.0365/12,30*12, -[ListPrice]*.75,0,0)
 

  Run the query, adjusting the column widths as necessary. The query now   displays a column containing the calculated monthly mortgage payment,   formatted as currency.
 

  Save and close the query. 

 

Amy and Zac decide it   would be helpful to analyze the property lists they purchased. Some of the   lists do not have homes that match their target criteria. The investors will   either purchase new lists or alter their criteria. You create several totals   queries to evaluate the property lists. You begin your property list analysis   by creating a total row in Datasheet view of the Mortgage Payments query.   This will give you a variety of aggregate information for important columns.
 

  Open the Mortgage Payments query   in Design view. Drag the ListingID   field from the Properties table to the fifth column. The ListingID field   is now in the fifth column, between the SqFeet and Sold fields. The other   columns shift to the right.
 

  In Datasheet view, click Totals in   the Records group on the Home tab. In the Total row, display the Average List   Price for all the properties that have not sold. Adjust column widths as   necessary to ensure that all values are displayed.
  The average list price of these properties is $165,294.36.
 

  In the Total row, display the Count of ListingIDs.
  The count of properties in this datasheet is 7.
 

  In the Total row, display the Average Price Per Sq Ft.
  The average price per square foot is $115.32.
 

  Save and close the query.

 

Now, you create a   totals query to help Amy and Zac evaluate the properties in groups.
 

  Create a new query, via Query Design, and add the Properties table.
 

  Add the SalePrice and Sold fields to the query (in that   order) then Display the Total row (Show/Hide group of the Design tab). A new   row labeled Total displays in the query design grid, between the Table and   Sort rows. Each field has Group By listed in the new row by default.
 

  In the SalePrice column Total row, change Group By to Avg. In the Sold column Total row, change Group By to Where then type Yes in the Criteria row.   This criterion will limit the results to sold houses only.
 

  Change the SalePrice format to Currency.   Close the Property Sheet. Run the query and adjust the column width, if   necessary. The results show an overall average of $333,838.77 for the sold   properties in the database.
 

  Save the query as Overall Results then close the query.

 

Create a new query,   via Query Design, and add the Properties   and Lists tables. Add the NameOfList field from the Lists table   and the SalePrice, ListingID, and Sold fields from the   Properties table to the query.
 

  Display the Total row then change the Total row to Avg for SalePrice and to Count   for ListingID. Next, change the Total row for Sold to Where then type Yes in the Criteria row. This   criterion will limit the results to sold houses only.
 

  Change the SalePrice format to Currency   then the caption for the ListingID field to Number Sold. Close the Property   Sheet and run the query. Adjust column widths as necessary. Notice that Minor   Houses has the lowest average sale price. As Amy and Zac are hoping to focus   on inexpensive properties, they can focus on properties offered by this   source. Notice also that the query results show the number of properties sold   in each source, in addition to the average sale price. This will help   determine which sources have been more effective.
 

  Save the query as Results By Listing Company.

 

The previous query   shows the average value of the properties by listing company. However, Amy   and Zac learned at the seminar they attended that the longer a property has   been on the market, the better your chances of negotiating a better price.   You will revise the query to show, on average, how long each listing company   takes to sell a house.
 

  Copy the query, save it as Results By Listing Company Revised and click OK.
 

  Display the Total row then change the Total row for the Number Sold column to   Sum. The total number of houses   sold (6) now displays at the bottom of the Number Sold column.
 

  Switch to Design view. In the first blank column, type DaysOnMarket:   [DateSold]-[DateListed] to create a new calculated field. Change the Total   row from Group By to Avg then   change the Format to Fixed and   close the Property Sheet. The DaysOnMarket field will show the average number   of days on the market for each sold listing.
 

  Run the query and adjust the column widths as necessary. Minor Houses   listings have an average of 28.00 days on the market. Since this is lower   than their competitors, it lets you know they are fast with sales.
 

  Save and close the query.

 

Close all database   objects. Close the database and then exit Access. Submit the database as   directed.

Buffer Overflows

The key to this paper is to demonstrate your understanding of the topics, not to re-word the text or reference material. Paper must be 100% original and not plagiarized.

Scenario:
 

1. Research and discuss the principle of exploits based on buffer-overflow attacks.
 

2. How can buffer-overflow attacks be avoided?

INSTRUCTIONS: Running Size of your deliverable should include the 2 Pages of content for this phase, a title page, the references page

Make sure you are using at least four (4) academic APA references.

This submission should be created following APA 6th edition guidelines.

The paper is to follow the APA style guide, Sixth Edition 

Java Programming

This project consists of two tasks. The goal is to explore how to design various class through encap sulation, inheritance, composition, and polymorphism, to examine how to create GUI applications using JavaFX. Glance at “What to Submit” when you start working on a task so that you know what information to provide from each task. 

Please Check the attached Details. Thank you