Do correlations between any three pairs of variables using the cor.test function

3.2. Basic Numerical Descriptions
5. Basic Plots
12. Case Study: Working Through a HW Problem
The Commands:
(1) Run the following commands on RTestData.txt
(2) For each question, copy and paste both the code and the output, including graphs, after each number (starting with reading in the file to a dataframe from your computer.)
(3) You can copy and paste the questions and the answers right into the document.
———————————————————-
1) Mean, median and standard deviation for any three bacteria.
2) Histograms of any two species.
3) Boxplots of any two species.
4) QQplots: qqline plot of veil
5) QQline plot of square root transformation of of the veil data Hint: x=sqrt(d$veil)
6) Two plots of one bacteria verses another Hint: plot(d$strep,d$fuso)
7) Add a line to the plots with lm
>m = lm(d$fuso ~ d$pocket, data=d)
>abline(m)
8) Do correlations between any three pairs of variables using the cor.test function – cor.test(d$strep,d$fuso)
Part II

Linux/Unix exercise (Linux is the open source version of the UNIX operating system)
For this assignment, you will need a UNIX shell environment. A Linux/Unix Computer, the Mac OS is a Linux/Unix environment, or

you try and find an online version. There is also a BASH terminal for Windows 10.
Assignment:
Use Chapter 8 of Computational Biology and this online tutorial to perform all the commands below. http://www.ee.surrey.ac.uk/Teaching/Unix/
Commands to Run:
(1) Run the commands in the Unix basics tutorial on the website. https://kelleybioinfo.org/algorithms/basics/index….
(2) Run the commands (as many as you can) in the first 4 tutorials of: http://www.ee.surrey.ac.uk/Teaching/Unix/
(3) To run the commands in Tutorial 2 you will need a file called science.txt. To make this file run the following:
% echo “my data: ACTGTTTGC” > science.txt

