Government homework help

APA ver 7 white paper on technology (AI) in war.

Write a White Paper which includes:

  1. Introduction/Summary
  2. History/Background and Context
  3. Problem (Defined)
  4. Discussion to relate point of view from sources used
  5. Writer takes a position
  6. Solution/s
  7. Conclusion

Your individual paper will be 2-3 pages in length(not counting the Title and Reference Pages) using APA 7th Edition Format.  Ensure you review the rubric grading criteria in depth to gain an understanding on how your paper will be graded.

need the assertion thesis and outline by Sunday.

Rough draft by Wednesday 7 April and final paper by 10th

  • attachment

    2021_Interim.pdf
  • attachment

    2017NSS.pdf
  • attachment

    MLCAPA7thEditionPaperTemplate.docx

Science homework help

For this essay, you will explore the key concepts of ethnocentrism and cultural relativism and relate them to events in the real world.

Instructions:

  1. Find a NEWS article that addresses an example of ethnocentrism. (A news article is an article from a media source like a newspaper or magazine tsuch as the New York Times, FOX, The Washington Post, VICE, etc. that addresses a current event. It does not include sources like Wikipedia, eHow, dictionaries, academic journals, or other information websites.)
  2. Write a 300 word essay that answers the following questions:
    1. What is culture?
    2. What are ethnocentrism and cultural relativism?
    3. How does the artlcle you chose exemplify the ethnocentrism at work in the world today, and how would a cultural relativistic approach improve the situation?
  3. Discuss with details and tie the findings in the article to what you learned.
  4. Your essay should be:
    • A total of 300 words or more.
    • Written in complete sentences and paragraphs.
    • Proof-read for clarity.
    • Use factual information from the textbook and/or appropriate articles and websites.
    • Original work and will be checked for plagiarism.
    • Cite your sources – type references according to the APA Style Guide.
      • Essays without proper citations and/or large portions copied from other sources will receive a zero.

Computer Science homework help

Find a peer-reviewed scholarly journal article discussing big data analytics. Complete a review of the article by writing a 2-3 page overview of the article. This will be a detailed summary of the journal article, including concepts discussed and findings. Additionally, find one other source (it does not have to be a peer-reviewed journal article) that substantiates the findings in the article you are reviewing.

 

