Computer science work please

 I need someone who knows a bit about business information systems.

The work is about Tesco (a huge company in the UK) so this will be easier for someone in the UK and what you need to do is: 

e) Draw and give description of a simple DFD of its Payroll system.

f) Give the organizational Structure of the organization (you need to search and refer to your textbook)

 g) Describe and comment on their outsourcing and their international connection/investment (Does your chosen organization have some operations which are not done internally, any link with operations abroad?)

This is only level 3 work so easy for someone who knows about it, and the eBook for f) I have on kortext ill give you my login

   Let me know questions, if you can do, and price thanks

module 6

 

Explain the risks that most IT departments would need to be concerned with, detailing at least three examples of risks that are possible. In the conclusion, explain how you will use this information in your current or future job.

Your assignment should meet the following requirements:

  • 3-4 pages long, not including the cover page and reference page.
  • Conform to APA Style.
  • Support your answers with at least one current scholarly journal article (not more than five years old). The Rasmussen Library is a great place to find resources.
  • Clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing. If you need assistance with your writing style and APA format, start with the Writing and APA guides at the Rasmussen Library.

4 discussion board

 200 words

Beginning in 2014, malware infected the reservation system of Starwood Hotels, which included Sheraton, W Hotels, Westin, Le Meridien, Four Points by Sheraton, Aloft and St. Regis.  Then, in 2016, Marriott Hotels acquired Starwood. In November 2018, Marriott discovered and revealed the four-year hacking campaign that attacked Starwood’s reservation database. A total of 383 million guests were eventually determined to have been affected. The data breach related in the theft of names, addresses, phone numbers, credit card information, email addresses, and millions of unencrypted passport numbers. The Data Breach has arguably subjected Starwood to legal liability both in the US (data breach and breach notification laws) and in the EU (the EU General Data Protection Regulation —GDPR). In your initial post, please answer both of the following questions:

  1. Choosing either a US state data breach law or the EU GDPR (check our reading materials and PowerPoint slides, the links below, and ncsl.org for descriptions of applicable law) and explain how it applies or has already been applied to Starwood for its data security breach.
  2. Using your best judgment, what would you recommend to create and maintain an infrastructure that would most robustly and effectively protect against future breaches and the liabilities resulting from those breaches?  Include any specifics you may be familiar with such as hardware and software recommendations, compliance with specific US and  international laws, industry best practices, and any appropriate third-party vendor solutions.

Discussion on SaaS. 50 words

 Select from the following list four (4) topics and discuss. Use only 50-words max per topic to discuss and present your answer.  The discussion questions this week are from Chapter 2  (Jamsa, 2013).Chapter 2 topics:

  • Define and describe SaaS.
  • Discuss a SaaS provider for each of the following:
    • Sales and customer relationship management
    • Accounting
    • Income tax filing
    • Web-Based Meetings
    • Human Resources
    • Payroll Processing
    • Backup Automation
    • Office Document Creation
    • Social Networking
  • Define and describe mashups.
  • List the advantages and disadvantages of SaaS solutions.
  • Describe the role of OpenSaaS.
  • Compare and contrast a web service and a SaaS solution.
  • Define and describe SOA.

COSO Framework

 

The COSO framework of internal controls is practiced within companies around the world. The objectives of the COSO framework are closely related to its five components. For this week’s activity, please discuss these five components of the COSO framework. Be sure to include each components’ impact on each of the COSO framework objectives. What do you feel an auditor would most be concerned with during an IT audit? Lastly, discuss suggestions for integrating COSO framework compliance into a company in which you are familiar. 

Your paper should meet the following requirements:

• Be approximately four to six pages in length, not including the required cover page and reference page.

• Follow APA7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.

• Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.

• Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.

GO19_AC_CH01_GRADER_1G_AS – Open Houses 1.0

 

GO19_AC_CH01_GRADER_1G_AS – Open Houses 1.0

  In this project, you will create database objects to track the open  houses for the Health Professions departments at a college. You will  create a table and import data from Excel to create a second table. You  will use a database template to enter data into the Events table. You  will create a simple query, a form, and a report.

Start   Access. Open the downloaded file named Student_Access_1G_Open_Houses_AS.accdb, enable the content, and then   close the Event List multiple-items form that automatically opened. Open the   Navigation Pane.

In Datasheet view, create a new   table. Beginning in the second  column of the table and using the data type of   Short Text, create the Department Name, Contact Last Name, Contact First Name, Campus, Phone, and Department Email fields (in that order). In the eighth column,   using the Currency data type, create the Special Pay field.

Change the data type of the ID   field to Short Text, rename the ID field to Department ID.

Starting in the Department ID   field, add the following three records to the new table:

HIT 

Health Information Technology

Lynneff 

Deborah 

Northwest 

(512) 555-6185

[email protected]

40 

LPN 

Licensed Practical Nursing

Gilbert 

Thomas 

Northwest 

(512) 555-1551

[email protected]

25 

PLB 

Phlebotomy 

Woodward 

Jean 

Northwest 

(512) 555-9012

[email protected]

30 

Save the table as Departments, and then close the table.

Append the records from the   downloaded Excel file a01G_Departments.xlsx   to the Departments table.

In the Navigation Pane, organize   the objects by Tables and Related  Views. Open the Departments table (the   table has 14 records). Close  the Navigation Pane.

Switch the Departments table to   Design view. Delete the Campus field. For the Department ID field, enter a   description of Enter one to five characters for the Department ID and then change the field size   to 5. Enter a description of Payment for   each open house event   for the Special Pay field. Save the table.

Switch to Datasheet view, apply   Best Fit to all of the fields in the table, save the table, and then close   the table.

Import the records from the   downloaded Excel file a01G__Rooms.xlsx   into the database as a new table named Rooms. Designate the first row as column headings and   the Room ID field as the primary key.

Open the Navigation Pane, open   the Rooms table in Datasheet view  (the table has 10 records). Apply Best Fit   to all of the fields in the  table, save the table, and then close the table.

Based on your Departments table,   use the Query Wizard to create a  simple query. Add the Department Name,   Department Email, Phone,  Contact Last Name, and Contact First Name fields (in   that order). Keep  the default name of Departments   Query, click Finish to display the query results, and then close the   query.

Based on your Rooms table, use   the Form tool to create a form for the table. Save the form as Room Form, display the form in Form view,   and then close the form.

Based on your Departments table,   use the Report tool to create a  report. Delete the Contact Last Name, Contact   First Name, and Special  Pay fields from the report. Save the report as Departments   Report.

Sort the Department Name field   in ascending order. Set the width of the Phone and Department Email fields to   1.75 inches. Delete the page number   from the report, save the report, and then close the report.

Open the Event List form, and   then close the Navigation Pane. In  the Event List multiple-items form, enter   the following record (the  Start Time   and End Time data will reformat automatically):
 

  Title: LPN   Open House   Start Time: 1/16/22 11a End Time: 1/16/22 12p Description: Program   Overview   Location: MW112

In the Event List form, click   New Event, and in the Event Details  single-record form, enter the following   record (the Start Time and End  Time data will reformat automatically):
 

  Title:  HIT Open House Start Time: 1/16/22 2p
   End Time: 1/16/22 3p Description: Scholarship Applications Location: MN110

Close the Event Details   single-record form. Close all database  objects, open the Navigation Pane, and   then exit Access. Submit the  database as directed.