Final Project Proposal

Propose and defend a topic for your final project.  Write  500 words or more explaining why this topic is important for your peers to understand. Be focused and specific. Look into the general topic provided in the list in this folder to find something new and interesting to write about. You should do a deep dive into a topic. Do not do a survey. Use the Research Databases available from the Danforth Library not Google.

You MUST make a statement saying exactly what your topic is. 

Use at least five 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.

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

excel help

Using the data from 3 tables:

•The team wants to know their % of Distribution by Item and for items not at 100% what stores they need to execute on.    

•Expected execution is that every Product is in every store.    

Can create pivot table or formulas. no manual data entries.

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

os

  

explain the key advantages of a UNIX operating system as if you were explaining it to a high school student who is unfamiliar with computer-specific terminology.

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

Semester Project Company

 

This assignment continues your work towards your Semester Project. Now that you have seen what the Internet offers in the way of templates for security policies, you will need to provide a basic background for the organization and its network that you want to model your Security Policy for. This is typically step one for any professional developing such a document, but since this would most likely be the first time you’ve ever done this and there’s no existing organization to analyze, you need to start somewhere. So for this assignment, do the following:

– The general description of your organization (think about organizations other than IT organizations; i.e. non-profits in your geographic area, healthcare businesses, retail businesses, manufacturing businesses, etc.) You will be writing a security policy for this business. Picking a non-profit might be a nice idea. It gets you involved in your community.

P.s: a U.S. company is recommended for this assignment

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

HR and Blockchain

1. What are Smart Contracts and how might they be applied in human resource management? 

500 words paper: Introduction, Question 1, Conclusion, References.

References

1. Druck, J. A. (2018, October). Smart Contracts are neither smart nor contracts. Discuss. Banking & Financial Services Policy Report, 37(10), 5-9.

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

blockchain

choose one aspect of app maintenance from the material in chapter 8, and describe the life cycle problem and how addressing your chosen problem in a blockchain environment differs from a traditional application development life cycle. Then think of three questions at the bottom of the page.

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

D AND SYNC

a) 

1,  Discuss at least two of the items that must be included in the System Authorization Package.

2. Discuss two of the items in the Certification Statement that you feel are most important and specify why they are more important than other elements (hint: there are no wrong answers, use sources from literature)

b)

What key elements should be involved in a remediation plan and why are they important? Locate a source (other than the links and content of this course) that would assist in developing a remediation plan. Provide a short summary of why this source is beneficial and aspects that you like. If it is a website, post the link to the source in the Webliography. 

Your paper should be 2 pages in length using APA 7th edition. The cover page and reference page are not included in the page count.

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

sociology

 Since Sociology is the study of people, we have direct involvement every day in our communities, schools, family, and neighborhoods. Talking to people is a major part of  the sociology field. This paper will allow you to broaden your understanding of a  particular sociological concept.  Instructions: Written Assignment 1 will require you to interview someone in your community that has  dealt with any of the social conflicts that we have discussed in the first half of the term.  For example, suicide, bullying, depression, homelessness, discrimination of any kind.  These interviews can be done in person, via computer or other means of  communication, but a one-on-one interaction is necessary. As a last resort, if you  cannot find someone to interview, you can also choose a profession that is front and  center with current social conflict and discuss your choice in detail to include  sociological perspectives and or other course related material that you see fit. This is  an introduction course, so you have some leeway with your direction of your paper, but  please make sure you relate it to the material in the first 4 units.  Requirements: • Two to three pages in length, excluding the Title and Reference page. • APA format, including an in-text citation for referenced works. • At least three resources (not including your textbook 

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

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.

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

Event Management App

 

  • Start by creating a new branch in I211_flask called “unit-2”
    • It must be in I211_flask!
  • All event data should be stored in the file ‘events.csv’ 
    • The file should contain AT LEAST 4 headers: name, date, host, description
       
  • All templates should extend base.html
  • Route: /
    Template: index.html

    • Create a homepage for your application
    • This page must contain the following:
      • logo
      • title
      • description
      • a button that takes you to the /events/ route
  • Route: /events/
    Template: events.html

    • This page will list the date and name of all events, pulling the data in from ‘events.csv’
    • Events should be ordered by date with oldest on top
    • Each event name should be a link to the individual event page (route /events/<event_id>) by event ID
    • The page should contain a button link to create a new event (route /events/create)
  • Route: /events/<event_id>
    Template: event.html

    • This page will contain all of the data for the event:
      • Event name, date, host, description.
    • The page will also contain button links to:
      • Edit the event (route: /events/<event_id>/edit)
      • Delete the event (route: /events/<event_id>/delete)
  • Route: /events/create
    Template: event_form.html

    • This page will contain a form to collect all of the data for the event:
      • Event name, date, host, description.
      • The form will also contain reset and submit buttons
      • Upon submission, the event data will be added to the events.csv file and the page will redirect to the /events/ route.
  • Route: /events/<event_id>/edit
    Template: event_form.html

    • This page will contain the same form from /event/create to collect all of the data for the event:
      • Event name, date, host, description.
    • The form will also contain reset and submit buttons
    • The pre-existing event data should be loaded into the form fields
    • Upon submission, the relevant event data will be changed in the events.csv file and the page will redirect to the /event/<event_id> route.
  • Route: /events/<event_id>/delete
    Template: delete_form.html

    • Presents a delete confirmation page for the event specified by <event_id>:
      • Display “Confirm Delete?”
      • Show the description for the event
      • The “Go Back” button takes the user back to the /event/<event_id>/ page without deleting the event.
      • The “Delete” button will delete the event data from the events.csv file and redirect back to the /events/ route.

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