Attached file
Aritifical Intelligence and Business
The theme of this research paper is Artificial Intelligence (AI) and Business. For this
assignment, you must think about the future of business, considering current trends toward
automation of business processes. You must research current trends and summarize your
research as a report. The general structure of the report is as follows
An introductory section about current technological trends providing context for your
report;
2. A description of select applications of AI to business (minimum 3) in one particular business area Have particularly
business areas (of your interest) in mind (e.g., HR, Marketing and Sales, Finance,
Operations). You must also describe and analyze these technologies based on their
potential to be game changers;
3. The challenges for such applications to become widespread and beneficial to
companies;
4. A conclusion section (with your takeaway from the discussion).
To write the report you will need to cover at least the following:
1. Your report must adhere to APA formatting;
2. You must research at least 5 recent (i.e., less than 10 years) peer-reviewed articles.
Exceptionally, highly regarded industry sources (e.g., IBM, Oracle, SAP, McKinsey,
Accenture, Deloitte, Capgemini) will be accepted;
3. Other than APA formatting, the structure for the paper is not fixed, if there is a logical
flow of ideas. The length of the paper is not an issue and maximum should be 5-6 pages
SEC 575
1. The federal government regulates labels, warranties, and consumer products. Without government regulation, what abuses are likely to occur?
2. Compare the minimum contacts test, as it is applied to the bricks-and-mortar activity of businesses, to their cyberspace activity. If you were a small business, seeking to sell to customers located in other states, what are some things you could do to avoid having states where these customers live require you to collect sales tax?
3. The EU has recently changed its trade laws and now refuses, among member nations, to enforce choice of forum clauses when a consumer is a purchaser. How might this refusal to enforce choice of forum clauses impact websites within the EU?
report paper
i need a report paper 8 pages in length double-spaced, using font size 11 point. The report can be of one of the three forms:
1. a survey;
2. description of your design and implementation of a security approach (original ideas preferred);
3. your practical experience on a particular security topic.
the report should be about security and ethics including a references. be sure to summarize, rephrase instead of directly “copy”
Try to make your report organized; you can divide your articles into several sections such as overview, design and implementation, discussion, related work and conclusion.
Eclipse Project Javascript
Using the concepts from the Concurrency Basics Tutorial I provided in Modules, write a program that consists of two threads. The first is the main thread that every Java application has. The main thread should create a new thread from the Runnable object, MessageLoop, and wait for it to finish. If the MessageLoop thread takes too long to finish, the main thread should interrupt it. Use a variable named maxWaitTime to store the maximum number of seconds to wait. The main thread should output a message stating that it is still waiting every half second.
The MessageLoop thread should print out a series of 4 messages. These messages should be numbered, as in the example below. It should wait 850 milliseconds between printing messages to create a delay. If it is interrupted before it has printed all its messages, the MessageLoop thread should print “Message loop interrupted” and exit. Or you can let main print “Message loop interrupted”.
Your program must demonstrate that it can both output messages and interrupt the message output. To do this, place the body of main into a for loop using maxWaitTime as the index. As in the following example, it should finally output all 4 messages in the last iteration.
So in main your code will be
for (int maxWaitTime = 1; maxWaitTime <= 4; maxWaitTime++) {
// All of main’s processing goes here (Note that it does not say some, it says all).
}
Sample output :
maxWaitTime: 1 second(s)
main : Starting MessageLoop thread
main : Waiting for MessageLoop thread to finish
main : Continuing to wait…
main : Continuing to wait…
Thread-0 : 1. All that is gold does not glitter, Not all those who wander are lost
main : MessageLoop interrupted
maxWaitTime: 2 second(s)
main : Starting MessageLoop thread
main : Waiting for MessageLoop thread to finish
main : Continuing to wait…
main : Continuing to wait…
Thread-1 : 1. All that is gold does not glitter, Not all those who wander are lost
main : Continuing to wait…
main : Continuing to wait…
Thread-1 : 2. The old that is strong does not wither, Deep roots are not reached by the frost
main : MessageLoop interrupted
maxWaitTime: 3 second(s)
main : Starting MessageLoop thread
main : Waiting for MessageLoop thread to finish
main : Continuing to wait…
main : Continuing to wait…
Thread-2 : 1. All that is gold does not glitter, Not all those who wander are lost
main : Continuing to wait…
main : Continuing to wait…
Thread-2 : 2. The old that is strong does not wither, Deep roots are not reached by the frost
main : Continuing to wait…
main : Continuing to wait…
Thread-2 : 3. From the ashes a fire shall be woken, A light from the shadows shall spring
main : MessageLoop interrupted
maxWaitTime: 4 second(s)
main : Starting MessageLoop thread
main : Waiting for MessageLoop thread to finish
main : Continuing to wait…
main : Continuing to wait…
Thread-3 : 1. All that is gold does not glitter, Not all those who wander are lost
main : Continuing to wait…
main : Continuing to wait…
Thread-3 : 2. The old that is strong does not wither, Deep roots are not reached by the frost
main : Continuing to wait…
main : Continuing to wait…
Thread-3 : 3. From the ashes a fire shall be woken, A light from the shadows shall spring
main : Continuing to wait…
Thread-3 : 4. Renewed shall be blade that was broken
main : Done!
Your class must be in a package named mypackage and be named Concurrency, as explained in last week’s videos. It should be contained in 1 and only 1 source file.
Include your name at the top of the source file.
Upload Concurrency.java
IA week5 DB
Hello,
i need this paper by 09/23 afternoon.
Strictly No plagiarism please use your own words.
Describe three authentication types and give an example of each.
Your post should be at least 350 words.
Make sure Strictly No plagiarism content should not match and even the reference should not match in plagiarism
Digital signatures
Analyze the advantages and disadvantages of digital signatures.
APA formatting is a must with a minimum of 350 words. You must use at least two scholarly resources.
APA formatting checklist.
Times new roman, 12pt
Set page margins to 1 inch on all sides.
Double-space all text, including headings.
Indent the first line of every paragraph 0.5 inches.
Order the references alphabetically, each must have a hanging indent of 0.5 inches and in-text citations for the references listed.
plagiarism report needed
Cyber Security planning & management
Compare and contrast two difference cloud computing services (Amazon Web Service and Microsoft Azure). Explain the differences and the similarities and select your choice of providers if you had to make the decision for your business. Write up a comparison on the services offered (2 pages maximum).
These two links may offer some additional information for this assignment but you are encouraged to use additional sources for your project/assignment.
It is essential that you use your own words (do not just copy and paste from the Internet).
https://aws.amazon.com/security/introduction-to-cloud-security/
https://azure.microsoft.com/en-us/
ER diagram
The questions consist of two parts
The first part given the scenario and needs to draw an ER diagram.
the second part needs to identify the relation from the draw and what type
the questions attached
Question 2: Write an assembly program that defines the following array 10 25 56 80 3 then create procedure reverse to display the array in reverse
I need a runnable full program with output (8086)