Instructions Part 1: Pseudocode and Flowchart You’ll create both pseudocode and a flowchart to design a mobile app. The app will write the device’s latitude and longitude to a file each time the device’s location changes. Use the techniques discussed in Section 3.3 and Chapter 10 of your textbook to write the latitude and longitude to the file as a record.
to create the flowchart. Write your pseudocode in a plain-text editor such as Notepad or TextEdit, and save as a text file (*.txt). Also, save a screenshot of your flowchart as a JPEG file (*.jpg).
scenario
Module 01 Content
- The first part of your course project is based on the following scenario:
XYZ Technologies has recently contracted ABC Construction to build a new manufacturing plant just outside of town. The construction company has gone through all the legal steps and processes that XYZ has asked of them and is currently listed as a vendor in XYZ’s accounting system. The primary contact has been Tom Smallie and his email is [email protected]. Shortly after the ground breaking, XYZ finance receives the following email communication:
From: Joanne Tilly [email protected]
To: XYZ FinanceSubject: Bank Account Information
ABC Construction has recently changed banks and would like to update their bank account information.
What is the process for changing this information?Sincerely,
JoanneXYZ Finance responded to this with the following email communication:
From: XYZ Finance
To: Joanne Tilly [email protected]Subject: Re: Bank Account Information
Attachment: Bank_Account_Update_From.pdf
Simply include the new bank account information into the attached form and we will be happy to process
this change for youThank You,
XYZ Finance TeamA few days later, the XYZ Finance team receives the form with the bank account information. This information is then updated in the financial system.
Months Later, the final inspection for the new facility was approved and ABC Construction submits their invoice for the work that was completed. The final amount is $450,000. Because of the amount, and the amount of money that has been tied up with ABC Construction, they are eager to receive payment on this invoice and they contact XYZ about twice per week to check the status. Then about three weeks later, ABC contacts XYZ to check the status of the payment and XYZ lets them know it was paid the day prior. ABC checks with their bank and they do not have a pending deposit. They alert XYZ about this and they verify the bank information only to find that this is incorrect.
Fortunately for XYZ this was only a day later, and the money has not left their account, they were able to stop the payment, and alert the authorities. ABC Construction receives their payment, and everything is resolved. Or is it?
In this part of your project assignment, provide an analysis of the incident that addresses the following:- Find the exact location where there was a breakdown in the process and identify a method of remediation for this process.
- Generate at least two more process changes where XYZ can improve their payment processing.
- Include an introduction, rationale for the change, level of impact assessment, and summary.
- Finally use a professional tone and vocabulary, APA format, and proper spelling and grammar.
- Submit your completed assignment by following the directions linked below. Please check the Course Calendar for specific due dates.
Save your assignment as a Microsoft Word document. (Mac users, please remember to append the “.docx” extension to the filename.) The name of the file should be your first initial and last name, followed by an underscore and the name of the assignment, and an underscore and the date. An example is shown below:
Jstudent_exampleproblem_101504
Gradute Research course
week 3 Discussion
week 3 Assignment
week 4 discussion
Final Submission
Writing Style and APA
Writing Style and APA
• Includes paragraph transitions
• Appropriate tone.
• Range in sentence structure.
• Correct use of punctuation, grammar, and capitalization.
• Follows APA Guidelines
Maximum score
25
Critical Thinking and Independent Thought
• Understands central concepts.
• Thoughtfully evaluates major alternative perspectives.
• Appropriate synthesis of literature.
• Addresses all prompts in a thorough manner.
Maximum score
25
Evidence-Based Theory and Practice; Relevance to Passion
• Application to professional practice is evident.
• Uses sufficient peer-reviewed/scholarly resources.
• Analyzes implications for the institution, the larger context, and personal professional growth.
• Demonstrates best practices in profession.
• Demonstrates value for organizational success.
Maximum score
25
Synthesis and Application
• Creates new ideas based upon previous knowledge and experiences.
• Relates knowledge to draw insightful conclusions.
• Transitions ideas into real-life application.
Maximum score
25
Foundations of Computer Science
Computers have completely transformed human lives. When they were discovered many years ago, they had very little resemblance to the computers of today, both in appearance and performance. This evolution has taken place over several years.
Reflect on the basics of computers and their evolution over time. Consider the following questions in your 1- to 2-page reflection:
- Describe the basic elements of computer systems.
- Outline the evolution of these elements over time.
- Describe how they are used worldwide.
Format your reflection consistent with APA guidelines.
Research paper
- Section 1: Statement of the Problem and it’s Setting (Citations are required)
- Section 2: Hypotheses and/or Guiding Questions
- Section 3: Assumptions
- Section 4: Delimitations and Limitations
- Section 5: Importance of the Study
- Section 6: Review of the Literature
- Section 7: Outline of the Proposed Study (Steps to be taken, timeline, etc.)
- Section 7: References
Create a SIEM
This module/week provides an overview.
Excel
this assigment have to be done in Excel. I have uploaded two documents. The first one are the instructions and the second one is the format with Excel that I have to complete with the instructions mentioned.
Write an assembly program that will
Write an assembly program that will move a character from left to right and then back again across the monitor of the PC a number of times as specified by the user’s input. The user is to be prompted for the character to display and how many times to move it back and forth. An input of ‘?’ and 1 would cause the ‘?’ to move back and forth across the monitor 1 trip.
Your program must only allow entry of numbers from 1 to 4 inclusive. Use a loop that allows an exit only if the value is greater than zero and less than five. If the user enters an illegal value you must remind him/her of the values that are allowed and re-prompt for the numeric value. You do not have to do any error checking on the character as any printable character is fine.
Remember if you have just displayed a character the cursor will be just to the right of it. In order to display the next character you will have to erase the previous character and then display the character in the new location. The backspace character is character number 8 and a space is character number 32. Do not display a character in the 80th position as this will cause the cursor to advance to the next line. All output must be on the same line.
You will also have to write a procedure that will slow the cursor movement across the screen. A Pentium CPU will move the cursor so fast that the user will not see it move. Your delay procedure needs to be a loop that does nothing an appropriate number of times.
Be sure to document your code and use procedures when ever possible in this program.
Exp19_Excel_Ch10_ML1_Dow_Jones
You are an intern for Hicks Financial, a small trading company located in Toledo, Ohio. Your intern supervisor wants you to create a report that details all trades made in February using current pricing information from the Dow Jones Index. To complete the task, you will import and shape data using Power Query. Then you will create data connections and visualizations of the data.
Use Get & Transform tools to import and transform Table 0 located in the file e10m1Index.txt. Split the company column using space as the delimiter at the left-most occurrence. Rename the respective columns Symbol and Company. Remove the columns Change, %Change, and Volume. Name the table Dow and load it to the existing worksheet.
Hint: Get Data is located on the Data tab in the Get & Transform Data group.
Name the worksheet Current_Price.
Hint: Double-click the worksheet tab to edit the sheet name.
Use Power Query to import trade data located in the workbook Exp19_Excel_Ch10_GRADER_ML1-TradeInfo.csv. Before loading the data, if necessary use the Power Query Editor to remove the columns that contain NULL values. Split the company column using the left most space as the delimiter and rename the respective columns Symbol and Company Name.
Hint: Get Data is located on the Data tab in the Get & Transform Data group. Click Edit on the Import window to load the Power Query Editor.
Rename the worksheet Trades.
Hint: Double click the worksheet tab to edit the sheet name.
Add the Dow table and the Exp19_Excel_Ch10_GRADER_ML1-TradeInfo table to the Data Model.
Hint: Manage Data Model is located on the Data tab in the Data Tools group.
Use Power Pivot to create the following relationship:
Table
Exp19_Excel_Ch10_GRADER_ML1-TradeInfo
Field
Symbol
Table
Dow
Field
Symbol
Hint: Relationships is located on the Data tab in the Data Tools group.
Use Power Pivot to create a PivotTable with the EXP19_Excel_Ch110_GRADER_ML1_TradeInfo Date field as a Filter, Last Price as a value, and the Dow table Company Name as Rows.
Hint: Power Pivot is an Excel add-in that must be loaded. Power Pivot can be loaded by accessing COM add-ins in Excel options. Once loaded, the Power Pivot tab is located on the Office ribbon.
Create a Clustered Column PivotChart based on the PivotTable that compares the trading price of Apple and Coca-Cola stocks.
Hint: PivotChart is located on the Analyze tab in the Tools group.
Add the chart title Trading Comparison, apply Accounting Number Format to cells C4:C5, and name the worksheet Price_Comparison.
Hint: Chart elements can be added or edited on the Design tab in the Chart Layouts group.
Delete Sheet 1, if necessary.
Hint: Delete is located on the Home tab in the Cells group.
Case Study: Read Raiding Customer Assets at MF Global and complete the questions at the end of the case study.
Please click on–> Raiding Customer Assets at MF Global and complete the questions at the end of the case study.