id strep prev lepto fuso veil time status pocket deepest
S001 57.4 10.2 0.1 0 6.9 1 2 2.7 3.8
S001 26 0 25.6 0 6.3 2 2 2.7 3
S006 19 24.2 4.8 5.7 4.2 1 1 2.5 3.2
S006 15.2 4.2 0.2 2.6 3.4 2 1 2.4 3.2
S007 33.2 2.3 7.4 1.3 12 1 2 2.4 2.7
S007 18 0.3 13.6 1.7 13.8 2 2 2.4 2.8
S008 12.3 11.5 9.1 5.5 5.7 1 1 2.6 3.5
S008 3.3 24.7 6.3 10.4 3 2 1 2.5 3.2
S009 9.1 32.7 1.9 14.3 1.6 1 1 2.9 4
S009 22 8.9 17.8 4.8 14 2 1 2.5 3.5
S012 11 17.5 8.9 3.4 4 1 0 1.6 2
S012 1.8 11.7 29.1 8.4 3.7 2 0 2.5 2.7
S013 4.8 10.6 3.7 10.5 1 1 0 2.4 3.3
S013 6.6 3.4 13.9 9 4.1 2 0 2.6 3.5
S015 9.1 19.5 14.3 6.7 16.9 1 1 2.6 3.7
S015 9.7 7.3 14.7 6.2 22.8 2 1 2.1 2.8
S016 18.1 9.6 5.6 6.7 7.9 1 2 2.7 3.5
S016 8.8 8.3 6 8.1 4.9 2 2 2.7 3.5
S019 14.2 10.4 9 11.8 4.9 1 1 2.7 3.8
S019 8.1 3.1 11.2 25 3.8 2 1 2.6 3.7
S020 8.8 10.7 17.4 5.1 1.7 1 1 2.5 3
S020 24.1 7.7 10.8 5.8 11.8 2 1 2.4 2.7
S022 3.6 27.4 9.6 9.3 1.6 1 1 2.5 3.2
S022 9 9.6 16.3 8.3 2.3 2 1 2.4 2.7
S023 9 35 3.2 7.6 3.4 1 2 3.2 5.2
S023 3.1 22 13.1 6.7 4.8 2 2 3.2 4.8
S024 5.1 9.2 4.9 10.5 1.3 1 1 3 4.2
S024 23.3 7.6 18.7 9.1 5.2 2 1 2.7 3.7
S025 12.2 0.3 2.8 1.4 0.6 1 0 2.5 2.8
S025 3.3 0.5 2 5.7 0.1 2 0 2.9 3
S032 11.4 15.7 18.6 6.6 3.6 1 0 1.6 2.2
S032 5.3 14.1 15 17.1 4.7 2 0 2 2.8
S033 10.7 18.8 10.2 7.5 9 1 0 1.3 2
S033 8.5 17 17.7 8.7 3.5 2 0 2.7 4
S035 10.1 39.9 4.4 7.1 4.1 1 1 3 3.8
S035 6.2 26.2 13.3 6.4 2.1 2 1 2.5 3.3
S038 9.2 12.4 3.5 11.5 11.5 1 0 2.5 3.8
S038 5 11.5 5.8 17.8 5.3 2 0 3 4.2
S039 3.9 14.2 13.8 18.5 1.9 1 0 3.1 4
S039 11.4 11.7 9.3 7.5 11.7 2 0 3.2 4.5
S040 18.6 2.4 10.3 8.8 6.4 1 1 2.7 3.7
S040 5 16.9 4.4 15.4 4.7 2 1 2.6 3.3
S043 61.7 1.7 0.4 2.6 2.4 1 2 2.5 3.3
S043 4.3 19.4 3.5 9.1 1.9 2 2 2.5 3.2
S045 16.1 6.9 9.9 10.1 3.1 1 2 2.9 4.2
S045 2.9 6.6 4.3 17.1 0.8 2 2 2.9 4.2
S049 0.9 6.6 3.2 7.1 6.7 1 1 3.8 4.3
S049 2.7 20.2 8.3 12.5 5.6 2 1 3.4 3.8
S051 6.6 10.9 11.7 9.7 5.4 1 0 2.3 3
S051 16.2 8 12.2 11.6 4.1 2 0 2.4 3.2
S052 2.9 3.1 26.6 9.3 9.8 1 0 1.6 1.8
S052 6.4 19.6 5.9 11.8 14.2 2 0 2.3 2.7
S055 10.7 7.6 15.1 12.3 3.8 1 0 2.7 3.7
S055 5.6 12.2 10.1 15 1.8 2 0 3 4.7
S056 6.1 13.9 3.6 23.8 0.8 1 0 2.8 4.2
S056 8.1 10.6 7.2 19.5 7.8 2 0 3.1 4.2
S057 19.1 10.4 9.6 7 9.3 1 0 1.9 2.3
S057 26.2 7.4 17.3 10.5 1.9 2 0 3.4 3.8
S058 22.1 11 11.9 11.8 4.4 1 0 2.6 2.3
S058 7.9 5.3 21 13.4 26.2 2 0 2.8 3.3
S060 4 29.9 18.9 3.2 4.1 1 0 2.5 3
S060 40.4 8 1.9 4.1 8.9 2 0 2.8 3.2
S061 36.5 1.9 10.8 4.9 10.8 1 1 2.7 2.5
S061 23 1.5 18.1 11.2 7.4 2 1 2.5 2.7
S062 39.8 0.7 7.6 0.3 4.5 1 0 2.3 3
S062 24 7.1 21.1 1.9 8.8 2 0 2.4 3
S063 19.9 0 2.5 0 0.1 1 0 2.5 2.8
S063 24.8 2.5 9.1 7 3.2 2 0 2.7 3.7
S065 7.1 12.3 2.5 11 5.1 1 0 2.4 3.7
S065 11.8 10.2 9 15.7 6.3 2 0 2.7 3.3
S068 15.9 23 9.8 6.7 7.3 1 0 2.2 3.7
S068 16.8 11.6 27.1 7.9 2.2 2 0 2.8 4.2

Ammonium phosphate

Ammonium phosphate NH43PO4 is an important ingredient in many fertilizers. It can be made by reactingphosphoric acid H3PO4 with ammonia NH3.What mass of ammonium phosphate is produced by the reaction of 5.33g of ammonia? Be sure your answer has the correct number of significantdigits.2, A chemist working as a safety inspector finds an unmarked bottle in a lab cabinet. A note on the door of the cabinet says the cabinet is used to store bottles of ethanolamine, pentane, dimethyl sulfoxide, diethylamine, and carbon tetrachloride.The chemist plans to try to identify the unknown liquid by measuring the density and comparing to known densities. First, from his collection of Material Safety Data Sheets (MSDS), the chemist finds the following information:liquiddensityethanolamine1.0gcm3pentane0.63gcm3dimethyl sulfoxide1.1gcm3diethylamine0.71gcm3carbon tetrachloride1.6gcm3Next, the chemist measures the volume of the unknown liquid as 0.682L and the mass of the unknown liquid 637.gCalculate the density of the liquid. Be sure your answer has the correct number of significant digits.g/cm3Given the data above, is it possible to identify the liquid?yesnoIf it is possible to identify the liquid, do so.ethanolaminepentanedimethyl sulfoxidediethylaminecarbon tetrachloride