You should use Google Scholar to find these types of articles (https://scholar.google.com/ )

 

Once you find the article, you will read it and write a review of it. This is considered a research article review.

 

Your paper should meet these requirements:

 

Be approximately five to six pages in length, not including the required cover page and reference page.

Follow APA 7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.

Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook.

Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.

 

Computer Science homework help

Competency
In this project, you will demonstrate your mastery of the following competency:

Write programs by applying concepts and principles of object-oriented programming
Scenario
You work for Global Rain, a software engineering company that specializes in custom software design and development. As a junior software developer, you are part of a software development team that collaborates to create solutions for entrepreneurs, businesses, and government agencies around the world.

As part of a development team at Global Rain, you will be designing and developing custom software for a local pet boarding and grooming business, Pet Boarding and Grooming (Pet BAG). Pet BAG is seeking a way to modernize its operations by introducing custom software that will help replace inefficient paper-based processes. Your Global Rain team will collaborate to develop an app that will have the following initial functional areas: pet check in and pet check out.

As part of this team, you have been tasked with completing some preliminary work that consists of writing a Java class, writing pseudocode, and creating a flowchart. You will provide these deliverables to your supervisor.

 

Directions
Your supervisor has given you a specification document which details Pet BAG’s software needs and includes a UML Class diagram. Using these documents, you will create both a Java class and a summary report. Your summary report will include pseudocode and a flowchart for one method (pet check in or pet check out), and an explanation of how your work meets object-oriented principles.

Pet.java Class File
Before you begin, it is important to understand what your client needs the software to do, and what work has already been done by your team. Review the Pet BAG Specification Document, located in the Supporting Materials section, which includes a UML Class diagram. Pay close attention to the class hierarchy, attributes, and behaviors.
To begin, open the Virtual Lab by clicking on the link in the Virtual Lab Access module. Then open your integrated development environment (IDE) and create the Pet class based on the specifications in the UML Class diagram. The Pet class must include the following:
All attributes with appropriate data structures. Note that the types are not specified in this UML class diagram. You will need to think about what the most appropriate data type is for each attribute.
At least one constructor method. You may use a default constructor. To score “exemplary” on this criterion, your constructor must initialize values for the petType, petName, petAge, and daysStay attributes.
Accessors and mutators for all attributes
Note: You are only being asked to create one class. Though the UML diagram shows the Pet class as part of a larger application, for this project, you are not required to connect it to other classes or to try and run it as a program. Instead, you are practicing the skill of creating a class from a UML Class diagram.
Global Rain Summary Report
When you are done implementing the Pet class, refer back to the Pet BAG Specification Document and select either the pet check in or check out method. These methods are detailed in the Functionality section of the specification document.
Open the summary report template, located in the What to Submit section. In the template, write pseudocode that lays out a plan for the method you chose. Ensure that you organize each step in a logical manner and that your method meets the specifications in the document for either the check in or check out process. Your pseudocode must not exceed one page.

Note: Remember, you will not be creating the actual code for the method, and you do not have to write pseudocode for both methods.

Based on the pseudocode you wrote, create a flowchart using a tool of your choice for the method you selected. Your flowchart will help your team communicate how you are planning to develop the software for your client. Your flowchart must be confined to one page. In your flowchart, be sure to do the following:
Include start and end points.
Include appropriate decision branching.
Align the flowchart to the check in or check out process.

Note: You may draw your flowchart by hand and take a clear picture of it, or you may use a flowcharting tool. Refer to the Supporting Materials section to help you insert your flowchart into your summary report.
Based on your software design and development experience, your supervisor has asked you to articulate your programming approach. This will help ensure clarity, consistency, and efficiency among all developers working on this app. Specifically, you have been asked to briefly explain how you applied object-oriented programming principles and concepts (such as encapsulation, inheritance, and so on) in your software development work thus far. Your explanation should be one paragraph, or four to six sentences.
What to Submit
To complete this project, you must submit the following:

Pet.java Class File
As part of your tasks for the software development team, create the Pet class in your integrated development environment (IDE). To submit this deliverable, save the Pet class file as Pet.java. Use the Downloading Files From Eclipse Tutorial if you need help with this task.

Global Rain Summary Report
As a junior software developer, you will use the Global Rain Summary Report Template to complete the report. Your report must contain your pseudocode, flowchart, and explanation of the object-oriented programming principles you applied.

Supporting Materials
The following resource(s) may help support your work on the project:

Reading: Pet BAG Specification Document
Review this specification document provided by your supervisor to understand Pet BAG’s software requirements. You will use the UML Class diagram portion to implement the Pet class. You will use the requirements in the Functionality section to create your flowchart and write your pseudocode.

 

 

attachment
project1instructions.pdf
attachment
IT145GlobalRainSummaryReportTemplate.docx

English homework help

Week 4 Discussion: RevisionDiscussion Weight: 5%
Learning Objectives: 1, 3, 6
Review the Week 4 Discussion Rubric hereMAIN POSTFor this discussion, first complete the following readings:

The Norton Field Guide: Revising pp. 350-355, Chapter 33 (pp. 356-360)
Little Seagull Handbook: “Revising” and “Editing and Proofreading” in W-3
Revision – from MIT’s Department of Global Studies and Languages
Anne Lamott’s essay, “Shitty First Drafts”
In Paragraph 1, Briefly describe your revision process. Do you relate to any of the challenges noted in Anne Lamott’s “Shitty First Drafts”? Share one tip or tactic that you found useful from the technique readings. Remember to cite Lamott’s essay. (100 words minimum)In Paragraph 2 & 3, Post one paragraph from your Final Argumentative Essay in its original drafted form and then post a revision of the same paragraph. (2 separate paragraphs)In Paragraph 4, Share your strategy for revising. What changes did you make and why? (100 words minimum)Include a reference for “Shitty First Drafts” and any other sources you engage.PEER REPLIES (2)

In 100-150 words, respond to two peers’ main posts. Offer your thoughts on the effectiveness of your peer’s revised paragraph. Make a suggestion for possible further revision. Also comment on your peer’s approach to the revision process. Identify any considerations or strategies that your peer may not have identified initially.
Take a moment to check replies you receive to your own main post.
REQUIREMENTS

You should cite and reference your readings this week.
You must create your own thread first before you will be able to see others’ threads.
You are encouraged to submit your initial post (minimum 2 paragraphs, 250+ words) by Wednesday at 11:59 PM Eastern.
You must reply to at least two peers’ main threads. In addition to replying to two peers’ threads, to earn full credit, you should also respond to comments within your thread.
You must participate on three separate days to earn full credit.
attachment
IMG_5002.jpg
attachment
IMG_4996.jpg
attachment
IMG_4997.jpg
attachment
IMG_4998.jpg
attachment
IMG_4999.jpg
attachment
IMG_5001.jpg

Accounting homework help

Problems: Chapter 8-53 (Janice Morgan) South-Western’s Federal Taxation, Comprehensive Volume (2021). Prepare the Tax Return for 2020.

Changes to Problem: Change all year-ends to one year later; that is, 2019 becomes 2020.

The following information should be helpful in your preparation of the tax return.

(1) (a) Requirement: Prepare the federal income tax return on the appropriate IRS forms. (Even if you use a software program, you must turn in manual entries on IRS forms.) Copies of those forms and instructions are available at www.irs.gov

(b) Additional Requirements: Prepare a brief top sheet summarizing the factual information in the format of the tax formula.

(2) Strategy: You might want to start with page 1 of the 1040 and manually make entries (pencil recommended). You may then need to do subsidiary forms (e.g., Schedules C). You might also want to work out the figures for the tax formula roughly first before beginning the return.

(3) Check figures:

Adjusted gross income 20,263 Itemized deductions 12,650

Taxable income  6,090   None of SE tax is deferred

(4) Check forms:  (please include in your return):

(5)  Grading:

a. Per the syllabus, this manual return is 16% of the grade; i.e., 40 points, since the four exams are worth 75 points each of the 400 possible points.

b. Actual maximum, manual return, 43 points (3 points extra credit)

c. Forms: 1040 pages 1 and 2; Schedules 1, 2, 3, A, B, C, SE; Forms 8995 and 4562 ****** i need all forms filled out**********

(6)  Additional helpful information:

a. Please use the sequence numbers in the upper right-hand corner of the official IRS forms for the proper order

b. Do not calculate next year’s estimates or any late filing penalty or interest.

c. There is a QBI deduction on Form 1040, page 1, line 10.

Tax return problem is down below:

Janice Morgan, age 24, is single and has no dependents. She is a freelance writer. In January 2019, Janice opened her own office located at 2751 Waldham Road, Pleasant Hill, NM 88135. She called her business Writers Anonymous. Janice is a cash basis taxpayer. She lives at 132 Stone Avenue, Pleasant Hill, NM 88135. Her Social Security number is 123-45-6782. Janice’s parents continue to provide health insurance for her under their policy. Janice did not engage in any virtual currency transactions during the year and wants to contribute to the Presidential Election Campaign Fund.

During 2019, Janice reported the following income and expense items connected with her business.

Income from sale of articles  $85,000

Rent                                    16,500

Utilities                                  7,900

Supplies                               1,800

Insurance                              5,000

Travel (including meals of $1,200)     3,500

Janice purchased and placed in service the following fixed assets for her business. Janice wants to elect immediate expensing under § 179, if possible.

  • Furniture and fixtures (new) costing $21,000 on January 10
  • Computer equipment (new) costing $12,400 on July 28

Janice’s itemized deductions include:

State income tax $2,950

Home mortgage interest paid to First National Bank 6,000

Property taxes on home2,500

Charitable contribution to her alma mater, State College 1,200

Janice did not keep a record of the sales tax she paid. The amount allowed by the sales tax table is $437.

Janice reports interest income of $4,000 on certificates of deposit at Second National Bank. Janice makes estimated tax payments of $3,000 for 2019.

Compute Janice Morgan’s 2019 Federal income tax payable (or refund due). If you use tax forms for your computations, you will need Forms 1040, 4562, 8995, and Schedules 1, 2, 3, A, B, C, and SE. Suggested software: ProConnect Tax Online.

  • attachment

    426ADATRP2.Spr21.JANICE_MORGAN.doc
  • attachment

    ScreenShot2021-04-01at2.30.16PM.png

Nursing homework help

Review the following power point and follow these guidelines:

Objective: To critically replicate you’re thoughtful of the readings and your competence to rub on them to your Health care ethics.

ASSIGNMENT GUIDELINES (10%):

Students will judgmentally appraise the readings from Chapter 9 on your textbook. This assignment is intended to help you assessment, examination, and spread over the readings to your healthcare ethics as well as become the foundation for all of your remaining assignments.

You need to read the article (in the additional weekly reading resources localize in the Syllabus and also in the Lectures link) assigned for week 1 and develop a 2-3-page paper reflecting your appreciative and ability to apply the readings to your ethics. Each paper must be typewritten with 12-point font and double-spaced with standard margins. Follow APA format 7thEdition, when referring to the selected articles and include a reference page.

EACH PAPER SHOULD INCLUDE THE FOLLOWING:

1. Introduction (25%) Provide a short-lived summary of the undertone (not a description) of each Chapter and articles you read, in your own words.

2. Your Critique (50%)

*What is your response to the content of Chapter 9?

*What did you absorb about Ethics and Safe patient handling?Mention and explain two examples where you can apply them.

* What are the ethics arguments for advocacy on SPHM programs and behaviors?

*For the Professional role you have right now: what are the implications of this chapter for you?

3. Conclusion (15%)

Fleetingly recapitulate your thoughts & postulation to your analysis of the articles and Chapter you read.  How did these articles and Chapters impact your thoughts about the principles of ethics?

  • attachment

    CH09week5.pptx

Management homework help

 Submit the final version of your paper for Final Project One, which includes all critical elements (introduction, profile, and conclusion) within a single document. It should be a complete, polished artifact containing all of the critical elements of the final product. It should reflect the incorporation of feedback gained throughout the course.

I have attached my paper on Southwest Airlines. This paper needs the POLC framework ( planning, organizing, leading, and controlling facets of management) added.  Along with making sure the “critical elements” guidelines are followed on pages 2 & 3 which is attached.

Submit assignment as a Word document with double spacing, 12-point Times New Roman font, and one-inch margins with APA format in-text citations and references.

  • attachment

    FinalProjectPart1POM.docx
  • attachment

    OL215FinalProjectOneMilestoneOneGuidelinesandRubric.pdf

>Computer Science homework help

Big Data Project Proposal

· Titanic Data Set

– On the internet there is a data set available, providing the data on all the passengers who were aboard the RMS Titanic when it sank on 15 April 1912 after colliding with an iceberg in the North Atlantic ocean. Resulting in the death of 1502 out of 2224 passengers and crew.

– With 891 rows and 12 columns, this data set provides a combination of variables based on personal characteristics such as age, class of ticket and sex.

– While there was some luck involved in surviving, it seems some groups of people were more likely to survive than others.

– The purpose of the project would be to create a model that predicts which passengers survived the Titanic shipwreck.

– Variables Involved:

§ Survival (0 = No, 1 = Yes)

§ Ticket class (1 = 1st, 2 = 2nd, 3 = 3rd)

§ Sex

§ Age in years

§ # of siblings / spouses aboard the Titanic

§ # of parents / children aboard the Titanic

§ Ticket number

§ Passenger fare

§ Cabin number

§ Port of Embarkation

The data available has been split into two groups:

  • training      set (train.csv)
  • test      set (test.csv)

The training set would be used to create the model. The training set contains the outcome (also known as the “ground truth”) for each passenger. The model would be based on “features” like passengers’ gender and class.

The test set should be used to see how well the model performs on unseen data. The test set does not provide the ground truth for each passenger.

The outcome needs to be predicted. For each passenger in the test set, the model should be used to predict whether or not they survived the sinking of the Titanic.

SEE MORE:

DATA AND PROJECT IDEA WAS OBTAINED FROM THIS SITE:

THIS IS AN OPEN ENDED PROJECT

https://www.kaggle.com/c/titanic/overview

The project should not be either too complex nor too simple

The model doesn’t have to be perfect

These are the topics that this class encompasses:

  • attachment

    BigDataProjectProposal21.docx