case-study

  • Describe any laws or regulations that may have been violated. 
  • How would you feel as a consumer if your personal information was stolen in this case?
  • How should Target customers be reassured that this won’t happen again?
  • 2 pages

Purpose:

Identify the main information security and privacy protections of the Financial Services Modernization Act of 1999 (Gramm-Leach-Bliley).sites about the attackhttps://www.infoworld.com/article/2609942/target-contractor-says-it-was-victim-of-cyber-attack.htmlhttps://www.bloomberg.com/news/articles/2014-03-13/target-missed-warnings-in-epic-hack-of-credit-card-data

Interactive Computer Graphics -6

 

Discussion

Copy the HTML code from the link – WebGL – Interactive Cube – Tutorialspoint (Links to an external site.) [https://www.tutorialspoint.com/webgl/webgl_interactive_cube.htm]. Past it in a HTML file and execute it. It should open a web browser. 

Rotate the cube with your mouse. Look at the code, identify the mouse input trapping code.

What are the movements captured. Can your keyboard rotate (move) the cube? Write your observations.

Research Assignment

Law enforcement professionals and investigators use digital forensic methods to solve crimes every day. Locate one current news article that explains how investigators may have used these techniques to solve a crime. Explain the crime that was solved and the methods used to determine how the crime was committed. Some examples of crimes solved may include locating missing children, finding criminals who have fled the scene of a crime, or unsolved crimes from the past that have been solved due to the use of new techniques (such as DNA testing).

Your written assignment should be 3-4 paragraphs in your own words, and should include a reference citation for your source of information.

Computer Science Homework

 Remember to review the syllabus expectations for initial discussion posts and peer replies! 

Discuss the following questions: 

1. What is Blockchain’s potential for application in the HR functions of recruitment and selection. 

2. How might Blockchain technology impact job repositories. You are required to cite this week’s assigned readings in your paper. You may also cite prior week’s reading assignments and external sources if you wish.

Use the following headings to organize your paper: Introduction, Question 1, Question 2, Conclusion, References.

Writing Requirements for All Assignments:

  • 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
  • Your paper must have headings in it. For discussion posts Introduction, Prompt/Question, and Conclusion will suffice as headings.  
  • Provide the EXACT web link 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 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.

Portfolio Project: Milestone 1: Introduction

Your final project paper is broken down into 3 parts, worth a total of 600 points towards your final grade. This milestone is worth 100 points.

For this piece of that assignment, you will write the introduction to your final portfolio project (2-3 pages), comprehensively describing the industry you are choosing to use in the paper and preliminary challenges with information governance that you have identified. Be sure to utilize 3-5 sources from the UC Library.

Review the instructions in the Portfolio Project document first (attached here). Each milestone is a separate writing assignment, leading up to the final submission in week 7.

Expectations are that it will be a scholarly work, using largely peer-reviewed resources, formatted to APA 7 style. Grammar, spelling, and punctuation are significantly weighted. Any instance of plagiarism will result in a 0 on the activity (first offense) or failing the course (2nd offense).

Write a shell script

  

Write a shell script, change-lines, which will substitute a string for a replacement string for each occurrence of the string in files specified.
The original file will be saved, with the same filename with the .keep extension unless the -n option is present.
 

You may use a temporary file for this script.
 

Remember the search string and or the replacement string can have special characters in them, so you must use proper quoting techniques.
 

The script will use following options:
 

the option -s “string” for the search strings
the option -r “string” for the replacement string
the -n option to prevent a backup file from being created
the -h option to print a usage statement and exit
The script will exit with an error status and print an error message:
if the -s option is not present.
if the -r option is not present.
if the string is not specified with the -s option
if the string is not specified with the -r option
if there are any other options specified
if there are no input files specified
if the input file cannot be read by the current process
if the input file cannot be written by the current process
if you cannot create the backup file.
Here is the usage statement for the script:
change-lines [-n] -s search string -r replace string files …
-n do not backup the original file
-s search string the search for this string
-r replace string replace the search string with this string
-h print this message
Examples:
 

prompt> change-lines -s foobar -r FooBar *.c
This script will edit all the files *.c, and each occurrence of foobar it will be replaced by FooBar it will be replaced by FooBar.
Each file will be backed up.
 

prompt> change-lines -s “SHELL IS NOT FUN” -r “SHELL PROGRAMING IS A LOT OF FUN” /tmp/file1.txt
 

This script will edit all the file /tmp/file1.txt , and each occurrence of SHELL IS NOT FUN will replaced by the text,
SHELL PROGRAMMING IS A LOT OF FUN. A backup file /tmp/file1.txt.keep will be created.

Graduate Research & Critical Analysis jan 12

Assignment Content

  1. Your homework (HW) is to watch a movie and take some notes! 

    Movie Title: Invictus 
    Rated: PG-13, so you may be able to make it a family experience

    Options for viewing: 

    1) Rental Streaming Platforms ($3): Amazon Prime Video, Google Play, Redbox 
    2) Join a free viewing of the movie on Thursday, 1/12, at 1 pm EST.  Use the following link to join: https://us.bbcollab.com/guest/99d7453adaf74d5f8f0bedbdb051d5ac

    As you watch, take notes on points in the movie that show: 

    1. What important problem did Mandela face, and who was impacted by it?
    2. What might have been the causes of that problem?
    3. What did he try in order to solve it or mitigate it (make it better)
    4. What was the ultimate solution he came to?
    5. How did he implement it?
    6. What are the ways you know it worked?
    7. DO NOT write AFTER the movie! You can pause to take notes
      (If English is not your first language, you can take all or part of your notes in your first language!)
      3.    Submit these notes without editing. If you took notes by hand, take a photo or scan them in. 
      4.    Be prepared to discuss this in class!