Quick Question

Discuss in relations to what you have learnt in the course about the four steps of intentional thought to help convert data into knowledge and wisdom

College of Administrative and Financial Sciences

Assignment 3

Decision Making & Problem Solving (MGT312)

Deadline for students: End of Week 13 (4/12/2021@ 23:59)

(To be posted/released to students on BB anytime in Week 11)

Course Name:  Student’s Name:
Course Code: MGT312Student’s ID Number:
Semester: 1stCRN:
Academic Year: 1442/1443 H, First Semester

For Instructor’s Use only

Instructor’s Name: Dr. Asif Hasan
Students’ Grade: Level of Marks:

Instructions – PLEASE READ THEM CAREFULLY

  • This assignment is an individual assignment.
  • Due date for Assignment 3 is by the end of Week 13 (04/12/2021).
  • The Assignment must be submitted only in WORD format via allocated folder.
  • Assignments submitted through email will not be accepted.
  • Students are advised to make their work clear and well presented. This also includes filling your information on the cover page.
  • Students must mention question number clearly in their answer.
  • Late submitted assignments will NOT be entertained.
  • Avoid plagiarism, the work should be in your own words, copying from students or other resources without proper referencing will result in ZERO marks. No exceptions.
  • All answered must be typed using Times New Roman (size 12, double-spaced) font. No pictures containing text will be accepted and will be considered plagiarism).

Submissions without this cover page will NOT be accepted.

Course Learning Outcomes-Covered

  • Define different perspectives and concepts of problem solving in diverse contexts and business situations. (C.L.O :2)
  • Demonstrate decision tools and employ appropriate analytical business models to break down complex issues. (C.L.O :4)
  • Demonstrate effective leadership skills and teamwork capacity for efficient decision making with the problem owners and other stakeholders as either a team member or a team leader. (C.L.O :5)

Assignment Instructions:

  • Log in to Saudi Digital Library (SDL) via University’s website
  • On first page of SDL, choose “English Databases”
  • From the list find and click on EBSCO database.
  • In the search bar of EBSCO find the following article:

Title:                    “How to Make Better Decisions with Less Data”

Author:                Tanya Menon and Leigh Thompson

Date of Publication:         November 07, 2016

Published:            Harvard Business Review

Assignment Questions:                                                      (Marks 05)

Read the attached article titled as “How to Make Better Decisions with Less Data” by Tanya Menon and Leigh Thompson, published in Harvard Business Review, and answer the following Questions:

  1. Summarize the article and explain the main issues discussed in the article. (In 500-600 words)                                                                                                                 (Marks 2)
  2. Discuss in relations to what you have learnt in the course about the four steps of intentional thought to help convert data into knowledge and wisdom?  Use additional reference to support your argument. (In 200-400 words)                           (Marks 1.5)

Critical Thinking Question

  1. If you collect too much information for analyzing a decision, you can suffer from analysis paralysis, where you spend too much time thinking about a decision rather than making one. Recall a major financial decision you made recently, such as of a car or housing purchase or rental. Describe your process for making the decision. How could analysis paralysis have affected this process? (In 200-400 words)             (Marks 1.5)
State the multivariable linear regression model with all the necessary assumptions.

