Python coding help

  

Task 2

Given two lists, write python code to print “True” if the two lists have at least one common element. For example, x = [1,2,3], y=[3,4,5], then the program should print “True” since there is a common element 3.

Hint: 

We can first calculate set(x) – set(y). set(x) – set(y) is to remove the element in x that also exists in y (3 in this case). So set(x) – set(y) will be equal to (1,2), which is a set. And its length is 2 if you calculate len(set(x) – set(y)).

if set(x) – set(y) has a smaller length than set(x), i.e. len(set(x) – set(y))

This will get easier after we learn the iteration structure and the conditional statement in the next few weeks. 

Essay

 Write an essay of at least 500 words discussing the reasons for the two new auditing roles in Oracle 12c. Why did Oracle consider them necessary? What problems do they solve? How do they benefit companies?  

Discussion

  After reading chapter 13,  analyze the advantages and disadvantages of digital signatures. You are also required to post a response to a minimum of two other students in the class by the end of the week.  You must use at least one scholarly resource.  Every discussion posting must be properly APA formatted. 

Assignment

 analyze asymmetric and symmetric encryption.  Evaluate the differences between the two of them and which one that you would determine is the most secure.  

The writing assignment requires a minimum of two written pages to evaluate the history.  You must use a minimum of three scholarly articles to complete the assignment.  The assignment must be properly APA formatted with a separate title and reference page.  

TFTP and FTP

 In this graded practice you will saving your router programming onto  permanent storage on your router as well as backup copies into a TFTP  and FTP server. 

critical review sat

Find a peer reviewed article pertaining to blockchain and finance that is not one of the required readings for this course. Write a critical review of the article that is at least 3 pages long (content). Be sure to provide in-text citations when you paraphrase or directly quote from the article. Also include a reference page with an APA style citation of the article. Follow the writing requirements for this course when preparing the paper. Use the following format for the paper:

1.  Introduction, including the purpose of your paper and a preview of your paper. Be sure to also provide the article’s title and author(s)’ name(s) in the introduction of your paper. 

2. Discuss the purpose and problem the article is addressing.

3. Elaborate on the content of the article.

4. Discuss the findings and conclusion(s) drawn by the article’s author.

5. Discuss the author’s point of view and assumptions. Indicate whether unsubstantiated assumptions were made and whether there is bias that exists in the article.

6. Discuss the significance of the article. Why it is important? On what do you base your assertions?

7. Conclude your paper. Summarize the important aspects of the review.

8. References

Your paper should include 8 centered and bolded headings that correspond to each of the required sections (Introduction, Article’s Purpose and Problem, Content, Article’s Findings and Conclusions, Point of View and Assumptions, Significance, Conclusion, References).

You will also prepare a presentation of this Critical Review during the residency. The presentation should last about 10 minutes and Power Point is required. The presentation rubric provided under the Content Tab in the Getting Started folder will be used to grade the presentation. Follow the same format as the paper for the presentation. Power point is required and the presentation should last 10 minutes. The presentation is worth 50 points and the paper is worth 100 points.

Writing Requirements for all Written Work:

  • References must be cited within your paper in APA format. Your reference page and in-text citations must match 100%. Papers without in-text citations will earn failing grades.
  • Always include a cover page and reference page with all submissions (even initial discussion posts) 
  • Provide the exact web link on the reference page citations for all online sources – do not provide just the home page, but the exact link – I check all sources
  • No abbreviations, no contractions – write formally
  • Write in the third person formal voice (no first or second person pronouns)
  • Write more than the minimum requirement of the word count assigned
  • As always, the word count is only for the body of the paper – the cover page, reference page, and / or Appendix (if included) do not count towards the word count for the paper 
  • Indent the first line of each new paragraph five spaces
  • Refer to the example APA paper in the getting started folder under the content tab if you need an example. Also, a Power Point is provided under the information tab that addresses APA format.
  • Use double-spacing / zero point line spacing, a running header, page numbers, and left justify the margins.

Deliverable 2 – Using Visuals to Enhance Viewer Perception

 

Competency

Analyze and interpret perceptual elements of visual media communication to identify effective visual messages.

Scenario

You have been hired by a large law enforcement agency to analyze the images used on advertising billboards in both urban and suburban regions. The billboards visually display a new campaign message to improve neighborhood safety.

During your analysis, you find that the images used on billboards in the urban areas are exactly the same as the images used in the suburban areas. Both images show parents happily talking with law enforcement officers while children run over green lawns having a fun balloon fight. You decide that these images are not sending proper perceptual messages. You decide to create a visual analysis video for the law enforcement agency to share with the administration

For the video visual analysis, you realize you will need to find two new images that are quite different from one another. One image will be used on the urban billboard, and the other image will be used on the suburban billboard. In your video presentation, you will compare and contrast how each image utilizes the following:

  1. Compare and contrast the visual elements of cultural familiarity. Explain why it is important to use culturally familiar visuals that are quite different in the urban and suburban billboard images. Include specific visuals in your visual analysis.
  2. Identify specific visual examples of the following cognitive elements: memories, experiences, and expectation. Compare and contrast how urban and suburban viewers may be affected differently by those specific cognitive visual elements.
  3. Explain the difference between urban and suburban viewers’ emotionally engagement with each of the billboard images.
  4. Identify visual semiotic codes in both images: metonymic, analogical, displaced, and condensed. Discuss the importance of using these codes. Include specific visuals in each part of your visual analysis.

 As you outline your ideas for the video, you decide to record your verbal analysis while analyzing the two visuals in less than seven minutes for added clarity. 

Reconnaissance and Scanning Plan

 

Outline and discuss specific use cases to discover and enumerate information that could be used for potential exploitation. Some examples of information that you are gathering from Haverbrook Investment Group’s systems are usernames, machine names, shares, and services from a system. Identify any software, applications, or scripts that will be needed and provide a description of how this software will be used to gather information about Haverbrook’s systems.

As you are developing the Scanning Plan, keep these questions in mind:

  • How would you detect active systems?
  • How would you determine the best attack vector you wish to exploit?
  • How would you prioritize different targets of opportunity?
  • What tools would you be using for scanning and enumeration of systems and vulnerabilities?

Be sure to identify any needed software and provide a description of how it will be used to gather information about the systems.