Database Discussion

Respond to the discussion below using a minimum of 150 words providing references. Below is a list of topics covered in the lesson. 

As your study in database systems ends, it is important to reflect on new levels of understanding, skills, and knowledge that you developed as a result of your efforts throughout this course. It is particularly important to reflect on the course outcomes (what you were intended to learn in this course). 

Database Concepts

Database Design and ER Modeling

Database Normalization

SQL Statements

Computer Science

 Describe a search strategy for the image you created that would find documents with the date “2020” on the device 

select an organization that has a Global platform (they operate in more than one country), that has demonstrated operational excellence. In this paper, perform the following activities:

select an organization that has a Global platform (they operate in more than one country), that has demonstrated operational excellence.  In this paper, perform the following activities:

  • Name the organization and briefly describe what good or service they sell and where they operate.
  • Note how they are a differentiator in the market.
  • Note the resources used to ensure success in their industry (remember resources are comprised of more than just people).
  • Explain what actions the company took to achieve operational excellence.

There should be at least three APA approved references to support your work.

Assignmnt

 This week’s article provided a case study approach which highlights how businesses have integrated Big Data Analytics with their Business Intelligence to gain dominance within their respective industry.  Search the UC Library and/or Google Scholar for a “Fortune 1000” company that has been successful in this integration. Discuss the company, its approach to big data analytics with business intelligence, what they are doing right, what they are doing wrong, and how they can improve to be more successful in the implementation and maintenance of big data analytics with business intelligence.  

4pages

mechain learning

  

Consider the attached Ionosphere dataset from the UCI machine learning repository: ‘

‘http://archive.ics.uci.edu/ml/datasets/Ionosphere. The system consists of a phased array of 16 high-frequency antennas with a total transmitted power on the order of 6.4 kilowatts. Received signals were processed using an autocorrelation function whose arguments are the time of a pulse and the pulse number. There were 17 pulse numbers for the system. Instances in this database are described by 2 attributes per pulse number, corresponding to the complex values returned by the function resulting from the complex electromagnetic signal. The targets were free electrons in the ionosphere. “Good” (g) radar returns are those showing evidence of some type of structure in the ionosphere. “Bad” (b) returns are those that do not; their signals pass through the ionosphere.

X is a 351×34 real-valued matrix of predictors. Y is a categorical response: “b” for bad radar returns and “g” for good radar returns. This is a binary classification problem. 

Use 5-fold cross-validation to evaluate the classification performance of an LDA and a QDA classifier. Describe which classifier gives you the best performance. Provide the confusion matrix, sensitivity, specificity, total accuracy, F1-score, Roc curve, and area under curve. 

Question 4

Q1 Using the five paragraph format, discuss US life expectancy gap visualization.  This paper should be single spaced. It should have a meaningful title. It must include 3 quotes from the text or from expert sites found in the library’s research databases or from the text. They should be cited properly in APA format. 

  

Q2 According to Healy, ‘Putting categorical variables on the y-axis to compare their distributions is a very useful trick’. Using the five paragraph format, explain what he means. This paper should be single spaced. It should have a meaningful title. It must include 3 quotes from the text or from expert sites found in the library’s research databases or from the text. They should be cited properly in APA format.

Q3 https://www.youtube.com/watch?v=hVimVzgtD6w&t=522s View this video from Hans Rosling. Using the five paragraph format, discuss what you learned from the video. This paper should be single spaced. It should have a meaningful title. It must include 3 quotes from expert sites found in the library’s research databases or from the text. They should be cited properly in APA format.

Q4 Using the five paragraph format, write a proposal for a visualization project that you will submit for your master’s thesis. This paper should be single spaced. It should have a meaningful title. It must include 3 quotes from the text or from expert sites found in the library’s research databases or from the text. They should be cited properly in APA format. 

Capstone Assignment 1

 

Describe, compare and contrast amongst Traditional warfare, Guerrilla Warfare and Cyberwarfare 

Describe and explain methods used by attackers and their similarities and differences from traditional combat

Writing Requirements

  • 3–4 pages in length (excluding cover page, abstract, and reference list)
  • At least 3-4 peer-reviewed sources that are properly cited and referenced
  • APA format, Use the APA template located in the Student Resource Center to complete the assignment.

Exp19_Access_Ch10_Cap – Drivers 1.1

Exp19_Access_Ch10_Cap – Drivers 1.1

Exp19  Access Ch10 Cap Drivers 1.1

Access Chapter 10 Capstone – Drivers

Exp19_AC_CH10_GRADER_CAP_AS

  

Project Description:

You have been asked to modify a database that tracks driver data and insurance details. You will create macros to automate data entry, broadcast an informational message to users, navigate through a form, and to open forms. You will also set an SQL statement to filter a report when it opens.

     

Start   Access. Open the downloaded Access file named Exp19_Access_Ch10_Cap_Drivers. Grader has automatically added   your last name to the beginning of the filename. Save the file to the   location where you are storing your files.

 

Open   the Insurance table in Design   view. Add a new field named RenewTag   in the last position of the table with the data type Date/Time.

 

Create   a data macro attached to the Before Change event. Use the SetField Action to populate the   RenewTag field in the table. The RenewTag date will always be 21 days before the TagExpiration.

 

Add   the comment Sets the renewal date   for tag renewal. to the macro. Save and close the   macro. Save the table.

 

Switch   to Datasheet view of the Insurance table. Retype the TagExpiration in the   first record (InsuranceID 10001), and then press the DOWN ARROW. The macro will be triggered and automatically fill in   the RenewTag field with a date 21 days before the TagExpiration. Close the   table.

 

Open   the Insurance form in Design view. Add the RenewTag field to the form so that its label is aligned two dots   below and with the left edge of the TagExpiration label. Switch to Form view,   and then save and close the form.

 

Open   the Drivers report in Design view.   Create an embedded macro in the On Open property box.

 

Create   a message box to display Please upload this   report to Web site every Friday. (include the period).

 

Verify   that Yes is in the Beep box. Select   Information in the Type box. Type Upload Report in the Title box. Save and close the   macro. Save and then print preview the report. Ensure that the message   displays, click OK in the message   box, and then close the report.

 

Open   the Drivers form in Design view.   Add a command button aligned two dots below and with the left edge of the   Restrictions label.

 

Set   the button to navigate to the next record in the form and to display Next Record as the button text. Set cmdNextRecord as the button name. Save the form,   view the form in Form view and test the button.

 

Set   the Background Color of the button to Light   Blue (under Standard Colors) and italicize the button text. Save and   close the form.

 

Open   the Drivers report in Design view.   Type an SQL statement into the Record Source property of the report. The   statement should select all fields (*)   for drivers in the Adult class. Save the report. View the report in Report   view. Close the report.

 

Create   a standalone macro that will open the Insurance form in Form view and Normal   mode. Add an action to open the Drivers form in Form view and Normal mode.

 

Save   the macro as Open Forms   and close the macro. Run the macro from the Navigation Pane to test it and   then close all forms.

 

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