MATH 4630 / 6632 3.0 – Fall 2021 Assignment 3 (Due Date: December 2, 2021)
Question 1: Consider the data given in the EXCEL file tab “q1”.
a. State the multivariable linear regression model with all the necessary assumptions.
b. Find the predicted model.
c. Test the significance of the model.
d. Regarless of your result in part (c), test if X1 is significant? How about X2?
e. Find a 95% woking Hotelling confidence region for the mean response when X1 = 195 and X2 = 150.
f. Find a 95% woking Hotelling prediction region for a new response when X1 = 195 and X2 = 150.
Question 2: Timm (1975) reported the results of an experiment in which subjects’ respond time to “probe words” at five position (Y1 is at the beginning of the sentence, Y2 is in the first quartile of the sentence, Y3 is in the middle of the sentence, Y4 is in the third quartile of the sentence, and Y5 is at end of the sentence). The data are recorded in the EXCEL file tab “q2”.
a. Use the sample variance and obtain all the principle components.
b. Timm specifically required the reduction in dimension should cover at least 90% of the total variance. How many principle components are needed? Why?
c. Repeat parts (a) and (b) using the sample correlation matrix.
d. Based on your reduction in dimension, do you think the principle components obtained from sample variance and the principle components obtained from sample correlation are different? Why?
1
Question 3: Elston and Grizzle (1962) measured the ramus bone of 20 boys at four different ages and the data are recorded in the EXCEL file tab “q3”.
a. Extract loadings by the principal component method using two factors.
b. Do a varimax rotation for your answer in part (a).
c. Extract loadings by the mle method using two factors.
Question 4: • Find the eigenvalues and eigenvectors R = 1 r r 1 !
where r is the sample correlation of X and Y . • Let the sample variance matrix be S = 1 4 4 25 !

  1. Obtain the sample correlation matrix, R. 2. Compare the principal components obtained from S and R. Are they the same? 3. What is the advantage of the principal components obtained using R.
    2
    Question 5: Use the data in the EXCEL file.
    a. Find the canonical correlation between (y1,y2) and (x1,x2).
    b. Find the standardized coefficients for the canonical variates.
    c. Test the significance of each canonical correlation.
What were the reasons of job dissatisfaction which led to the high attrition rate at Play Win according to your opinion?

Assignment Workload:

• This Assignment comprise of a short Case.

• Assignment is to be submitted by each student individually.

Assignment Purposes/Learning Outcomes:

After completion of Assignment three students will able to understand the following LOs:

LO5: To have the ability to carry out objective and scientific analysis of employees’ performance management.

LO6: To be able to identify and describe the needs of the parties involved in labour relations, and how these needs are balanced.

Read the case given and answer the questions:

“Ibraheem‘s arrival brought hope that Play Win could make the transition into the digital age and move from a ‘has been’ to a ‘relevant’ player,” Nasell , CIO of Converse Research, told The National Daily.

However, Hamza‘s challenge is to inspire the company to regain the IT bellwether status once again, a position it lost due to the lack of innovation and growing competition in the sector.

One of the first moves taken by Hamza was doing away with the formal dress code for its employees. The employees were free to wear jeans and T-shirts instead of attending the office in formals with ties.

“Play Win needed a dressing down,” said a Play Win employee, referring to a change in dressing policy. Many internal processes related to employees had also been made simple. A female employee seeking extension of maternity leave could just inform the manager through mail, without giving any “verbal explanations.”

Also, the complex procedure an employee hadto undergo while applying for a transfer to other location was simplified. The company also “institutionalized family events of its employees including carnivals for their children.” The company motivated its employees to take part in decision-making process at “many levels.” And the CEO constantly communicated with employees through blogs, town halls and social media, besides giving prompt replies to employee issues posted on Balm, the company’s communication platform.

“He participates in conversations, and joins groups of his interest. And we are encouraged to learn from each other,” said Fatima, a Play Win employee, according to the News Daily.

Owing partly to the initiatives taken by Hamza, the company was able to reduce its attrition rate, once the highest in the industry, to 14.2% in the June quarter from 23.4% in the same period of the previous year.

One of the key changes brought in by Hamza were seeking more “employee engagement” in generating ideas for the company. He rolled out a programme called Help Us, targeted at “crowd-sourcing ideas from employees.” About 26,000 employees took part in the initiative, sharing 2,650 ideas. The company had shortlisted ten ideas for execution based on employee voting.

“Ibraheem had shared a simple template that anyone — from any function, however junior or senior — could use to bring in innovation to anything he/she did. Suddenly, innovation is no big deal. It feels great to know that we are in some way part of a great renaissance at Play Win. From being simple 9-to-5ers, we’ve become people on a mission,” said Play Win employee Hajra.

Assignment Questions: Marks: 05

Q1. What were the reasons of job dissatisfaction which led to the high attrition rate at Play Win according to your opinion? (2.5 Marks)

Q2. What suggestions would you like to give to the company to reduce the high attrition rate? (2.5 Marks)

Answers:

1.

2.

How to Make Better Decisions with Less Data

College of Administrative and Financial Sciences

