Field of Cyber Crime

The assignment should result in an APA paper with a minimum of four pages given to its Main Body, and no more than eight. The page requirement does not relate to Title Page, Abstract, and References pages. The paper should address the following: 

1. From the course Section II: Field of Cybercrimes, select one area of cybercrime that frames your work. 

2. Discuss it by describing any comparative traditional crime—e.g., trespass as compared to DDoS. 

3. Next, create a digital forensics investigation plan that may be applied to solve your selected cybercrime. Ensure that it is detailed enough to prove your knowledge of the discipline as a tool to help solve a crime, while being general enough that, perhaps, it could serve as a template for a law enforcement division. 

4. Lastly, discuss a legal case, criminal law (state or federal), and/or an article from a legal journal that relates to your chosen area of cybercrime.

Design a program that will

  

Design a program that will allow a user to Input a list of your family members along with their age and state where they reside. Determine and print the average age of your family and print the names of anyone who live in Texas.
 

There are two deliveries for this project. The first delivery is the project plan which provides your problem statements, problem analysis, and how it will comply with the project specifications. The final delivery will be your completed project design along with your code comments and comprehensive test plan.
 

CS Discussion 2

 

https://www.raspberrypi.org/products/raspberry-pi-4-model-b/

https://www.instructables.com/id/Raspberry-Pi-Projects/

       Read the attached product brief on the Raspberry PI. Also look at some of the projects that have been built with the Raspberry Pi in the 2nd link. And yes, it can run Java.

Consider the following questions for your post.

1. Do you see anything that you would like to try or have the Raspberry PI do?

2. What does it mean to have this much computing power for $35 ? It was not too long ago that desktop PCs had these types of specs.

3. What other features or hardware to you think this needs to be usable?

If you think this is a toy, look at links below. 

https://www.brennan.co.uk/

https://www.element14.com/community/videos/17859/l/embedded-video-player.jspa?autoplay=false&mediaID=17859&fixedPlayerSize=false&setSizes=true&width=1060

Quick start guide

 Venesor – this is a good first draft, but there’s too much text!  A quick guide should be a very graphical document; in the best scenario, your reader can just look at the pictures and get the point without even reading the text at all.  Notes and details do not belong in this type of document.  

Analyzing and Visualization data

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 at least two peer reviewed sources to support your work.

Create an activity diagram

  

Create an activity diagram and a set of detail use-case descriptions for a health club membership system. When members join the health club, they pay a fee for a certain length of time. Most memberships are for one year, but memberships as short as two months are available. Throughout the year, the health club offers a variety of discounts on their regular membership prices (e.g., two memberships for the price of one for Valentine’s day). It is common for members to pay different amounts for the same length of membership. The club wants to mail out reminder letters to members asking them to renew their memberships one month before their memberships expire. Some members have become angry when asked to renew at a much higher rate than their original membership contract, so the club wants to track the prices paid so that the manager can override the regular prices with special prices when members are asked to renew. The system must track these new prices so that renewals can be processed accurately. One of the problems in the health club industry is the high turnover rate of members. Although some members remain active for many years, about half of the members do not renew their memberships. This is a major problem, because the health club spends a lot in advertising to attract each new member. The manager wants the system to track each time a member comes into the club. The system will then identify the heavy users and generate a report so the manager can ask them to renew their memberships early, perhaps offering them a reduced rate for early renewal. Likewise, the system should identify members who have not visited the club in more than a month, so the manager can call them and attempt to reinterest them in the club.  
 

Draw a use-case diagram for the system in exercise N

Artificial Intelligence Discussion

What are some of the benefits and drawbacks of using smart device automation (Smart Home, Alexa, Google, etc)?Make Sure you do your discussion and review the Podcast information using Audacity It is required for all discussions:

Audacity is a free, open-source, cross-platform software for recording and editing sounds. It is available for both Windows, Mac, GNU/Linux, and other operating systems.

Initial Discussion: 300 words

Responses 4 : Each 300 Word

Array Program

 

 

Pseudocode  is very important for programmers. It helps to sort out your thoughts  before coding and is for humans (programmers), not machines. Eventually  the pseudocode will need to be converted into an actual program for the  machine to read.

In this assignment, you are required to write a program in pseudocode to accomplish the following tasks:

Identify and display the number of files in the current directory where the file is located.

After you finish the pseudocode, submit it to the SLP 2 Dropbox.

SLP Assignment Expectations

  • You are required to apply recursion in the program.
  • The program should accomplish all the tasks in the assignment.
  • Submit a Word document which has both the program and a screenshot of the output of the program

Discussion 2

 

Describe the different backup sites an organization can use (cold site, hot site, warm site). What is the best type of backup site and why?