Cyb 670 annotated bibliography

  

Choose the 10 best sources from your searches for articles, papers, and dissertations. Focus on sources that give details about your research topic. Next, write the reference list entry (APA citation style) for each source. Alphabetize your list of reference list entries. After you have the correctly ordered list, number your entries from 1 to 10. Note: different reference entry formats are used for different types of sources. Review the UMGC Library’s “Get Help > Citing and Writing for samples and explanations of the formatting rules. If you are using APA format, your list should look something like the following.

  1. Authors.      (date). Article title. Publication name, vol(issue), #-#.
  2. Authors.      (date). Paper title. Published in the Proceedings of conference-name, pp.      #-#.
  3. Authors.      (date). Book title. City, state (or country) of publication:      Publisher.

Next, write your annotations for each source in your list. In an annotated bibliography, the annotation is a paragraph or two placed under the reference list entry for each source. For this assignment, the annotation should be a combination of factual information from the source and your evaluation (opinion) of the quality and usefulness of the information; you will be combining the descriptive and analytical styles of annotations.

To accomplish this, you should read the abstract, introduction section, and closing sections for each article or paper. For dissertations, look over the Introduction and the Literature Review (usually the first two chapters). From this information, develop a short informative or descriptive summary of the source that includes: (a) a description the information provided in the source, (b) how you plan to use this source to support your analysis of your research topic, and (c) your thoughts and opinions about the utility or quality of the source. Each annotation should be approximately 100-125 words (five to seven sentences). Place this summary after the reference list entry for the source.

For more information about annotated bibliographies, see https://libguides.umgc.edu/annotated-bibliography-apa

Submit your annotated bibliography for review and feedback from your instructor.

discussion

 

Below are the steps used in data mining. Please provide why each of the steps listed below are important in data mining:

1. Business understanding

2. Data understanding

3. Data preparation

4. Modeling

5. Evaluation

6. Deployment

Need help in Homework in emerging threats

 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): 

  1. Important: 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.
  2. Introduction
  3. Roles and Responsibilities
  4. Incident Response
  5. Plan Activation
  6. Document History
  7. Procedures

find diagonal

Implement the function find_diagonal_win_2(board) whose parameter is a 2

dimensional list that represents a Tic-Tac-Toe game. The function attempts to find

out whether there is a winner in the right to left diagonal only. It does not consider

columns, rows or the left to right diagonal.

If the top right to bottom left diagonal contains 3 ‘X’ characters, print “X is the winner”.

If the top right to bottom left diagonal contains 3 ‘O’ characters, print ‘O is the

winner”.

If there is no winner, after considering all columns, print “There is no winner”

The template file contains 3 test tic-tac-toe boards for testing but you should try some

of your own as well.

Hints:

● since this function only considers the right to left diagonal, it will not catch

other ways to win, even though you can see other wins in the data.

● You can depend on the board being 3 x 3 square and the only contents will be

‘X’, ‘O’ or ‘ ‘

● This problem might be solvable with nested loops but I used a single loop

over a 2 dimensional list instead.

The output from the provided test data is:

>>> find_diagonal_win_2(board1)

There is no winner

>>> find_diagonal_win_2(board2)

O is the winner

>>> find_diagonal_win_2(board3)

There is no winner Those two go together. The program is Python.

# CSC-401 Assignment 4

# Due: May 1, 11:59 PM

# Author:

# Collaborators:

#

#

# Don’t forget to delete ‘pass’ from each function

# Don’t forget doc strings

Whistleblower

 Please read the document carefully.  I need a 1 page press release from the perspective of either U.S. Citizens or U.S. National Security Agency about one of the scenarios in the document, a 1-2 page technical background about the scenario, and a 1 page FAQ sheet about the scenario