Assignment 3

Decision Making & Problem Solving (MGT312)

Deadline for students: End of Week 13 (4/12/2021@ 23:59)

(To be posted/released to students on BB anytime in Week 4)

Course Name:  Student’s Name:
Course Code: MGT312Student’s ID Number:
Semester: 1stCRN:
Academic Year: 1442/1443 H, First Semester

For Instructor’s Use only

Instructor’s Name: Dr. Asif Hasan
Students’ Grade: Level of Marks:

Instructions – PLEASE READ THEM CAREFULLY

  • This assignment is an individual assignment.
  • Due date for Assignment 1 is by the end of Week 7 (23/10/2021).
  • The Assignment must be submitted only in WORD format via allocated folder.
  • Assignments submitted through email will not be accepted.
  • Students are advised to make their work clear and well presented. This also includes filling your information on the cover page.
  • Students must mention question number clearly in their answer.
  • Late submitted assignments will NOT be entertained.
  • Avoid plagiarism, the work should be in your own words, copying from students or other resources without proper referencing will result in ZERO marks. No exceptions.
  • All answered must be typed using Times New Roman (size 12, double-spaced) font. No pictures containing text will be accepted and will be considered plagiarism).

Submissions without this cover page will NOT be accepted.

Course Learning Outcomes-Covered

  • Define different perspectives and concepts of problem solving in diverse contexts and business situations. (C.L.O :2)
  • Demonstrate decision tools and employ appropriate analytical business models to break down complex issues. (C.L.O :4)
  • Demonstrate effective leadership skills and teamwork capacity for efficient decision making with the problem owners and other stakeholders as either a team member or a team leader. (C.L.O :5)

Assignment Instructions:

  • Log in to Saudi Digital Library (SDL) via University’s website
  • On first page of SDL, choose “English Databases”
  • From the list find and click on EBSCO database.
  • In the search bar of EBSCO find the following article:

Title:                    “How to Make Better Decisions with Less Data”

Author:                Tanya Menon and Leigh Thompson

Date of Publication:         November 07, 2016

Published:            Harvard Business Review

Assignment Questions:                                                      (Marks 05)

Read the attached article titled as “How to Make Better Decisions with Less Data” by Tanya Menon and Leigh Thompson, published in Harvard Business Review, and answer the following Questions:

  1. Summarize the article and explain the main issues discussed in the article. (In 500-600 words)                                                                                                                 (Marks 2)
  2. Discuss in relations to what you have learnt in the course about the four steps of intentional thought to help convert data into knowledge and wisdom?  Use additional reference to support your argument. (In 200-400 words)                           (Marks 1.5)

Critical Thinking Question

  1. If you collect too much information for analyzing a decision, you can suffer from analysis paralysis, where you spend too much time thinking about a decision rather than making one. Recall a major financial decision you made recently, such as of a car or housing purchase or rental. Describe your process for making the decision. How could analysis paralysis have affected this process? (In 200-400 words)             (Marks 1.5)
Determine the average ranking position for branded terms

1) Five additional reports were highlighted (Acquisition, All Traffic, Home, Site Speed and Site Search). Select 3 reports and provide a 2-3 paragraph summary on when an organization should use the report. Within your write-up provide support on if segments could be added to the report, and if so, how could this generate a better data point.

