Read: https://projects.iq.harvard.edu/files/rshm/files/jama_balboni_2022_sc_220002_1660748706.29282_1.pdf
Students will craft a journal of their reflections and engagement after each class session
(roughly 500-700 words or an alternative media, if approved).
Author: admin
-
Title: Reflective Journal Entries on End-of-Life Care and Spirituality in Medicine
-
Security Interests: Protecting Creditors in Default Situations
Debate This: Security Interests – Project group 8
Debate This: Security Interests
Chapter 25, Page 602
Paul Barton owned a small property-management company, doing business as Brighton Homes. In October, Barton went on a spending spree. First, he bought a Bose surround-sound system for his home from KDM Electronics. The next day, he purchased a Wilderness Systems kayak from Outdoor Outfitters, and the day after that he bought a new Toyota 4-Runner financed through Bridgeport Auto. Two weeks later, Barton purchased six new iMac computers for his office, also from KDM Electronics. Barton bought all of these items under installment sales contracts. Six months later, Barton’s property-management business was failing. He could not make the payments due on any of these purchases and thus defaulted on the loans. Using the information presented in the chapter, answer the following questions.
For which of Barton’s purchases (the surround-sound system, the kayak, the 4-Runner, and the six iMacs) would the creditor need to file a financing statement to perfect its security interest?
Suppose that Barton’s contract for the office computers mentioned only the name, Brighton Homes. What would be the consequences if KDM Electronics filed a financing statement that listed only Brighton Homes as the debtor’s name?
Which of these purchases would qualify as a PMSI in consumer goods?
Suppose that after KDM Electronics repossesses the surround-sound system, it decides to keep the system rather than sell it. Can KDM do this under Article 9? Why or why not?
Debate This:
A financing statement that does not have the debtor’s exact name should still be effective because creditors should always be protected when debtors default -
Implementing UML Class Diagrams in Java: Cat and Dog Classes Title: Commented Code Assignment
Overview
Unified Modeling Language (UML) class diagrams are useful tools for mapping out different classes for an object-oriented program (OOP). Classes are the individual files that contain the code you write for your application. The UML class diagram displays each class’s attributes and methods and shows relationships between classes. Attributes are the data items a class file contains, and the methods are portions of code designed to accomplish a specific task. In this activity, you will analyze a UML class diagram and implement either the Cat or the Dog class. This activity aims to give you practice interpreting a UML class diagram and implementing a class based on that diagram. Implementing classes based on a UML diagram is a valuable skill to help you work as a part of a development team. This assignment will also help prepare you to implement the Pet class as part of your Project One submission. For this assignment, you do not need to implement or account for the relationships between Cat or Dog and the Pet class.
Directions
For this assignment, you will select either the Cat or the Dog Java class from the UML diagram. Open the Virtual Lab (Apporto) by clicking the link in the Virtual Lab Access module. Then open your Eclipse IDE and create a new class. View the Eclipse IDE Tutorial video in the Supporting Materials section if you need help creating a class in Eclipse.
Before you begin, review the following UML class diagram. Pay attention to each class’s attributes and behaviors. As a reminder, though the diagram illustrates an inheritance relationship between the classes, the class you choose to implement does not have to inherit from the Pet class for this assignment. You will learn more about implementing inheritance in later modules.
Next, you will implement either the Cat or Dog Java class. Your class must meet all the specifications from the UML class diagram. Include the following items in your Cat or Dog class:
All attributes (variables) with appropriate data types Note that the types are not specified in this UML class diagram. You must consider the most appropriate data type for each attribute.
At least one constructor method that initializes values for all attributes
The constructor method is a special method that is run anytime an object is created from a class. The constructor method shares the name of the class it is found in.
Accessors and mutators for all attributes Each attribute should have a corresponding accessor (“getter”) and mutator (“setter”) method. These methods are indicated in the class diagram.
In-line comments and appropriate white space, according to the style guidelines you have learned so far in the course
Commenting code is crucial for several reasons. Commenting code provides human-readable explanations of the code’s functionality. The comments make it easier for other developers or even the original coder to understand and maintain the code after some time. Clear and concise comments act as documentation. Comments offer insights into the logic, purpose, and usage of different sections of the code. Comments become especially valuable in collaborative projects or when handing over code to other developers. Comments can also help identify potential issues, edge cases, or important considerations that help communicate between developers. Well-documented code accelerates the development process and contributes to overall maintainability, which reduces the likelihood of errors and makes code more adaptable to changes and improvements.
What to Submit
Submit your Cat or Dog class as a Java class file. Use the Downloading Files From Eclipse Tutorial in the Supporting Materials section to help you download the file for your submission. The file that you will submit will end with the .java file extension. This file differs from the .class file. The .java file is human-readable code, and the .class file is what the Java compiler creates, which contains machine-readable code. You must also include your commented code.
Supporting Materials
The following resources support your work on this assignment:
Resource: Downloading Files from Eclipse
This tutorial will guide you through the steps to download files from Eclipse and submit them to your instructor via Brightspace.
Video: Eclipse IDE Tutorial: Configuration and First Steps With Eclipse Hello World Program
This video will help you become familiar with Eclipse IDE and create a class in Eclipse.
Resource: Commented Code
This document provides a code sample with code comments. -
“Ensuring Equal Opportunities: A Proposal to Revise the Admission Process for LaGuardia Community College’s Nursing Program” “Addressing Barriers to Diversity and Inclusivity: A Holistic Approach to Admissions in LaGuardia Community College’s Nursing Program” “Promoting Diversity and Inclusivity in Nursing Program Admissions: Strengthening Academic Excellence and Student Success”
I. Introduction
A brief summary of the current situation at LaGuardia Community College’s nursing program
Statement of the problem: tough competition and limited spaces create barriers for some students to gain admission
Thesis statement: To address this issue, the admission process for the nursing program should be revised to consider alternative criteria beyond grades and test scores.
II. What is the problem? Why would the audience object? Changing the criteria to enter the nursing program
Overview of the strict admissions standards and competition for limited spaces
Explanation of how these standards may disadvantage students who excel in other areas but struggle academically
Discuss the consequences of the current admission process, such as limiting diversity and excluding qualified candidates
III. Solution. How would it work?
Proposal to revise the admission process to consider alternative criteria such as personal experiences, letters of recommendation, personal statements, extracurricular activities and interviews.
Explanation of how this holistic approach to admissions can identify candidates who possess both academic excellence and personal qualities relevant to nursings
Discuss the benefits of implementing this revised admission process, including creating an environment where students from diverse backgrounds, experiences, and perspectives are welcomed and supported, and where all students have the opportunity to thrive academically and professionally.
IV. Counterargument
Acknowledgment of potential concerns about changing the admission process
Addressing the concern that the revised process may lower the program’s standards
Providing evidence to support the argument that a fairer admissions process will enhance the nursing program by promoting diversity, student success and academic excellence.
V. Conclusion
Restate the problem and the proposed solution
Reinforcement of the importance of ensuring equal opportunities for all students to pursue their career goals.
Call to action for administrators and faculty at LaGuardia Community College to consider and implement the proposed changes to the nursing program’s admission process.
PROFESSOR’S COMMENTS: Very good. Do make sure your introduction is very clear and concise as you’ll need to get their attention quickly! Are you proposing that the number of seats remain fixed and simply the criteria change? If so, be sure to include that in your counterargument, as that’s an aspect that students ask be changed a lot and that comes with a cost (and they’ll be expecting that). Also note in your counterargument the additional time that such a process would add to faculty workload – though you do very clearly state why it would be worth it and you may already be planning on acknowledging the additional work and complications (in the “concerns” you refer to). Finally, make sure you locate appropriate research to support your point in the counterargument about benefits of diversity. In short: start writing this letter!
I PREVIOUSLY WROTE THIS ESSAY BUT I FEEL LIKE IT’S ALL OVER THE PLACE, DOESN’T BLEND WELL NOR SOUND CORRECT. TAKE OUT UNCESSARY INFORMATION. PLEASE READ, REVISE, ADD, DELETE AND PARAPHRASE ANY NECESSARY INFORMATION. MUST BE 650 OR MORE WORDS..
Dear Faith Armstrong and esteemed program faculty,
I hope this letter finds you well. My name is Cyril Lyn Pacho, and I am a dedicated student currently enrolled in the Nursing Program at LaGuardia Community College. I am writing to address a pressing concern regarding our program’s admission process and the limited number of seats available.
The Nursing Program holds immense value for students like me who aspire to pursue a career in healthcare. However, as the current landscape of LaGuardia Community College’s nursing program unfolds, it has become increasingly apparent that our current admission standards pose significant challenges for deserving candidates, hindering their ability to secure a spot in the program.
The challenge lies in the stringent admissions process coupled with the limited seating capacity in LaGuardia Community College’s nursing program. The current system’s emphasis on strict standards and competition for limited spaces creates significant barriers for prospective students. This approach disadvantages individuals who excel in non-academic areas crucial for nursing practice but may struggle academically. Consequently, the current admission process not only limits diversity within the program but also excludes qualified candidates who possess essential qualities beyond academic achievements. This exclusionary approach has far-reaching consequences, hindering the program’s ability to reflect the diverse perspectives needed to address complex healthcare needs and perpetuating disparities in access to nursing education.
To address these challenges, a solution is needed that balances academic standards with inclusivity and diversity in the admissions process. Implementing a more holistic approach to admissions would involve considering a broader range of factors beyond just grades and test scores. This could include evaluating applicants’ personal experiences, extracurricular activities, letters of recommendation, and personal statements. Additionally, conducting interviews could provide insight into candidates’ interpersonal skills and suitability for the nursing profession. By adopting this approach, the program can identify candidates who not only excel academically but also demonstrate qualities essential for nursing practice, such as empathy, communication skills, and cultural competence. This would help diversify the student body and ensure that the program reflects the varied perspectives needed to effectively address the complex healthcare needs of diverse patient populations.
Addressing potential objections to implementing a more holistic admissions process is crucial for garnering support for the proposed solution. Concerns about maintaining academic rigor could be addressed by ensuring that the new admissions criteria still uphold high standards of academic achievement. Incorporating measures such as standardized testing or prerequisite coursework requirements could help maintain academic excellence while considering a broader range of applicant attributes. Additionally, offering support programs or remedial courses for admitted students who may need additional academic assistance could mitigate concerns about preparedness for rigorous coursework. Addressing logistical challenges could involve implementing streamlined application processes and providing adequate resources and training for admissions staff to effectively evaluate holistic criteria. By addressing these objections thoughtfully and proactively, we can demonstrate that a more holistic admissions approach is not only feasible but also beneficial for enhancing diversity, inclusivity, and ultimately, the quality of our nursing program.
My fellow previous classmate Imani is a highly qualified candidate who applied to the Nursing Program last semester. Despite her excellent academic record and relevant experience in healthcare settings, she was denied admission due to the limited number of seats available. As a result, Imani was forced to delay her plans of becoming a nurse and reconsider her career options. This scenario is not unique to Imani. Many students face similar challenges every semester, with the demand for nursing education far exceeding the available resources. As a result, deserving candidates are denied the opportunity to pursue their passion for nursing, and our program loses out on the diverse perspectives and talents they would bring.
While it’s important to acknowledge concerns about changing the admission process for the Nursing Program at LaGuardia Community College, it’s also essential to address these concerns and provide evidence supporting the benefits of a more holistic approach. One potential concern is that revising the admission process may lower the program’s standards. However, evidence suggests that a fairer admissions process can actually enhance the program by promoting diversity, student success, and academic excellence. Research shows that diverse student bodies contribute to richer learning environments, improved critical thinking skills, and better problem-solving abilities. By considering a broader range of applicant attributes beyond just grades and test scores, we can identify talented individuals who may excel in non-academic areas crucial for nursing practice. This approach not only enhances diversity within the program but also ensures that students are better equipped to meet the complex needs of diverse patient populations. Furthermore, providing support programs for admitted students who may need additional academic assistance can help maintain academic rigor while ensuring that all students have the opportunity to succeed. Ultimately, by embracing a more inclusive admissions process, we can strengthen the Nursing Program at LaGuardia Community College and better prepare future nurses to meet the challenges of a rapidly evolving healthcare landscape.
While I acknowledge potential objections to this proposal, including concerns regarding maintaining academic standards and the additional workload for faculty, I firmly believe that the benefits of embracing diversity and inclusivity outweigh these challenges. In conclusion, I urge you, in collaboration with faculty and administrators, to earnestly consider and implement these necessary changes to our admission process. By doing so, we can ensure equal opportunities for all aspiring nurses, enriching our program with diverse perspectives, and ultimately enhancing the quality of care in our communities. Together, let us uphold the values of inclusivity, diversity, and excellence that define our institution and shape the future of healthcare.
Sincerely,
Cyril Lyn Pacho -
Title: Reflection on Understanding Others and Inclusiveness in the Workplace Understanding and inclusiveness are crucial components of creating a diverse and inclusive workplace. As a society, we are becoming increasingly diverse, and it is essential for individuals to develop cultural compet
Write a one- to two-page reflection paper on one of the topics listed below.
Understanding others
Inclusiveness
Diversity in the workplace
Reflection should include at least three of the following sections:
Cultural competencies across diverse populations
Externalities and effects on others
Causes and proposed solutions
Disability discrimination
Social, economic, and political environments
Physical environment
Proposed evaluation measures
Your one- to two-page paper should be in current APA Style and include a title page and reference list for all sources used. You should use a minimum of two scholarly sources (your textbook can be one of the sources). -
Exploring the Impact of Social Media on Mental Health: A Literature Review
I attached a file with all the intstructions and formatting and what is expected in the paper. I also uploaded 4 out of the 8 articles needed for this paper, so just need a total of four more.
-
Legal Terminology and Its Impact on Phlebotomy Practice: A Comprehensive Discussion Tort, Assault, and Battery: Tort is a legal term that refers to a civil wrong or injury caused by one person to another. It can be
Define AND discuss the following legal terms (tort, assault, and battery).
Discuss how these legal terms are related to phlebotomy.
Discuss what the phlebotomist should do if accused of a tort, assault and/or battery.
Define AND discuss the patient’s Bill of Rights.
Discuss three specific examples of patient’s rights.
Define AND discuss the three types of consent.
Discuss how obtaining consent changes when a phlebotomist is working with a minor, an incapacitated patient, or screening a patient for HIV.
Correct grammar, spelling and format.
MUST accurately cite at least three RELIABLE references on a separate reference page (not one of the 2-3 page minimum) – References may NOT be from sources such as Wikipedia, PubMed, or WebMD, etc.
Does not need to be in APA format -
Exploring Different Perspectives on Cultural Diversity
These are separate assignments !!! Please Read attachments carefully. There is one inital post to be made and 6 peer to Peer for 3 subjects to be responded to. If you have any questions please send me a message. Please, NO SOURCES !!!
-
Exploring the Impact of Artificial Intelligence on the Legal Profession: Challenges and Opportunities for Future Professionals “Crafting a Comprehensive APA Style Paper: A Guide for Students”
Present a defined opportunity or challenge in your potential future field of work that you have researched extensively
Make clear your audience is a discourse community of professionals in your field who already do this work every day
Use the language, definitions, and terminology that professionals use, rather than simplifying/summarizing
Discuss important ideas you have explored in your research of sources that include journalistic, professional, and academic publications
Divide your subject into three or more sub-sections to allow you to demonstrate that you have created some depth of knowledge, rather than just a superficial acquisition of facts
and SHOULD NOT:
try to “teach” or “inform” a professional audience
try to argue or persuade, but instead present your knowledge/understanding
explore any aspects of employment — a “job” or “jobs in the field”
REQUIRED CONTENT ELEMENTS
A formal academic essay 2,000 words or more in length
An interesting title that speaks to your professional audience
An Introduction
An Overview section to present the “big picture” of the topic you explore
Three Subsections, each exploring a separate aspect of the big picture – the parts that make up the whole
A Conclusion that demonstrates the knowledge you have created for yourself and why it matters to you.
INTRODUCTION
ONE PARAGRAPH
Avoids a general introduction and begins with the specifics of your topic.
Written for your professional audience
Introduces your opportunity or challenge
Includes your own exigence/reason for speaking, AND and why you are a credible author worthy of the audience’s attention
Our class example for this idea was “As a college student studying for a future in _____, my exploration of this opportunity will help better prepare me to join those current leading the field after graduation.”) Don’t copy this.
OVERVIEW SECTION
ONE SUBSTANTIAL PARAGRAPH, or no more than two paragraphs if needed
Summarizes your understanding of the “big picture” of the opportunity/challenge you are exploring in the essay.
Outlines the current state of affairs regarding your very narrow topic
Uses definitions of key terms, statistics and/or visual elements to demonstrate your understanding
Presents the three specific subtopics you will be exploring for the rest of the essay
THREE SUBSECTIONS
Each of your THREE SUBSECTIONS should include ALL of these elements:
a Subtitle that introduces the specific content of the section
a brief introductory paragraph that explains the key ideas of this subsection, how this subsection relates to your overall exploration, AND why it is important
at least 1-2 body paragraphs that explore the key ideas you have learned from your research of this sub-topic
a topic sentence for each body paragraph, explaining the key idea to be discussed; paragraph discussion is LIMITED ONLY to that key idea for the entire paragraph
discussion of credible research from at least 2-3 different sources to demonstrate the knowledge you have created from your reading and analysis
in-text citations for all sources referred to in the subsection (AVOID extensive quoting; paraphrase the ideas of sources in your own words)
a concluding paragraph at the end of the subsection that summarizes the subsection and its relation to your overall exploration
CONCLUSION
Your Conclusion should present a summary of your key findings — how each of your subtopics has contributed to a deeper knowledge of your subject. It should also address how the work you have done has helped you achieve your Purpose (see above), providing preparation for your future career.
APA STYLE ELEMENTS
STUDENT TITLE PAGE SETUP:
Proper placement of title, name, page number in upper right corner (NO running header, which is not used for student papers.) Details here: Student Title Page GuideLinks to an external site.
STUDENT PAGE SETUP
Margins, fonts, spacing: details here: Student Paper Setup GuideLinks to an external site.
Titles, Section headings and subheadings: details here: Heading Template for Student PaperLinks to an external site.
IN-TEXT CITATIONS
This advice comes from the APA Style Guide:
Use either the narrative or the parenthetical citation format for in-text citations.
Parenthetical citation: Place the author name and publication year in parentheses.
Narrative citation: Incorporate the author name into the text as part of the sentence and then follow with the year in parentheses.
See sample paper with plenty of helpful notes here: Student Paper with AnnotationsLinks to an external site.
REFERENCES PAGE
Your References page needs two types of formatting:
Correct page setup for title, margins, indents, and double-spacing
Source list with citation information for each correctly formatted for the specific source type (a book, an article, a web page, a podcast, and so on).
Details for formatting here: Creating a Reference List – GuideLinks to an external site.
Details for citing specific types of sources here: References List – Examples of Typical Types of SourcesLinks to an external site.
RUBRIC
Rubric for Inquiry-Based Research Essay 11011.pdfDownload Rubric for Inquiry-Based Research Essay 11011.pdf -
“Maximizing Profit: A Strategic Plan for Capitalizing on Venezuelan Oil”
All MBA level assignments must be prepared professionally. Students must
apply sound thinking and conduct research. This means students should
review the Wall Street Journal for information and analysis. An
introduction, body and conclusion are required as well as a list of
references.
Things Not to Do
1. Do not discuss, mention or download anything about the political situation
in Venezuela. Your paper must be all about Finance – Money!
2. Do not give vague, dumb generalities, such as, “They should develop a plan
to buy oil.” The plan is YOUR JOB.
3. Venezuela is not a friend of the US. Getting the oil into the US will be
difficult. Find out how!
4. Do not go to Google, punch in Venezuela and download garbage.
5. Do not define oil or give a history of Venezuela.
6. Do not express any unfounded opinions. Your job is to produce a plan to
MAKE MONEY from Venezuelan oil.