week-14

Develop a disaster recovery plan for an organization. There are many different templates available online for you to use as reference and guidance. Your plan should cover the following sections (these sections detail the elements in a DR plan in the sequence defined by industry compliance standards ISO 27031 and ISO 24762).This section should summarize key action steps (such as where to assemble employees if forced to evacuate the building) and list key contacts with contact information for ease of authorizing and launching the plan.

  •     Introduction
  •     Roles and Responsibilities
  •     Incident Response
  •     Plan Activation
  •     Document History
  •     Procedures

Your paper should meet the following requirements:

  • Be approximately six to eight pages in length, not including the required cover page and reference page.
  • Follow APA 7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
  • Support your answers with the readings from the course and at least ten scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.
  • Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing

Systems Requirements Presentation

 

Imagine this scenario: After considering their 3 target markets, Pine Valley Furniture’s board of directors has selected the student furniture project for the WebStore. They are asking you to help them choose a method for determining the requirements. 

Create a 12- to 18-slide Microsoft® PowerPoint® presentation with speaker notes to the board in which you:

  • Compare traditional, contemporary, radical, and agile methodologies for requirements gathering as they would apply to the Pine Valley Furniture project, outlining the advantages and disadvantages for Pine Valley Furniture in your comparison.
  • Recommend the methodology (i.e., traditional, contemporary, radical, or agile) you think will work best for Pine Valley Furniture’s student furniture WebStore and describe why you think it will work best for Pine Valley Furniture’s student furniture WebStore.
  • Explain “Figure 7-22: Level-0 DFD for the WebStore” of Ch. 7, “Structuring System Process Requirements” from Modern Systems Analysis and Design. Please note that this is more than just explaining what a Level-0 DFD is, you need to explain what happens in at least two of the process flows.

Consider incorporating multimedia and images where appropriate.

Provide any references and citations according to APA guidelines. Please review the Center for Writing Excellence material regarding references, citations, paraphrasing, plagiarism and the Student Code of Academic Integrity. To sum this up, proper references and citations are needed for all of your work and should also be provided on your Microsoft® PowerPoint® slides and speaker notes pages when needed – just having a Reference Slide at the end is not sufficient.

Please make sure your material is specific for the Pine Valley Furniture project and not just generic material. You should always consider that your audience may be more business-oriented than technical oriented so you need to spell out what you mean.

Submit your assignment.

Please note that I do not consider simply parroting back material from another source to be sufficient – you will need to provide your material in your own words and discuss or describe how any external material you provide relates to the scenario. Also, please make sure you properly paraphrase, quote, reference and cite any material you are discussing. 

Regarding Speaker Notes: Some presentations are more just bullet points, and some are more sentence-like. Your speaker notes certainly do not have to be complete essays for each bullet point, but if your presentations are just bullet points, then your speaker notes should be what you would say to explain the point. Speaker notes are not required for every slide or for every bullet point on a slide if the meaning of the material is obvious or if the material on the slide is sufficiently explanatory. The Microsoft® PowerPoint® presentation (and speaker notes) should be able to stand on its own to present the material in sufficient depth for the intended audience to understand the overview of your material and the critical details and to remain as a reference. Also note that speaker notes should be incorporated within the presentation using the Microsoft® PowerPoint® Notes pages capability and not as a separate file. Your speaker notes have the same spelling/grammar and reference/citation requirements as a written assignment.

Report

Research Project Topic

Topic : Some aspect of the surveillance – Policy, Legal, Ethics, & Compliance

Here is a list of deliverables:

Include a short paragraph describing project and how you intend to research it.

· final project report.

Submit final project materials.

· 500-700       word, double spaced, written in APA format, showing sources and a  bibliography… Do a five source annotated bibliography/reference list on the subject. There should be two annotations for each source. In the first write a paragraph of at least five sentences summarizing the thesis of the article. In the second write a paragraph of at least five sentences summarizing your reflections on the thesis of the article. You should do a deep dive into a topic. Do not do a survey.

· a brief abstract describing final project.

· Ppt with      10-15 slides

GO19_AC_CH02_GRADER_2G_AS – Concerts and Sponsors 1.0

GO19_AC_CH02_GRADER_2G_AS – Concerts and Sponsors 1.0

Project Description:

