Business Intelligence Portfolio Project

 “Please submit plagiarism free work”

Portfolio Project: This week discuss a current business process in a specific industry(excluding Amazon). 

Note the following:

-The current business process itself.
-The industry the business process is utilized in.
After explaining the current situation, take the current learning from the course and:
Explain a new technology that the business should deploy. 

Be specific, don’t only note the type of technology but the specific instance of technology.  (For example, a type of technology is smart automation a specific type of automation is automated light-dimming technology).

Note the pros and cons of the technology selected.

Note various factors the business should consider prior to deploying the new technology.

The above submission should be three pages in length.  Remember the total length does not include the APA-approved cover page or the references.  There should be at least three APA approved references to support your work.

Database Systems – Discussion

Discussion 2 (Chapter 6):  How can the key and foreign key constraints be enforced by the DBMS? Is the enforcement technique you suggest difficult to implement? Can the constraint checks be executed in an efficient manner when updates are applied to the database?

– 2 pages

-apa

– strictly plagiarism free

create a program

  

 using methods and arrays where appropriate, create a program that calculates how much it costs to fill up a gas tank. It should ask how much a gallon costs and assume that the gas tank capacity is 20 gallons. The amount should be printed in dollars and cents.

/*

 using methods and arrays where appropriate, create a program that

calculates how much it costs to fill up a gas tank. It should ask how much a gallon costs

and assume that the gas tank capacity is 20 gallons.

The amount should be printed in dollars and cents

Da

12. 

Write 450 words discussing how database auditing and monitoring fit within a SOX compliance framework. 

 Write in text not in outline, bulleted, numbered or other list format.  Use the five paragraph format.

 Each paragraph must have at least five sentences.

 Include 3 quotes with quotation marks and cited in-line and in a list of references.

 Include an interesting meaninful title.Include at least one quote from each of 3 different articles.

BUS510 Final

 Read the attached case study ” Samsung” and answer questions 1 and 2 under the Corporate strategy section only. 

Literature Review

A literature review should be written on my topic, I will be providing the data by uploading them here. I have already uploaded my research overview in which there is enough information and you can still add references and data if you want to.

I have uploaded the required format as a screenshot.

Write a Python program

  

Program 1

Write a Python program that will ask the user to enter the grade of 5 students. The grade can be a range of integer values from 0 to 100. When the user is entering the grade for each student, the python program must check if the input value of the grade is between 0-100. If it is not, the program must print the following message “Wrong Grade”. If the value of the grade is greater than 60,  print” Pass grade” else print “Fail grade”.

Program 2 

Write a python program that will calculate the square, cube, and the fourth power of the numbers from 1 to 10. Hint, finish the following table. 

  

Each of these programs will also need the Word document completed that will attach. One for each program. Thank you!

  

Write a C++ program to solve the following problem: 

Determine the amount of money in dollars in a change purse given the number of quarter, dimes, nickels, and pennies. Prompt the user for the number of each type of coin. Test data: 3 quarters, no dimes, 5 nickels, and 23 pennies. Submit the source code with the output at the bottom as a comment. The source code must contain comment statements with your name and the title of the project. The output must contain the same information created through cout statements. In addition to the comments with your name, have at least four other meaningful comments.