Python

  Write a function that checks whether your game character has picked up all the
items needed to perform certain tasks and checks against any status debuffs. Confirm checks
with print statements.
Game Character has the following item list: [pan, paper, idea, rope, groceries] Game Character has the following status debuffs: [slow] Task 1: Climb a mountain – needs rope, coat, and first aid kit, cannot have slow
Task 2: Cook a meal – needs pan, groceries, cannot have small
Task 3: Write a book – needs pen, paper, idea, cannot have confusion
 

CYA……4

  write and submit a lab report of a minimum of 3 pages on what you learned in the lab, with screenshots and analysis of the following labs in testout. Please follow the attach instructions.  

Window Controller

  

Magic Squares – Alternative Rules for Building

• 2D arrays and initializing a ‘magic square’

• uses WindowController only to  

… step through magic squares of various size on terminal

In your textbook is a section which discusses how to build a ‘magic square’ worth of integers.

Here’s a link to a summary of both this method and the Dale ‘Variant Rules’.

You will use the ‘Variant Rules’ so… read instructions in download code and

do not get over-invested in trying to remember and recreate code from the

book! The code above is the starting code

Here is the Eventful’s Rules

One method for constructing magic squares of odd order involves placing the next number of the magic square 

diagonally down and to the right of the previous number, with the following caveats:

1. Begin by placing the number 1 in the middle of the bottom row.

2. Always assign the next number down and to the right from the current number.

3. UNLESS YOU CAN’T IN WHICH CASE:

a. One row “down” from the bottom row lands you in the top row.

b. One column “right” from the rightmost column lands you in the leftmost column.

c. If the desired cell is already occupied, then instead place the next 

number above the previous one.

But we need to do it in the Variant Rules

Switches up & down, bottom & top, above & below:

One method for constructing magic squares of odd order involves placing the next number of the magic square diagonally up and to the left of the previous number, with the following caveats:

1. Begin by placing the number 1 in the middle of the top row.

2. Always assign the next number up and to the left from the current number.

3. UNLESS YOU CAN’T IN WHICH CASE:

a. One row “up” from the top row lands you in the bottom row.

b. One column “left” from the leftmost column lands you in the rightmost column.

c. If the desired cell is already occupied, then instead place the next 

number below the previous one.

The expert’s code that needs to actually fit the other code:

package javatest;

Assignment

 

Your task for this week is to write a three-page report on an open source web browser forensics tool.

Here are some sites where you can find open source tools to consider for your paper.  Some of these sites have multiple open source tools.

Be sure to explain how the tool works and list its advantages and disadvantages.

NetAnalysis

https://netanalysis.software.informer.com/1.5/

Internet Evidence Finder

https://www.forensicfocus.com/reviews/internet-evidence-finder-ief/?gclid=CjwKCAiAm-2BBhANEiwAe7eyFCMP3NSCoPk8rHLkC4_0n2Ku9NCFMjDCWDAOLHSDqlvdxaj-Ups7KhoCNpYQAvD_BwE

Magnet Forensics

https://www.fullversionforever.com/ief-internet-evidence-finder-free-download/

https://www.magnetforensics.com/free-trial/?magnet-product=Magnet%20AXIOM&option=free-trial&utm_source=Google&utm_medium=Search&utm_campaign=2021_AXIOM&gclid=CjwKCAiAm-2BBhANEiwAe7eyFGPHKMcm8N8iiH_orR6LpCSPdfDUpmlU8UvspYQcXoxO6BpRuXjj_hoCD04QAvD_BwE

H-11 Digital Forensics

               https://h11dfs.com/the-best-open-source-digital-forensic-tools/

Questions

Discussion Question 1: Based on the current state of art of robotics applications, which industries are most likely to embrace robotics? Why?

Discussion Question 2:Watch the following video: https://www.youtube.com/watch?v=ggN8wCWSIx4 for a different view on the impact of AI on future jobs. What are your takeaways from the video? What is the more likely scenario in your view? How can you prepare for the day when humans indeed may not need to apply for many jobs?

Exercise 1: Identify applications other than those discussed in this chapter where Pepper is being used for commercial and personal purposes.

Exercise 7:Conduct research to identify the most recent developments in self-driving cars. Write a report.