Journal Article: Moral philosophy

Journal Article: Moral philosophy

Your submission must include the following information in the following format: 

DEFINITION: a brief definition of the key term followed by the APA reference for the term; this does not count in the word requirement. 

SUMMARY: Summarize the article in your own words- this should be in the 150-word range. Be sure to note the article’s author, note their credentials and why we should put any weight behind his/her opinions, research or findings regarding the key term. 

DISCUSSION: Using 300-words, write a brief discussion, in your own words of how the article relates to the selected chapter Key Term. A discussion is not rehashing what was already stated in the article, but the opportunity for you to add value by sharing your experiences, thoughts and opinions. This is the most important part of the assignment. 

REFERENCES: All references must be listed at the bottom of the submission–in APA format. Be sure to use the headers in your submission to ensure that all aspects of the assignment are completed as required. Any form of plagiarism, including cutting and pasting, will result in zero points for the entire assignment.

Discussion 6- Legal

Assigned Readings:Chapter 7. International Law.Initial Postings: Read and reflect on the assigned readings for the week. Then post what you thought was the most important concept(s), method(s), term(s), and/or any other thing that you felt was worthy of your understanding in each assigned textbook chapter.Your initial post should be based upon the assigned reading for the week, so the textbook should be a source listed in your reference section and cited within the body of the text. Other sources are not required but feel free to use them if they aid in your discussion.Also, provide a graduate-level response to each of the following questions:

  1. Define expropriation, explain how it effects a county’s investments in foreign counties, and how counties respond to it.
  2. Sprockets Unlimited, a United States corporation, is considering doing business in a foreign country that is known to have an unstable government and corrupt politicians; however, the market could be lucrative and greatly expand Sprockets Unlimited’s profits.  What consideration should Sprockets Unlimited consider before doing so?  Could the United States not allow Sprockets Unlimited to do business in this country?
[Your post must be substantive and demonstrate insight gained from the course material. Postings must be in the student’s own words – do not provide quotes!]

Text
Title: Business 

ISBN: 9780357447642 

Authors: Marianne M. Jennings 

Publication Date: 2021-01-01 

Edition: 12th Edition

Windy 8-Puzzle Problem in C++ or JAVA

 Windy 8-Puzzle Problem

We consider a variant of the 8-puzzle problem (http://tristanpenman.com/demos/n-puzzle) under

a windy condition. The initial state and the goal state are shown as follows: We assume that the wind.

Please look the instructions in the attachments.

Important: 

 In your report, please provide the screenshots of all outcomes, and the highlighted code segments

and the detailed explanation on how you implement the followings:

ˆ Data structure: priority queue for frontier set and hash table for explored set;

ˆ Calculation of f(n) = g(n) + h(n);

ˆ Adding leaves for expansion;

ˆ Picking the smallest f(n).

Each screenshot should include your usernames and the current time, which show that you did it by

yourselves.

Administration of Network Resources

Compare and contrast the 5 file system options available in Windows Server 2012 R2 or Windows Server 2016 and  when you believe it is appropriate to use each one. MUST BE 150 WORDS OR MORE 

this code from PYTHON

 using this code from PYTHON: Attached you will find a pre-writtenPython program called “Sort Timer” and an Excel spreadsheet called “Sort Compare”. Modify the “Sort Timer” program to collect the data to complete the spreadsheet. Adjust the “size” variable in the program to the sizes indicated in the spreadsheet. Replace the Selection sort method in the program with the code for the other sort methods as needed. REMEMBER, you do not need to write or retype the various sort methods. All of the sort methods except for the Radix sort are provided in the zip file of the sample programs for the book (in the “Getting Started” section of the course). The Radix sort will be developed in the weekly discussion. Round all times to the nearest second.

Create a simple device driver for the keyboard – Linux Kernel C Programming

Demonstrating a simple device driver with Hard IRQ ISR and Tasklet.

In this experiment, we will create a simple device driver for the keyboard.

Create a kernel module that will be our driver.
Call it driver.c

On inserting this driver, an ISR will be attached to the interrupt number associated with our keyboard.
The ISR, whenever executed should schedule a tasklet to be run later on.
The ISR should print ‘Your Name: Caught the IRQ. Urgent work Muhaha’ to dmesg
The tasklet function should print ‘Your Name: Doing the hackey pending work Muhaha’ to dmesg

The end result is that when this module is loaded, from then on pressing any key on your keyboard should print the two messages in dmesg.

Steps to create the handlers inside the module.

You should have two functions that are your ‘work’ – urgent and deferred

static irqreturn_t irq_handler_isr(int, void *);
void tasklet_fn(unsigned long); 

The irq_handler_isr function should print the required message and then create a tasklet_struct, init it and schedule it.

In your module’s init function you should call request_irq() and register the irq_handler_isr function as the ISR for the keyboard’s interrupt number

You can figure out the interrupt numbers that devices are using from the file /procs/interrupts

In your module’s exit function, you should call free_irq() and deregister the irq_handler_isr function.

Create a suitable Makefile, compile your module, insmod the module and enjoy!

Computer Science

an explanation of the steps that can be taken to increase diversity and inclusion in your

work, and the implications for a positive and inclusive culture of not taking these steps 

Save the program as RunningTheRace.java

  

Instructons
Save the program as RunningTheRace.java
 

Please run the program from the command prompt

You will need to go to the folder where you’ve saved this file then type: 

javac RunningTheRace.java

This will compile the file then type:

java RunningTheRace

This will run the program

 
Write a program that asks for the names of three runners and the time, in minutes, it took each of them to finish the race. The program should display the names of the runners in the order that they finished. 

Project 4

    Please review the Paper 4 and write a paper based on the requirement.