ple week 13 DB

Hello,

i need this paper by 4/22 afternoon 12am.

Strictly No plagiarism please use your own words.

Discuss in 500 words your opinion on what lessons should be learned from the 737 Max 8 crashes. 

Use at least three sources. Use the Research Databases available from the Danforth Library, not Google.   Include at least 3 quotes from your sources enclosing the copied words in quotation marks and cited in-line by reference to your reference list.  Example: “words you copied” (citation) These quotes should be one full sentence not altered or paraphrased. Cite your sources using APA format. Use the quotes in your paragraphs. Do Not Doublespace.

Copying without attribution or the use of spinbot or other word substitution software will result in a grade of 0. 

Write in essay format not in bulleted, numbered or other list format. 

 

Make sure Strictly No plagiarism content should not match and even the reference should not match in plagiarism 

Mobile Application Practical

The CAFE project entitled Mobile Food Ordering System is a mobile -based application that allows an organization to post their menus/foods that they offer and accept orders from the customers through this platform. This is somewhat a form of e-commerce platform but specifically intended for food ordering. In the Online Food Ordering System, we have the following entities/tables

i. User

ii. Site Information

iii. Payment

iv. Order

v. Order Details

vi. Customer

vii. Rating

viii. Menu

ix. Menu Type

a) Use android to create the user interface for the mobile system for any of the two tables/entities above. Using a spinner view, add the list of names of 10 customers. Add appropriate colors and boarders of your choice to make it look very nice (10 marks). 

Using a snipping tool OR print screen (PrtScr) on the keyboard copy and paste the created form on the answer sheet.

b) Using android and list view create a list of food items in the CAFÉ company. Add appropriate colors and boarders of your choice to make it look very nice (10 marks).

Using a snipping tool OR print screen (PrtScr) on the keyboard copy and paste the created form on the answer sheet.

c) Evaluate the areas where mobile applications are applied and used in our everyday life. (10 marks)

Week 3 Assignment

Question:

 Select a major organization that was located with a major natural disaster area, such as the Hurricane Katrina disaster area. Research their experiences and prepare a report detailing the unexpected challenges the organization encountered in returning their operations to normal. Give suggestions on what might be added to the organization’s contingency plan to mitigate those unexpected challenges.

  • Be approximately four 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.

NO PLAGIARISM*****

Impelementing MS-SQL Server

 

An Insurance firm is implementing a Microsoft® SQL Server® database that will track customer information, policy information, and transaction histories. The biggest concern is providing access to the information each team needs. Sales representatives need to access customer information to better serve their clients. Claims representatives must access policy information to determine coverage. Supervisors would like to access transaction histories to monitor employee performance. Compliance officers often must gather different and varied information for various regulatory agencies. Mertel executives want to monitor key metrics stored in the database to gauge company performance. 

1.   Based on tyour experience, and your research, respond to the following in a minimum of  200 words: (1) Describe what methods you would recommend that the insurance company will use to retrieve information from its databases and why do you recommend those methods?; (2) Discuss whether you would use a custom application or a more generic tool like SAP® BusinessObjects™ or Microsoft Excel; (3) Discuss if a team of analysts would be in charge of running reports and distributing the information; and (4) Discuss if the same approach work for all the users? Defend your recommendation. 

2.   create a 700-word minimum – Database Administration and Data Governance 

Evaluate and assist company decision makers in understanding the importance of database administration and data governance in relation to building scalable and robust applications.

  • Describe how SQL constructs could be used to create data definition language (DDL) and data manipulation languages (DML).
  • Explain how the design would be checked from each role’s perspective, according to the information they require.
  • Use these roles as an example:
  • The administration team needs access to records and permission to update and enter new data.
  • The development teams need to write the expected transactions relatively easily, which might depend on the degree of normalization.
  • The application team needs access to any and all data to manage the interface.

Final project

 

The purpose of this assignment is to pick a topic for your research project. The topic should be of graduate level not a survey. Investigate an important question. 

Your Research Project will be a presentation on some aspect of the surveillance state.  Do a five source annotated bibliography/reference list on the subject. There should be two annotations for each source. In the first write a paragraph of at least five sentences summarizing the thesis of the article. In the second write a paragraph of at least five sentences summarizing your reflections on the thesis of the article. You should do a deep dive into a topic. Do not do a survey. Make use of academic references such as you can find in the Danforth LIbrary research databases 

Use at least five sources.

Policy

 

Your Project on the surveillance state consists of two parts:

1 a Powerpoint presentation consisting of at least 10 slides not including title and references.

2. 500-word project with at least 3 sources. There should be no lists. Write in format, not outline format. Include a meaningful title.

Do not double space.

You must include at least 3 quotes from your sources enclosing the copied words in quotation marks and cited in-line. 

There should be no lists – bulleted, numbered or otherwise. 

