capstone itm

Week 4 Graded Assignment 

From Chapter 12, page 379 WEB-BASED CASE STUDY, THE FUTURE OF LIFE INSTITUTE.  Read the case and answer all questions (20 points).

Elon-Musk donated $10 million to a foundation called the Future of Life Institute.  The institute published an open letter from an impressive array of AI experts who call for careful research into how humanity can reap the benefits of AI “while avoiding its pitfalls.”  Go online and find out about the institute’s initiatives.  What are its primary goals?  How can humans establish and maintain careful oversight of the work carried out by robots?  How valid are Elon Musk, Bill Gates, and Stephen Hawking’s concerns?  What other concerns should the public bear in mind as the technological revolution advances?

Sources:  Future of Life Institute.  http://futureoflife.org

needed 300 words with citations and 4 references. 0% plagiarism

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

CSE Java Lab

Write and run according to document requirements

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Crusing Fusion

Refer to Cruisin’ Fusion, Part A in Week 2.

The Crusin’ Fusion taco trucks are gaining popularity, fueling a demand for an order-ahead option on the website. After careful consideration, the team has decided to add shopping cart software to the Cruisin’ Fusion website to meet this demand. 

Research various shopping cart software to determine the best choice for website.

Write a 1- to 2-page blog post to launch this new feature and to reassure your customers that placing online orders is safe. In addition to introducing the order-ahead option, your blog post should:

  • Analyze how the new shopping cart software upholds ethical trends in consumer privacy.
  • Examine ethical considerations for maintaining confidentiality and consumer data.
  • Describe the various privacy regulations upheld with the shopping cart software.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Throughout the remainder of this course, you will be conducting a mini literature review. A thorough review of the existing literature on a topic is an essential part of conducting research.

Select a topic to research and formulate a research question about   that topic. Use Google Scholar or the GCU e-Library as your primary   search tools. Use “Lecture 2” for a description of what is   considered a scholarly article. While you should recognize APA is not   the only way to write, this course will adhere to APA formatting.   Create a title page, a one-paragraph description of your topic   including the research question, and a list with 10 references about   your topic from the last 5 years. You are required to include at least   one book and five journal articles in your references. You may include   the following types of sources:

  1. Book
  2. Journal article without a doi number
  3. Journal article with a doi number
  4. Website (be sure it     is credible; use no more than two)
  5. Dissertation/thesis from     a database

While permalinks are not part of an APA citation, they do make the   information easier to find in the future. At the end of the document,   provide the permalinks for all sources (unless one is unavailable).   For more information on how to locate the persistent links, review   “Persistent Links” in the topic materials.

Prepare this assignment according to the guidelines found in the APA   Style Guide, located in the Student Success Center. An abstract is not required.

This assignment uses a grading checklist. Please review   “Reference List Grading Checklist,” prior to beginning the   assignment to become familiar with the expectations for successful completion.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

C# Coding Assignment- Visual Studio (MUST USE THE ATTACHED SHELL) Full Instructions Attached

 

Three different colored drones are each flying at a different velocity and location away from their home takeoff point.  The map below shows the situation.

The xy-coordinates are locations measured in meters from the 0,0 home position, and the drones’ velocities are measured in meters per second (m/s).  

You need to determine how long it will take each drone to fly home given their respective velocities. 

Use the provided code shell below and build a console program:    

Create a class named MyDrone to represent drones. The required data fields are number of rotors, velocity, x coordinate location, y coordinate location, and a String for color.  Use a static class variable for color.  You will need to provide the class method implementation for the properties and a method getTimeToHome() for computing the number of seconds it will take each drone to fly home from its given position.  This will require two calculations.  First, you’ll need to determine how far from home the drone is.  This is done with the below formula:

Once you know the distance from home, you can determine how long it will take to fly there by dividing that distance by the drone’s velocity.  Return that time from your getTimeToHome() method.

The outline of the class is given as follows:

Write the code in main to create three MyDrone objects. Assign each drone the following paramters:  

Drone 1: 4 rotors, 5 m/s velocity, at x 50, y 50, red

Drone 2: 6 rotors 12 m/s velocity, at x -45, y 25, green

Drone 3: 8 rotors 10 m/s velocity, at x 10, y -55, blue

