Simple Excel projects

Please contact me if you are good in word, powerpoint and excel. These are simple projects that has an instruction file and a pre- made file. All you have to do is follow the steps and edit  the pre-made file. I have total 11 projects. I am attaching a sample file. 

Windows Registery forensics

Written Paper: 1-2 pages

PowerPoint presentation: 8 slides on the same question below

The project will be to analyze a compromised system and provide forensic analysis in the form of a narrative report and example graphical images (Jpeg format) from your analysis.
1) Select some Microsoft Windows operating system disk image that has been compromised. You may search for your own image or use the following known image that can be downloaded from: http://www.forensickb.com/2008/01/forensic-practical.html
2) You may select any Windows Registry forensics analysis tool or the tool discussed in the text, RegRipper. You will need to download and install the tool
3) You may use any resources available to understand and use the tool of your choice. You need to provide an APA formatted reference for any resources (books, white papers, or websites) you use to become familiar with the tool
4) Write a narrative/paper focused on your forensics analysis of the compromised image you used for the project
5) Provide a minimum of two JPEG images that capture reporting or some other evidence of the use of the tool
The Final Paper should be in APA format, although for this assignment, you may single space. Provide a cover page, a one-page Executive Summary of the analysis investigation, similar to what you might do for a real-world investigation. Provide 1 to 2 pages (single-spaced) of subsequent narrative related to your observations and experiences using the tool, including setup. Answer the following questions: Did you find evidence that was expected? What other evidence was observed or what other evidence would have been helpful? Was the evidence sufficient to provide a clear report of what happened? Provide a short conclusion. The references for your paper should be included at the end of the report.

Python Functions

1) Write a function that calculates the volume of a sphere with radius r for only values > 0, return 0 otherwise . V=4/3  π r^3

2)  Write a function that finds you weight in stones using the formula.  mstone = mkgx2.2/14

3) Write a function that takes some monetary amount from the user in dollars, and then display exact changes for this amount using the minimum number of coins. For example, $0.97 shows 3 quarters, 2 dimes, and 2 pennies. 

 

Output: 
change_it(97)

The change for 97 cents is:
3 quarters
2 dimes
2 pennies

 Write an function to calculate both Ohm’s Law and Power transferred. The function takes i and r as inputs and prints the results (see output below). Calculate only if both i and r are > 0. 

 

FORMULA
 i is current, v is voltage, r is resistance, p is power
 p = i * v   # power = current * volatage
 v = i * r   # voltage = current * resistance
def ohms_law(i, r): 
   '''
     i is current
     r is resistance
   '''
   # check if both i and r are greater than 0
   # calculate v and p
   # PRINT v and p
omhs_law(5, 5)
v = 25 p = 125

omhs_law(-5, -5)
0

Configure Servers

 

Discussion Question 1:

As an administrator for your company, you manage a large server that is running Windows Server 2016 and that has about 8 TB of disk space that you can allocate to be used by other servers. Describe how to configure the servers such that the two other servers running Windows Server 2016 can use the disk space just as if the disk space was local?

Discussion Question 2:

You are setting up a class so that you can train several junior administrators on Windows Server 2016 Hyper‐V. You don’t have dedicated Hyper‐V hosts, but you do have plenty of resources on your current Hyper‐V environment. Describe your proposed solution.

Week 6 Discussion

 Create one discussion thread and answer the following questions:

(Chapter 10/13): With the advent of ML/AI, what effect do you think this will have on the future of firewalls? What kinds of new implementation techniques do you think will emerge because of ML/AI?

Note: The first post should be made by Wednesday 11:59ET and you should post at least two more times throughout the week to your classmates. Please engage early and often.

Your initial post should be 250-300 words. There must be at least two APA formatted reference (and APA in-text citation) to support your thoughts in the post. Do not use direct quotes, rather rephrase the author’s words and continue to use in-text citations.

Assignment

Using a Microsoft Word document, please discuss the case involving the United States of America versus Ross Ulbrecht. Please include what took place at the United States Supreme Court.

2. The minimum word count shall be not less than 500 words in APA format.

iOS

The program when run in xcode should display as shown in the question and it should run properly