In this project, you will use a database to answer questions about concerts in the local college area. You will create a relationship between two tables, create a query from an existing query, and create queries using text, numeric, compound, and wildcard criteria based using the fields in one or both tables. You will create calculated fields, group data when calculating statistics, create a crosstab query, and create a parameter query.

     

Start   Access. Open the file Student_Access_2G_Concerts_Sponsors.accdb downloaded with this project.

 

Using Sponsor ID as the common   field, create a one-to-many relationship between the Sponsors table and the   Concerts table. Enforce referential integrity and enable both cascade   options. Create a relationship report with normal margins, and save it as a3 Relationships. Close all open objects.

 

In the last record of the   Sponsors table, change the Sponsor ID from SPONSOR-108 to SPONSOR-100, and then close the table. (The related records in   the Concerts table will automatically update.)

 

Copy the Concerts $1000 or More   Query to create a new query with the name Jan-Apr Concerts Query. Redesign the query to answer   the question, What is the Date, Concert Name, Concert Location, and Box   Office Receipts for concerts between 1/1/22 and 4/30/22 sorted in ascending order only   by the Date field? Run the query (five records display). Close the query,   saving the changes to the query.

 

Create a query in Query Design view based on the Concerts table to   answer the question, What is the Date, Concert Name, Concert Location, and   Box Office Receipts for a concert location of Georgetown   Community Theater or Austin City Center and for box   office receipts that have an amount that is greater than 1000 sorted in   ascending order by the Date field? Run the query (four records display). Save   the query as GCT OR ACC Over   $1000 Query, and then close the query.

 

Create a query in Query Design view based on both tables to answer the   question, What is the Sponsor Name,   Concert Name, and Concert Location for a sponsor name that has radio anywhere in its name and for   a concert name that ends in festival sorted in ascending order by the Concert Location field? Run the query   (two records display). Save the query as Radio   Festivals Query, and then close the query.

 

Create a query in Query Design view based on the Concerts table to   answer the following question, What is the Concert ID, Concert Name, Concert   Location, Sponsor ID, and Date for records that are missing the date? Run the   query (two records display). Save the query as Missing   Concert Date Query, and then close the query.

 

Create a query in Query Design view based on both tables to answer the   question, What is the Concert ID, Sponsor Name, Box Office Receipts, and a   new field named Sponsor Donation that will calculate and display the donation amount when the Sponsor   donates an amount equal to 50 percent (0.5) of each box office receipts amount to the Music Department. Sort the   records in ascending order by the Concert ID field. a. Run the query (the   second record—EVENT-102—has a Sponsor Donation of 287.5).

 

Display the query in Design   view. In the fifth column of the design grid, create a new field named Total   Donation that   will calculate and display the total donation when the box office receipts amount   is added to the sponsor’s donation amount. Run the query (the second   record—EVENT-102—has a Total Donation of $862.50).

 

Display the query in Design view. Use the Property Sheet to format the   Sponsor Donation field as Currency with 2 decimal places, and then close the   Property Sheet. Run the query, apply Best Fit to the fields, save the query   as Sponsor Donation Query, and then close the query.

 

Create a query in Query Design view based on the Concerts table to   answer the following question, What are the total Box Office Receipts by   Concert Location sorted by the Box Office Receipts field in ascending order?   Use the Property Sheet to format the Box Office Receipts field with 0 decimal   places, and then close the Property Sheet. Run the query (for the Concert   Location of Georgetown Community Theater, the sum of the box office receipts   is $7,850). Apply Best Fit to the fields, save the query as Receipts by Location Query, and then close the query.

 

Use the Query Wizard to create a crosstab query based on the Concerts   table with the Sponsor ID field as row headings and the Concert Location   field as column headings. Sum the Box Office Receipts field, and name the   query Sponsor and Location Crosstab Query. Display the query in Design view. Use the Property Sheet to format   the last two columns with 0 decimal places. Run the query, apply Best Fit to   the fields, save the query, and then close the query.

 

Create a query in Query Design view based on the Concerts table to   answer the following question, What is the Concert Name, Concert Location,   Box Office Receipts, and Sponsor ID. Sort the records in ascending order by   the Concert Name field? Set the criteria so that when you run the query you   are prompted to Enter the   Sponsor ID in the format SPONSOR-###. Run the   query, and when prompted, enter SPONSOR-101 as the criteria (six records display). Display the query in Design   view and hide the Sponsor ID field from the results. Run the query again,   entering SPONSOR-101 when prompted. Save the query as Sponsor   ID Parameter Query, and then close the query.