Drone 1 should be created using the empty constructor, while Drones 2 and 3 should use the constructor requiring parameters.  Display all properties of each objects along with the time it will take each to fly home.  Format the time so that it displays only two decimals.  Format the output for your three drones so that it looks like the below example (which only shows 2, but you get the idea – and, no, it doesn’t have to be green text):

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

information Governance Chapter 13

 

Chapter 13 – According to Franks and Smallwood (2013), information has become the lifeblood of every business organization, and that an increasing volume of information today has increased and exchanged through the use of social networks and Web2.0 tools like blogs, microblogs, and wikis.  When looking at social media in the enterprise, there is a notable difference in functionality between e-mail and social media, and has been documented by research – “…that social media differ greatly from e-mail use due to its maturity and stability.” (Franks & Smallwood, 2013).  

Provide a page response identifying and clearly stating what the difference are? APA Standard, 1-page response, not including front page and references.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Data analytics & Visualization

  

Section A

Explain if the following statements are true or false in details with scholar references.

1. All data science investigations start with an existing dataset. 

2. Data scientists do most of their work in Python and are unlikely to use other tools. 

3. Most data scientists spend the majority of their time developing new models. 

4. The use of historical data to make decisions about the future can reinforce historical biases. 

Section B

Each question in this section must be answered in detail (at least 2 paragraph) using references (APA style)

1. Explain with references the differences between Information visualization and visual analytics. (2 paragraphs) 

2. Why would you want to use data visualization for Big Data? (2 paragraphs) 

3. Data used in visual design comes in a “messy” form and as a result the data must go through a data cleansing process. 

a. Explain what is a “messy” data. (2 paragraphs) 

b. Explain why a data may come in a “messy” data format. (2 paragraphs) 

c. Explain methods that maybe used to cleansed the data. (2 paragraphs) 

d. Data sets come in many different format. Many formats are prone to error because the data lack any information that indicates structure. 

i. Give examples of data sets that lack structure. (1 paragraphs) 

ii. Give examples of data sets that includes structure. (1 paragraphs) 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

C++ assignment

use c++ 

HappyTunes is an application for downloading music files. Each time a file is purchased, a transaction record is created that includes the music genre and price paid. The available genres are Classical, Easy Listening, Jazz, Pop, Rock, and Other. Develop an application that accepts input data for each transaction and displays a report that lists each of the music genres, along with a count of the number of downloads in each of the following price categories:

Over $10.00

$6.00 through $9.99 

$3.00 through $5.99 

Under $3.00

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Emerging Threats and Countermeasures

 

 

Threat modeling

A new medium-sized health care facility just opened, and you are hired as the CIO, the CEO is somewhat technical and has tasked you with creating a threat model. The CEO needs to decide from 3 selected models but needs your recommendation as well to make sound decisions. The concern is user authentication and credentials with third-party applications which is common in the health care industry. 

You will research several threat models as it applies to the health care industry, summarize three models and choose one as a recommendation to the CEO in a summary with a model using UML Diagrams (Do not copy and paste images from the Internet). In your document be sure to discuss the security risks and assign a label of low, medium or high risks and the CEO will make the determination to accept the risks or mitigate them).

The CEO has provided the attached article as a reference.

Task:

  • Explain why the other threat models are not ideal (compare and contrast)
  • Provide one recommendation with summary and UML diagram
  • Must be in full APA
  • 3-page minimum not including the title page, abstract and references.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Python Programming Language

 

Please answer the following questions

Why is Python a great starter language? 

Historically, one of the first programming languages we learn has been some variant of BASIC. This is no longer the case. 

1.  Why was BASIC good in the past? 

2.  Why have we moved to Python? 

3.  Feature-by-feature, how powerful is BASIC vs. Python? 

4.  Which language of the two do you feel would be more valuable in your career?

5.  If there were another language you would choose as your first, what would it be? Why? 

Code Wars: Scripting vs. Programming

6.  What are the differences between scripting and programming? 

7.  Is one harder to learn/apply than the other is? 

8.  Research what code portability is. Are scripted languages easier/more difficult to port than programming languages? Why?

9.  Are there any features or power differences between scripting and programming languages? 

10.  Based upon your research, can/should scriptarians be considered programmers? Why/why not?

Be sure to cite your research according to the guidelines. 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now