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 

cloud computing

Define Moore’s law and discus how it might influence cloud migration.

1-2 page, at least one scholarly reference. NO plagiarism 

4s week 15 assignment IA

4 pages of assignment and 8 slides of Powerpoint presentation

Topic: Internet and IoT marketing strategy

Recommend 4 pages, including a cover page and reference page, at least three references and in APA format. Include a summary of presentation slides with highlights and details of your project. 

No copy-paste strictly. Plagiarism results in course termination.

case study

 

Please read the Dianrong case study (see HBS Coursepack) and answer the following questions with substantive answers in a cohesive essay. Your paper should be at least 3 pages in length. Use proper grammar, spelling, citations, etc.

1. What are the trade offs that Dianrong is facing? How should the company prioritize its objectives? What should Soul Htite do?2. As detailed in Exhibit 1 of the case, there are different collaboration models that Dianrong has adopted in working with various parties on technological development. How should the company decide on the nature of collaboration for technological developments in the future (via organic and in-house developments, partnerships, joint ventures, or acquisitions)?3. Assuming that the company manages to raise an additional US$100 million, how should Dianrong allocate the capital across its many business units to maximize value in the long run? Should the company spend the money on internal R&D initiatives or M&A pursuits? Or both?4. How should the company work with the local regulations in China? Should the company focus on reviving the P2 industry in China in the process? If so, how?5. Are there other technologies that Dianrong should consider adding to its already expansive portfolio of technologies? In contrast, are there technologies that may seem redundant at the firm at the moment? How should Dianrong manage this to improve its competitive edge with its “technology DNA?”

Compose your essay in APA format, including the introduction and conclusion, and in-text citations for all sources used. In addition to your 3 page (minimum) essay, you must include an APA-style title page and reference page. Click the assignment link to compare your work to the rubric before submitting it. Click the same link to submit your assignment.

need help building code

 
Write a program and flowchart, and include a snippet of your program running.ECPI has rented a Cruise Boat for its upcoming graduating class! You work at ECPI, and have been asked to manage the reservations for students and their families. You need to write a program that tracks the ages of at least 2 students and their families; as well as the meal plans they have selected. The program will achieve the following:

  • Track the ages of at least 2 parties – Student and family member(s
    • We need to capture ages, to know what each family member can participate in
    • Based off the age,  the price of the ticket per guest.  Sum up the cost of tickets per family.   Example,   $1000/adults,  $500/child,  $850/Seniors
  • Track the meal plans they have selected per party
    • Each family/party can select a meal plan per day; and your program must track those costs
  • Once you have included the Meal Plans, and the prices:
    • Calculate the total cost for the Meal Plans selected
    • And then the total cost of both meal plans

Instructions

The program you write should include these components at a minimum. Remember though: Get creative, and feel free to add different components that you feel are applicable in a Cruise Reservation program.

  1. You must have at least two different arrays – These are, in effect, parallel arrays:
    1. One for each Family/Party capturing the ages of every person in the reservation
      1. Minimum: 4 Families
    2. One for each Meal Plan Options selected
      1. Each family should have a meal plan included  
        1. Meal Plans can be, for example, breakfast, lunch and supper and should include just the prices for each one
        2. create and display a menu to see choices and prices
    3. ** Please note:
      1. The image below does not reflect the menu or the ticket cost 
      2. i. The arrays are for two families; and two meal plans, including the prices for each of the meals chosen
  2. Remember to use a “for” loop for each array
  3. You should have Totals that calculates the totals for each family meal plan
    1. Because you will have at 4 Parties/Families, all should have their own price totals; and then also a total for the meal plans reserved and ticketing
  4. Hints and Suggestions:
    1. You can set your own book prices – for example, see the prices in the example below
    2. You can set how many Meal Plans included for each section
      1. You can also write the program to ask the user for this input, but this is not required
  5. At the end, it prints out the totals for each section
  6. The very last total of all Meal Plans and ticket totals should be printed in a different color – so it really stands out