CSU Global Campus JP Morgan Business Intelligence Discussion Computer Science Assignment Help. CSU Global Campus JP Morgan Business Intelligence Discussion Computer Science Assignment Help.
(/0x4*br />
Organizations make decisions that range from one-off strategic decisions and monthly and weekly tactical decisions to high-volume front-line operational decisions. Increasingly, these operational decisions need to be made in real time, driving automated decisions for the organization.
At the same time, enterprises are realizing how much more accurate any decision will be if it is made analytically, and the data available is used to drive the best decision.
For this discussion, you will post a project management process for a BI project for a department within an organization.
Instructions:
Your discussion post must include the following:
- A department within an organization that you’re working for or familiar with
- The purpose of the BI project under the design
- Detailed information on managing the project
- An explanation of how you will apply project management tools to design and complete the BI project
- The planning, executing, and controlling processes of project management
- How the deliverables of the BI project should be aligned with a set schedule and on a budget (tools and processes you will use)
Submission Requirements:
- You should include at least one scholarly reference, in your response. Make sure to adhere to the CSU-Global Guide to Writing & APA (Links to an external site.).
Be sure to post an initial, substantive response by Thursday at 11:59 p.m. Mountain Time and respond to 2 or more peers with substantive responses by Sunday at 11:59 p.m. Mountain Time. A substantive initial post answers the question presented completely and/or asks a thoughtful question pertaining to the topic. Substantive peer responses ask a thoughtful question pertaining to the topic and/or answer a question (in detail) posted by another student or the instructor.
CSU Global Campus JP Morgan Business Intelligence Discussion Computer Science Assignment Help[supanova_question]
University of Arizona Global Campus Developing Research Questions Humanities Assignment Help
you should submit a final version of at least 10 unique research questions. You are encouraged to use a wide range of variables, in terms of number and types, and to make sure the questions cover a range of focus, such as exploring relationships between variables, making predictions for one variable using one or more other variables, and determining differences between groups across one or two variables.
For each of the 10 questions, provide the following:
- List the research question
- Identify the variables presented in the question
- Provide an operational definition for each variable
- Describe each variable’s scale of measurement (nominal, ordinal, interval, or ratio) and characteristics (i.e., discrete vs. continuous, numerical vs. categorical, etc.)
The paper should be from 700 to 1000 words and APA formatted but can include listings,
[supanova_question]
Grand Canyon University Causes of Teenage Rebellion Question Humanities Assignment Help
In 1,250-1,500 words, answer the following questions about possible research options.
- Create
a research question in the field of psychology that you are interested
in researching. Write questions clearly. Include a brief background of
the problem you are proposing and why it is important to the field of
psychology. - State the null and alternative hypothesis (in both words and statistical notation) need to address the research question.
- Choose which statistical test would be used to conduct the study and support it with research.
- Describe the type of data needs to be collected to conduct the study and what techniques are best for collecting data.
Use three to five scholarly resources to support your explanations.
Prepare
this assignment according to the guidelines found in the APA Style
Guide. An abstract is not
required.
[supanova_question]
BUS 71 202 Evergreen Valley College Discrimination Based on Sex Orientation Essay Writing Assignment Help
I am attaching a news article. Use the IRAC method detailed below to briefly summarize the article and include some interesting facts or highlights. Lastly, and most importantly, discuss any concerns, issues, or thoughts you have about the subject matter raised in the article. This will be done by writing an IRAC (Issue, Rule, Analysis, Conclusion) about the article.
Note on the syllabus calendar that there are four categories for the assignments. The IRAC must apply to the subjects shown below:
IRAC Basics:
Issue(s) – are written in the form of questions! These issues are questions one might ask regarding how the law applies to the article you have chosen.
Rules – are the laws/rules that the writer thinks may apply to the issues.
Analysis – is where the writer either proves or disproves the application of the rules. This is a major focus of the paper and presentation….critical thinking must be applied.
Conclusion – will take one of two approaches. First, if the court has decided the case, do you agree with the decision? Why, or why not? If the court has yet to make a decision, what do you think needs to be done, and why.
Paper should be two full pages. Make sure it is concise, organized, and complete in the presentation of the case.
Be sure to attach the news article/court case to your essay. If the article/case is not attached a score will not be given. The attachment can be in the form of a link to a web page.
[supanova_question]
PSYC 325 CTU Unit 2 The Technology of Social Media Essay Business Finance Assignment Help
PSYC325 / UNIT 2: THE TECHNOLOGY OF SOCIAL MEDIA
INDIVIDUAL PROJECT
Assignment Description
Utilizing the readings from the text and your research, provide an in-depth analysis of 3 social media platforms and how businesses are utilizing them to reach new and existing customers. Specific groups to be addressed are Generation X, Generation Y, Millennials, Baby Boomers, and 60+ market segments.
An example of a discussion idea is to research the trend toward mobility in social media and write a paper on how the different markets described in your Week 1 Individual Project use technology.
Note: Research is to be academic or professional in scope. Use of blogs, personal Web sites, corporate Web sites, wikis, or other social-media-related sources are not acceptable.
A minimum of 3 pages is required. Title and abstract pages do not count toward the page minimum. A minimum of 5 professional or academic references is required to support your paper and to provide additional discussion points. Please use APA style.
Assignment Objectives
Distinguish between the different social media platforms and domains
Identify appropriate uses and best practices in using social media
[supanova_question]
[supanova_question]
Medical University of South Carolina Business Intelligence Solution Project Computer Science Assignment Help
Part A
In this assignment, you will plan and design a BI solution framework for a large farming company to streamline its farming products ordering and deliveries to the market (wholesale markets and large grocery stores).
Instructions:
Your BI solution must include:
- Data accessed from different sources and historical data
- Real-time data capable of predicting products ordering
- Price adjustment ability based on market and environment change
- Records of past delivery methods, and ability to modify delivery methods for customers
- Online ordering and delivery system
- One single system for ordering and tracking
Submission Requirements:
Your framework should meet the following requirements:
- Three to five pages (750-1,205 words) in length
- Formatted according to APA guidelines as explained in the CSU-Global Guide to Writing & APA (Links to an external site.) (subheadings, one-inch margins, and double spacing)
- Supported by three credible, academic outside sources in addition to course materials
- Write clearly and logically, as you will be graded on content, analysis, and your adherence to the tenets of good academic writing, which should be succinct where possible while also exploring the topics appropriately. Integrate and cite scholarly sources to support your work, and supplement your ideas.
Part B: Cleaning Messy Data Set
For the Part B of this assignment, you will clean up messy data. Messy data means those data sets that are not quite ready for analysis, such as blank or multiple answers in columns that should have one answer, non-number values for a cell in a table, and missing data.
You can correct these issues by using SAS code.
Instructions:
- Download the messydata.sas7bdat needed. Make sure that you download the data files to your folder in this location:
SASUniversityEditionmyfolderssasuser.###
(where the ### is the version number for SAS)
- You will be able to link to your SAS data table file via the SAS software if you store it there. This directory is the SASUSER Library in the University Edition of SAS Studio.
- Copy and paste the following code into SAS Studio. Included in the code is a procedure to attach labels to the variable to make the output more readable.
* (C) 2016 Elliott, Alan C. and Woodward, Wayne A. *
*******************************************************;
* This example illustrates Cleaning a MESSY data file;
******************************************************************;
STEP 1;
* THIS CODE MAKES A COPY OF THE ORIGINAL FILE;
* SO ALL CHANGES ARE MADE IN A COPY OF THE DATA SET;
DATA WORK.CLEANED;SET SASUSER.MESSYDATA;
LABEL
EDUCATION=’Years of Schooling’
HOW_ARRIVED=’How Arrived at Clinic’
TOP_REASON=’Top Reason for Coming’
SATISFACTION=’Satisfaction Score’
Subject=”Subject ID”
DateArrived=”Date Arrived”
TimeArrive=”Time Arrived”
DateLeft=”Date Left”
TimeLeft=”Time Left”
Married=”Married?”
Single=”Single?”
Age=”Age Jan 1, 2014″
Gender=”Gender”
Race=”Race”
Satisfaction=”Satisfaction Score”;
* You don’t really need the ARRIVAL Label;
TEMP=ARRIVAL;
DROP ARRIVAL;
LABEL TEMP=’Arrival Temperature’;
RUN;
* the code that shows the first 10 records:
PROC PRINT LABEL
DATA=WORK.CLEANED
(firstobs=1 obs=10);
VAR SUBJECT EDUCATION TEMP
TOP_REASON SATISFACTION;
RUN;
TITLE;FOOTNOTE;
- Run the code.
- In the WORK library, save the changes in a file named “CLEANED.”
Submission Requirements:
- For the Part B of this assignment, you will submit the following:
- your SAS code,
- a screenshot of the output from the run, and
- a screenshot of the Output Data.
- Also, state other steps necessary for cleaning a data set beyond these steps in this assignment.
Medical University of South Carolina Business Intelligence Solution Project Computer Science Assignment Help[supanova_question]
ENTD 261 American Military University Week 2 Intro to Programming Task Programming Assignment Help
Create a VBScript script (w2_firstname_lastname.vbs) that takes 3 parameters (numbers)
1) Print the sum of three numbers
2) Print the average of the three numbers
Optionally, you can save the results into a file “Results.txt” using the redirection operator or by creating the file in the script.
4) Make sure to include comment block (flowerbox) in your code.
5) Sample run:-
C:entd261>cscript.exe w2_sammy_abaza.vbs 2 3 5 > results.txt
Submit your week 2 work in w2_firstname_lastname.txt (Please save the file as a text file and upload the text file here for final review.)
Requirements |
Points |
Comment block (flowerbox) with Instructions on how to run the code with examples. |
20 |
Code documentation and comments. |
10 |
Assignment code including creating command line parameter |
70 |
TOTAL POINTS |
100 |
[supanova_question]
CGS 2100 Valencia College Word 2018 Skills Approach Computer Science Assignment Help
n this project you will be editing a cover letter for a marketing manager position. You will edit the content of the letter by adding and deleting text and replacing text within the document. You will move text around using the Cut and Paste commands. You will use the spelling and grammar checker to find and fix spelling and grammar errors.
Skills needed to complete this project:
- Zooming a Document (Skill 1.13)
- Selecting Text (Skill 1.3)
- Using Copy and Paste (Skill 1.9)
- Using Paste Options (Skill 1.11)
- Entering and Deleting Text (Skill 1.2)
- Finding Text (Skill 1.7)
- Replacing Text (Skill 1.8)
- Using Cut and Paste (Skill 1.10)
- Using the Editor (Skill 1.5)
- Using Word Count (Skill 1.14)
- Open the start file [First Name.LastName]-WD2019-ChallengeYourself-1-3. The file has been automatically renamed to include your name. Only change the project file name if directed to do so.
- If the document opens in Protected view, click the Enable Editing button in the Message Bar at the top of the document so you can modify the document.
- If necessary, change the zoom level to view the document at 100% magnification.
- Select the name Suarez from the address block and copy it to the Clipboard.
- Place the cursor after Dear Ms. in the salutation. Paste the copied text using the Keep Text Only paste option. Add a colon after the name.
- Place the cursor at the end of the first paragraph (after the text marketing manager position.) Press the Spacebar one time and type the following text:
After reviewing the job description, I am certain that my marketing expertise is a perfect match for this position with your organization. - Add , including: at the end of the second paragraph, beginning with I am certain.
- Remove the typing using the Undo command.
- Re-apply the typing using the Redo command.
- Select the word urgently in the last paragraph of the document and delete it.
- Use the Find command to locate all instances of the word skills in the document.
- Use the Replace command to replace the third instance of the word skills with the word experience.
- Use the Cut and Paste commands to move the first bullet point in the list, the one beginning with Extensive proficiency, so it appears below the bullet point beginning with Ability to think.
- Copy the last name Smith from the address block.
- Place the cursor after the name Jessica at the bottom of the document. Paste the copied text using the Keep Text Only paste option.
- Check spelling and grammar in the letter.
- Ignore the misspelling of the word Streecker in the address block.
- Correct the misspelling of the word dicuss in the first sentence of the last paragraph.
- Correct the grammar mistake you’re in the third sentence of the last paragraph.
- Use the Word Count dialog to review the number of words, paragraphs, and pages in the document.
- Save and close the document.
- Upload and save your project file.
- Submit project for grading.
[supanova_question]
Grand Canyon University Statistic Type to Analyze Data Discussion Mathematics Assignment Help
Respond these two questions
1- To determine whether a new sleeping pill has an effect that varies with dosage, a researcher randomly assigns adult insomniacs, in equal numbers, to receive either 4 or 8 grams of the sleeping pill. The amount of sleeping time is measured for each subject during an 8-hour period after the administration of the dosage. What type of design is this, and what type of statistic is needed to analyze the data?
2 – Dr. Bill Board designs a 2 X 2 between-subjects factorial design, where Factor A is word frequency (low or high) and Factor B is category cues (no cues or cues). Assume that the data are interval. What type of statistic is needed to analyze the data?
[supanova_question]
Business Administration Rutgers Newark Patagonia Case Study Discussion Business Finance Assignment Help
Answer the following questions. I am attaching the case study and sources you can use.
1- State the extent to which you agree with the following: Patagonia should build the proposed used clothing market with Ebay. Choose One!
-Agree . -Strongly Agree . -Neither Disagree or Agree . – Disagree . -Strongly Disagree
2- What is the #1 way in which Patagonia’s CSR (corporate social responsibility) aims support their business strategy goals?
3- Milton Friedman, the famous economist said, “The business of business is business” meaning that companies don’t have social responsibilities beyond maximizing profit (within the law). In what business types or industries are effective CSR efforts *least* likely to contribute to firm profits? Why?
4- Consider the company or organization that you work for and then state the extent to which you agree with the following: “Our CSR program is aligned with our overall business strategy.” Choose One!
-Agree . -Strongly Agree . -Neither Disagree or Agree . – Disagree . -Strongly Disagree . -N/A
[supanova_question]
https://anyessayhelp.com/ (subheadings, one-inch margins, and double spacing)
Part B: Cleaning Messy Data Set
For the Part B of this assignment, you will clean up messy data. Messy data means those data sets that are not quite ready for analysis, such as blank or multiple answers in columns that should have one answer, non-number values for a cell in a table, and missing data.
You can correct these issues by using SAS code.
Instructions:
- Download the messydata.sas7bdat needed. Make sure that you download the data files to your folder in this location:
SASUniversityEditionmyfolderssasuser.###
(where the ### is the version number for SAS)
- You will be able to link to your SAS data table file via the SAS software if you store it there. This directory is the SASUSER Library in the University Edition of SAS Studio.
- Copy and paste the following code into SAS Studio. Included in the code is a procedure to attach labels to the variable to make the output more readable.
* (C) 2016 Elliott, Alan C. and Woodward, Wayne A. *
*******************************************************;
* This example illustrates Cleaning a MESSY data file;
******************************************************************;
STEP 1;
* THIS CODE MAKES A COPY OF THE ORIGINAL FILE;
* SO ALL CHANGES ARE MADE IN A COPY OF THE DATA SET;
DATA WORK.CLEANED;SET SASUSER.MESSYDATA;
LABEL
EDUCATION=’Years of Schooling’
HOW_ARRIVED=’How Arrived at Clinic’
TOP_REASON=’Top Reason for Coming’
SATISFACTION=’Satisfaction Score’
Subject=”Subject ID”
DateArrived=”Date Arrived”
TimeArrive=”Time Arrived”
DateLeft=”Date Left”
TimeLeft=”Time Left”
Married=”Married?”
Single=”Single?”
Age=”Age Jan 1, 2014″
Gender=”Gender”
Race=”Race”
Satisfaction=”Satisfaction Score”;
* You don’t really need the ARRIVAL Label;
TEMP=ARRIVAL;
DROP ARRIVAL;
LABEL TEMP=’Arrival Temperature’;
RUN;
* the code that shows the first 10 records:
PROC PRINT LABEL
DATA=WORK.CLEANED
(firstobs=1 obs=10);
VAR SUBJECT EDUCATION TEMP
TOP_REASON SATISFACTION;
RUN;
TITLE;FOOTNOTE;
- Run the code.
- In the WORK library, save the changes in a file named “CLEANED.”
Submission Requirements:
- For the Part B of this assignment, you will submit the following:
- your SAS code,
- a screenshot of the output from the run, and
- a screenshot of the Output Data.
- Also, state other steps necessary for cleaning a data set beyond these steps in this assignment.