Write in format with coherent paragraphs not in outline format. Distribute your quotes among the paragraphs.

 The topic must be appropriate for graduate level. Find a topic that we covered in the course and dig deeper or find something that will help you in your work or in a subject area of interest related to the course topic. Use academically appropriate resources which you can find in the Danforth Library Research Databases. 

advance analytics

 

The American Community Survey of New York data describe a family’s economic, housing, and demographic information such as yearly incomes, family type (married, female head, male head, etc), number of people, number of children, if the family is living on FoodStamp (1=Yes, 0=No), number of people who are currently employed, etc. Use this data set to answer the following questions:

Questions:
1. Choose an appropriate model to determine if there is family income (i.e., FamilyIncome in the data set) difference among different types of families (i.e., FamilyType in the data set) in the state of New York?

2. Choose an appropriate model to determine if there is family income (FamilyIncome) difference between families with kids and families without kids? (Note: There is currently no column holding data about whether a family has kids. You may want to use the with() function in R to create a new column to hold the binary answers.)

Click Here for How to Use the with() Function.

3. Choose an appropriate model, and use FamilyIncome, NumChildren, NumPeople, NumWorkers to predict the probability that a family is living on FoodStamp.

(Note: please ignore the warning message such as glm.fit: fitted probabilities numerically 0 or 1 occurred if you see one)

Please save the screenshots of the data analysis results and your interpretations of the results into a Word document, and name it as “MyAssignment1”. Thank you!

 

Design a class House that

 

Design a class House that defines a house on a street. A House has an int house number and an Point location. The key member function is draw, which draws the house at location. The draw function should also write the house number on the house using the message object. Next, design a class Street. An object of type Street stores two House objects called first and last and the number of houses, num_houses, on the street which is an int. Street also has a member function called plot. Plot should draw evenly spaced houses starting at first ending with last. The number of houses plotted is equal to number of houses on the street. Use these classes in a graphics program in which the user clicks with the mouse on the locations of the first and last house, then enters the house numbers of the first and last house, and the number of houses on the street. Then the entire street is plotted.

 

GO19_AC_CH01_GRADER_1G_HW – College Construction 1.0

GO19_AC_CH01_GRADER_1G_HW – College Construction 1.0

  Project Description:

In this project, you will create database objects to track the construction projects and the events related to the projects 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 file Student_Access_1G_College_Construction_HW.accdb downloaded with   this project. 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 Building Project, Site,   and Contractor fields (in that order). In the fifth   column, using the Currency data type, create the Budget Amount   field.

 

Change   the data type of the ID field to Short Text, rename the ID field to Project ID and change the Field Size to 5

 

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

  

P-356

Student Center,     3-story

Northeast Campus

RR Construction

61450000

 

P-823

Student Center,     2-story

Southeast Campus

RR Construction

41960000

 

P-157

Health Professions     Center

Northwest Campus

Marshall Ellis     Construction

42630000

 

Save   the table as 1G Projects, and then close the table.

 

Append   the records from the downloaded Excel file a01G_Projects.xlsx to the 1G Projects table.

 

In   the Navigation Pane, organize the objects by Tables and Related Views. Open   the 1G Projects table (the table has eight records). Close the Navigation Pane.

 

Switch   the 1G Projects table to Design view. For the Project ID field, enter a   description of Enter the Project ID   using the format P-### For the Site field, enter a description of Campus Location.   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_Contractors.xlsx into the database as a new table named 1G Contractors. Designate the first row as column   headings and the CO ID field as the primary key.

 

Open   the 1G Contractors table in Datasheet view (the table has four records).   Apply Best Fit to all of the fields in the table, save the table, and then   close the table.

 

   Based on your 1G Projects table, use the Query Wizard to create a simple   query. Add the Site, Building Project, and Budget Amount fields (in that   order). Keep the default name of 1G   Projects Query, click Finish to display the query results, and then close   the query.

 

Based   on your 1G Projects table, use the Form tool to create a form for the table.   Save the form as 1G Project Form, display the form in Form view, and   then close the form.

 

Based   on your 1G Projects table, use the Report tool to create a report. Delete the   Budget Amount field from the report. Save the report as 1G Projects Report.

 

Sort   the Building Project field in ascending order. Set the width of the Building   Project, Site, and Contractor fields to 2 inches. Delete the page number from   the report, save the report, and then close the report.

 

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

  Title: Groundbreaking Start Time: 6/13/22 10a End Time: 6/13/22 11a Description:   Student Center groundbreaking   Location: Northeast Campus
  Title: Dedication Start Time: 8/26/22 12:30p End Time: 8/26/22 2p
  Description: Gymnasium building   dedication   Location: Southwest Campus

 

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: Community Arts Expo Start Time: 10/5/22 6p
  End Time: 10/5/22 9p   Description: Book and Art Expo at   Library   Location: Southeast Campus