Report

 

Questions:

  • Perform usability evaluation of a user interface of your choice of any interactive game.   
  • Perform usability evaluation of a user interface of your choice of any interactive learning system.   

Instructions:

  • Upload one-word document.
  • Provide adequate and complete information.

For each question:

  •  Include the bibliography of ALL resources, websites, papers, etc. used and accessed. Also make sure that you have in-text citation
  •  Using usability evaluation techniques studied in this course, prepare a list of questions you will use to evaluate the user interface (around 5 questions other than the ones listed in next bullet).
  • In addition to your questions, answer the following questions:
    • Does the interface have an Intuitive design: a nearly effortless understanding of the architecture and navigation of the site?
    • Is the interface easy to learn: how fast a user who has never seen the user interface before can accomplish basic tasks?
    • What is the interface’s Efficiency of use: How fast an experienced user can accomplish tasks?
    • Explain the interface’s Memorability: after visiting the site, if a user can remember enough to use it effectively in future visits
    • What is the Error frequency and severity: how often users make errors while using the system, how serious the errors are, and how users recover from the errors?
    • What is the Subjective satisfaction: If the user likes using the system?
    • Provide Screen shots: images of the interface and its uses (at least 5). 
  • Using usability evaluation techniques studied in this course and/or evaluation methods listed next, choose then use the appropriate evaluation methods to conduct your evaluation. Explain it in detail and attach (insert in document) completed forms, etc. Examples of evaluation methods (but not limited to): Baseline usability testing on an existing site, Focus groups, surveys or interviews to establish user goals, Card Sort testing to assist with IA development, Wireframe testing to evaluate navigation, First click testing to make sure your users go down the right path, Usability testing to gauge the user interaction end-to-end and, and  Satisfaction surveys to see how the site fares in the real world.

You need to elaborate and explain. Your grade is going to reflect the completeness, effort, and time you spent on this activity.

Practical connection assignment – Cryptography – Deadline in 3hrs

At UC, it is a priority that students are provided with strong educational programs and courses that allow them to be servant-leaders in their disciplines and communities, linking research with practice and knowledge with ethical decision-making. This assignment is a written assignment where students will demonstrate how this course research has connected and put into practice within their own career.

Assignment:

Provide a reflection of at least 500 words (or 2 pages double spaced) of how the knowledge, skills, or theories of this course have been applied, or could be applied, in a practical manner to your current work environment. If you are not currently working, share times when you have or could observe these theories and knowledge could be applied to an employment opportunity in your field of study.

Requirements:

· Provide a 500 word (or 2 pages double spaced) minimum reflection.

· Use of proper APA formatting and citations. If supporting evidence from outside resources is used those must be properly cited.

· Share a personal connection that identifies specific knowledge and theories from this course.

· Demonstrate a connection to your current work environment. If you are not employed, demonstrate a connection to your desired work environment.

· You should not provide an overview of the assignments assigned in the course. The assignment asks that you reflect how the knowledge and skills obtained through meeting course objectives were applied or could be applied in the workplace.

Trait Behavior and Influence

One of the first systematic attempts to study leadership is the Trait Approach.  Trait behavior is positively correlated to ‘influence.’  According to Rendall (2006), Influence with others are the most basic element of leadership.  The Trait Approach focuses on identifying innate qualities and characteristics possessed by great social, political and military leaders. The Trait Approach also includes traits to either ‘possess’ or ‘cultivate’ if one seeks to be perceived by others as a leader (i.e. Intelligence, Self-Confidence or Determination). 

Former NBA player, Michael Jordan is known as the GOAT (greatest of all times).  According to Michael Jordan, 

One day, you might look up and see me playing the game at 50. Don’t laugh. Never say never, because limits, like fears, are often just an illusion.Some people want it to happen, some wish it would happen, others make it happen.I can accept failure, but I can’t accept not trying.Click the link below and view Michael Jordan’s commercial, “Maybe,” on YouTube. 

  1.  What is the main message of the commercial? 
  2. What do the supporting images tell viewers about Jordan’s extraordinary career?  Recall specific examples.
  3. What traits of Jordan’s are suggested by this commercial?
  4. What traits were demonstrated to positively influence the follower? 
  5. In way ways might thee traits of an excellent leader be demotivating to a follower? 

Use the video https://youtu.be/9zSVu76AX3I