power point presentation Topic related to subject “Decision Mkg/Essent Bus Comm “

question 2. 

power point presentation Topic related to subject  “Decision Mkg/Essent Bus Comm “

Audit Report Presentation  (power point presentation)

what is audit report (audit report means opinion on whether a company’s 

financial statements comply with generally accepted accounting principles)

below i have attched , how to make audit report presentation.

please read every step and work on the power point presentation

 

power point presentation(total 150 points ).  Must and should cover below points 

Content            40 points

Quality of Content 60 points

Organization       15 points

Written Communication  15 points

Visual Aids          10 points

Presentation Style   10 points

assignment Urgant

6pages and Format APA

Based on your previous work in the previous week,createa 700-word entry in yourDatabase Management Plan.

Paper 2 OP

  

APA format is required. References should be listed immediately after the question that is being answered. Each question lists a minimum number of unique scholarly references; the textbook is considered one unique reference (per question) regardless of how many times it is used. All references should be from the years 2010 to present day.

Review the rubric that will be used to evaluate this paper. All work must be completed individually.

1. What does it mean for a company to have a competitive advantage? Use at least three unique references. Length: 4-5 paragraphs. 

2. What is an ERP system? How does an ERP system enforce best practices for an organization? Use at least three unique references. Length: 4-5 paragraphs.

3. What are the advantages and disadvantages of centralizing the IT function? Use at least three unique references. Length: 4-5 paragraphs. 

4. What is the difference between the pilot implementation methodology and the parallel implementation methodology?  Use at least three unique references. Length: 4-5 paragraphs. 

4 Pages – 15 dollars with in 12 hours 

week 5

 By default, Docker containers are very secure. However, there are a number of ways you can add additional layers of security to harden your containers. For this week’s assignment, use the web and include at least four (4) different best practice techniques or additional security controls that can be used to secure containers. Include the action or control to be performed, why it’s important, how it works, what it will help to prevent, and how organizations will benefit from it.  You may include the commands or steps required to enable the control. Your assignment should be 3 pages in length, with two or more references in APA Format cited in your response. 

4s week 1 assignment IA

In 300 words

What is the weakest link in the security of an IT infrastructure?  What are some of the strategies for reducing the risks?

No Copy Paste strictly and include references.

Write at least 500 words on fractional ownership and it's relation to cloud computing. Use at least one example from another industry.

 Write at least 500 words on fractional ownership and it’s relation to cloud computing. Use at least one example from another industry.    

Use at least three sources. Include at least 3 quotes from your sources enclosed 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 paragaphs. Stand alone quotes will not count toward the 3 required quotes.

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. 

Do not use attachments as a submission. 

CC W 1 D

 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 1  (Jamsa, 2013).Chapter 1 topics:

  • Define and discuss cloud computing.
  • Discuss how cloud computing has changed how companies budget for software solutions.
  • Compare and contrast SaaS, PaaS, and IaaS, and provide an example of each.
  • Define scalability and discuss how the cloud impacts it.
  • List three advantages and three disadvantages of cloud computing.
  • Define virtualization and discuss how the cloud impacts it.
  • Describe three cloud-based solutions for individuals and three cloud-based solutions for businesses.
  • Discuss how Web 2.0 has driven the growth of the web.
  • Compare and contrast public, private, community, and hybrid clouds.

NOTE: You are required to use at least two-peer reviewed sources (besides your textbook) to answer the above questions. 

Building an AI machine/Deep learning application

 

  1. Part 1 –
    1. Following is the link of the Project and Dataset :

https://www.analyticsvidhya.com/blog/2016/06/quick-guide-build-recommendation-engine-python/

MovieLens 100K Dataset

  1. Run the code several times and show the intended output…you also need to EXPLAIN the output…
  2. You will also need to provide output for the following:
    1. Python file containing your code…
    2. Dimensions of the data…
    3. Sample of the data…
    4. Statistical summary of the data…
    5. Class distribution…
    6. One univariate and one multivariate diagram…
    7. Decision Tree…explain the best depth and why?…
    8. Results of training and new data, 80%-20% split…
      1. Accuracy report…what is it telling us?…
      2. Confusion matrix…what is it telling us?…
      3. Classification report…what is it telling us?…
    9. Results of training and new data, 50%-50% split…
      1. Accuracy report…what is it telling us?…
      2. Confusion matrix…what is it telling us?…
      3. Classification report…what is it telling us?…
  3. Part 2 – Updated Code…
    1. Now that you have a working base of code, let’s apply it to a “real world” scenario…
    2. Find an article or video that shows a potentially SIMILAR usage of the application you created in Part 1…
    3. Update the original application so that it “works” for the NEW application…
    4. In this “Movie Recommendation” project, you might find an article on “book recommendations” …you would then update the original program to handle the new scenario…
    5. YOU MUST UPDATE THE ORIGINAL CODE…do not provide entirely new code base.
    6. Run the code several times and show the intended output…you also need to EXPLAIN the output…
    7. You will also need to provide the same output for THIS application, as you did for the ORIGINAL application…specifically:
      1. Python file containing your code…
      2. Dimensions of the data…
      3. Sample of the data…
      4. Statistical summary of the data…
      5. Class distribution…
      6. One univariate and one multivariate diagram…
      7. Decision Tree…explain the best depth and why?…
      8. Results of training and new data, 80%-20% split…
        1. Accuracy report…what is it telling us?…
        2. Confusion matrix…what is it telling us?…
        3. Classification report…what is it telling us?…
      9. Results of training and new data, 50%-50% split…
        1. Accuracy report…what is it telling us?…
        2. Confusion matrix…what is it telling us?…
        3. Classification report…what is it telling us?…