Discussion 3- Proj Risk

 Assigned Readings:Chapter 7: Project Risk Identification ToolsChapter 8: Project Risk Analysis and IdentificationInitial Postings: Read and reflect on the assigned readings for the week. Then post what you thought was the most important concept(s), method(s), term(s), and/or any other thing that you felt was worthy of your understanding in each assigned textbook chapter.Your initial post should be based upon the assigned reading for the week, so the textbook should be a source listed in your reference section and cited within the body of the text. Other sources are not required but feel free to use them if they aid in your discussion.Also, provide a graduate-level response to each of the following questions:

  1. Explain each of the following steps in risk evaluation and remediation.
    • Risk identification
    • Risk evaluation for chance of occurrence
    • Risk evaluation for impact if the risk takes place.
    • The four types of risk remediation,
    • What is a project risk owner,
    • What is a risk threshold.
    • What is a risk matrix.

        2. Complete a risk analysis for a project involving a family vacation where a family of four is driving 1,000 miles one way to Myrtle Beach, SC to stay for one week at a coastal resort. Include the construction of a risk matrix.[Your post must be substantive and demonstrate insight gained from the course material. Postings must be in the student’s own words – do not provide quotes!] [Your initial post should be at least 450+ words and in APA format (including Times New Roman with font size 12 and double spaced). Post the actual body of your paper in the discussion thread then attach a Word version of the paper for APA review] 

    Text

     

Title: Managing Project Risks; 464 Pages

ISBN: 978-1-119-48975-7

Authors: Peter J. Edwards, Paulo Vaz Serra, Michael Edwards

Publisher: Wiley-Blackwell

Publication Date: 2019

Pen Attack and Cyber Terrorism – Discussion 11

There are a variety of ways that a cyber-attack can cause economic damage. In many cases, attackers try to “penetrate” systems in order to steal technology or other sensitive information. When do you think an attack can be classified as cyber terrorism?

Please make your initial post at least 500 to 600 words. Please add APA 7 format and intext citations and mention all the references used in the paper with indent hanging format.

  • Explain, define, or analyze the topic in detail
  • Provide an outside source (for example, an article from the UC Library) that applies to the topic, along with additional information about the topic or the source (please cite properly in APA 7)

At least one scholarly source should be used in the initial discussion thread. Be sure to use information from your readings and other sources from the UC Library. Use proper citations and references in your post.

C# Programming (Classes and Objects)

1. Start a (  Console App (.NET Framework)  ) project in Visual Studio 2019.

2. Name it “Classes and Objects”.

I attached the main assignment instructions as photos. Please follow them exactly. It shouldn’t take long to complete as I have done a lot but I am too busy this week to complete this assignment.

Please complete write this Without plagiarism. Thank you!

DQ and respond 'Future Input and Output Devices'

Discussion Question

What kind of new input and output devices do you think future computers might have?  Why? Think of 3 examples of each. 

Respond

B.J.

Some of the input devices I am thinking of might already exist, and I may have already read about them, or maybe they’re in the development stage, but Im not sure! Technology moves so fast and now we are entering the stage of hands free and automation.

A keyboard that is connected to a type of sensor reader so there is no actual board or pad but just the movements on a type of hologram

A chip reader that reads imbedded info, such as credit cards and vaccine status

Thought readers? Something that can materialize our thoughts…?!

Output devices:

A hologram touch screen monitor display

Embedded (in ear) speakers

Implant lenses (in our eye) as a screen for wireless devices…(I watch too many movies!!)

I think tech is just getting more sophisticated as well as personal and smaller! We already have earbuds with mics and speakers…people are already walking around seemingly talking to thin air…I think it could all be actually in the body someday!

less
 

Discussion Board: Perception

 

 In this unit, you are learning about how perception affects social situations.   

According to your textbook, we use four types of cognitive schemata to make sense of perceptions: prototypes, personal constructs, stereotypes, and scripts. We apply schemata to organize and interpret experiences in our lives. The schemata shape our perceptions and influence how we communicate.

Find a recent example in the media (commercial, scene in a movie/TV show, etc. that was produced this year) that features two or more of these schemata, and how it influenced the social situation in the media clip. Please include an APA reference for your media clip. 

analyzing and visualizing data midterm

 Review the attached file. Suzie has an issue. She can either move to NY or FL and needs to review some data that her agent gave her. The agent reviewed house prices and crime ratings for houses that Suzie would be interested in based on her selection criteria.  She wants to live in an area with lower crime but wants to know a few things:

  1. Is it more expensive or less expensive to live in FL or NY?
  2. Is the crime rate higher in FL or NY (Note a low score in crime means lower crime)?
  3. Is the crime rate higher in lower or higher house price areas?

Using the R tool, show the data in the tool to answer each of the questions.  Also, show the data visualization to go along with the summary.

  1. If you were Suzie, where would you move based on the questions above?
  2. After you gave Suzie the answer above (to #4), she gave you some additional information that you need to consider:
    1. She has $100,000 to put down for the house.
    2. If she moves to NY she will have a job earning $120,000 per year.
    3. If she moves to FL she will have a job earning $75,000 per year.
    4. She wants to know the following:
      1. On average what location will she be able to pay off her house first based on average housing prices and income she will receive?
      2. Where should she move and why?  Please show graphics and thoroughly explain your answer here based on the new information provided above.

Note: The screenshots should be copied and pasted and must be legible.  Only upload the word document.  Be sure to answer all of the questions above and number the answers.  Be sure to also explain the rational for each answer and also ensure that there are visuals for each question above. Use two peer reviewed articles to support your position. 

100 words

What is Search Engine Optimization and explain why did you choose this topic as your research topic.  

Modify your Assignment

  

Modify your Assignment 8 program so that a function, printLine, is used to print each line in the
triangle. This function should accept a single parameter, the line number of the line to be printed.
Your main() program should contain only (and exactly) the following:
int i;
for (i=0; i<10; i++) /* Assignment #9 */
printLine(i); /* Assignment #9 */
return 0;
Note: within the function printLine do not use “i” as the parameter name for the line number.