2) Part I:
Log into the Google Analytics Demo Account (https://datastudio.google.com)

Create a dashboard.
Choose a data source.
Customize the report to bring forward the most relevant results.

Take a screenshot for each question and provide a brief explanation of your experience completing the question.

Part II:

Log into the http://analytics.google.com/analytics/web/demoAccount).

Answer the following questions by taking a screenshot and explaining what is being represented.

1. Identify the terms driving the most organic traffic.
2. Identify the terms leading to the highest bounce rate.
3. Determine the average ranking position for branded terms (a branded term is one that includes the business or brand name).
4. Identify the best performing landing page for organic traffic.
5. Google Analytics Demo Account

Able Planet

Assignment Workload:

This assignment is an individual assignment.

Case Study

Students are supposed to read the attached Case 2- Able Planet. Based on your understanding of the case and basic concepts of Entrepreneurship.

Answer the following question:

1. Experts say that entrepreneurs who need between $100,000 and $3 million often face the greatest obstacles when raising capital for their businesses. Why? (1.5 marks)

2. How should Kevin Semcken raise the $1.5 million in capital that Able Planet needs? Be sure to consider sources of both debt and equity financing. (1.5 marks)

3. Write a short memo to Kevin Semcken explaining what he should do before he approaches potential lenders and investors to maximize his chances of getting the capital that Able Planet needs. (2 marks)

The Answer must follow the outline points below:

  • Each answer should be within 200 to 500 range of word counts.
  • Reference

Note: You can support your answer by the course book.

           You can use secondary source available on internet.

Summarize the article and explain the main issues discussed in the article.                                                                                                                 (Marks 2)

College of Administrative and Financial Sciences

Assignment 3

Decision Making & Problem Solving (MGT312)

Deadline for students: End of Week 13 (4/12/2021@ 23:59)

(To be posted/released to students on BB anytime in Week 4)

Course Name:  Student’s Name:
Course Code: MGT312Student’s ID Number:
Semester: 1stCRN:
Academic Year: 1442/1443 H, First Semester

For Instructor’s Use only

Instructor’s Name: Dr. Asif Hasan
Students’ Grade: Level of Marks:

Instructions – PLEASE READ THEM CAREFULLY

  • This assignment is an individual assignment.
  • Due date for Assignment 1 is by the end of Week 7 (23/10/2021).
  • The Assignment must be submitted only in WORD format via allocated folder.
  • Assignments submitted through email will not be accepted.
  • Students are advised to make their work clear and well presented. This also includes filling your information on the cover page.
  • Students must mention question number clearly in their answer.
  • Late submitted assignments will NOT be entertained.
  • Avoid plagiarism, the work should be in your own words, copying from students or other resources without proper referencing will result in ZERO marks. No exceptions.
  • All answered must be typed using Times New Roman (size 12, double-spaced) font. No pictures containing text will be accepted and will be considered plagiarism).

Submissions without this cover page will NOT be accepted.

Course Learning Outcomes-Covered

  • Define different perspectives and concepts of problem solving in diverse contexts and business situations. (C.L.O :2)
  • Demonstrate decision tools and employ appropriate analytical business models to break down complex issues. (C.L.O :4)
  • Demonstrate effective leadership skills and teamwork capacity for efficient decision making with the problem owners and other stakeholders as either a team member or a team leader. (C.L.O :5)

Assignment Instructions:

  • Log in to Saudi Digital Library (SDL) via University’s website
  • On first page of SDL, choose “English Databases”
  • From the list find and click on EBSCO database.
  • In the search bar of EBSCO find the following article:

Title:                    “How to Make Better Decisions with Less Data”

Author:                Tanya Menon and Leigh Thompson

Date of Publication:         November 07, 2016

Published:            Harvard Business Review

Assignment Questions:                                                      (Marks 05)

Read the attached article titled as “How to Make Better Decisions with Less Data” by Tanya Menon and Leigh Thompson, published in Harvard Business Review, and answer the following Questions:

  1. Summarize the article and explain the main issues discussed in the article. (In 500-600 words)                                                                                                                 (Marks 2)
  2. Discuss in relations to what you have learnt in the course about the four steps of intentional thought to help convert data into knowledge and wisdom?  Use additional reference to support your argument. (In 200-400 words)                           (Marks 1.5)

Critical Thinking Question

  1. If you collect too much information for analyzing a decision, you can suffer from analysis paralysis, where you spend too much time thinking about a decision rather than making one. Recall a major financial decision you made recently, such as of a car or housing purchase or rental. Describe your process for making the decision. How could analysis paralysis have affected this process? (In 200-400 words)             (Marks 1.5)
Explain the major components of a blockchain.

The project is a three-part activity. You will respond to three separate prompts but prepare your paper as one paper. which means you’ll have at least 4 sources cited.

Paper with an introductory paragraph.

  • Prompt 1 Blockchain (2-3 pages): Explain the major components of a blockchain. Be sure to include how blockchain is affecting a global economy and how you see it growing in the future.
  • Prompt 2 Big Data (2-3 pages): Describe your understanding of big data and give an example of how you’ve seen big data used either personally or professionally. In your view, what demands is big data placing on organizations and data management technology? How does big data affect a global economy?
  • Prompt 3 Government and Policies (2-3 pages): Discuss the role government plays in a global economy. Also, look at what policies are currently in place and then discuss what policies should be put in place.

Conclude the paper with a detailed conclusion section (1-2 pages long).

× How can I help you?