assignment in upload , Modify the previous program below, Upload one document to the submission area that includes the following:
QuestionDialog.java
Question.java
TrueFalseQuestion.java
MultipleChoiceQuestion.java
A screenshot showing a dialog box asking a true/false question
A screenshot showing a dialog box asking a multiple-choice question
Import javax.swing.JOptionPane;
public class MultipleChoiceQuestion extends Question{
MultipleChoiceQuestion (String query,String a, String b, String c,String d, String e, String answer){
question = query+”n”;
question += “A. “+a+”n”;
question += “B. “+b+”n”;
question += “C. “+c+”n”;
question += “D. “+d+”n”;
question += “E. “+e+”n”;
correctAnswer= answer.toUpperCase();
}
@Override
String ask() {
while (true) {
String answer = JOptionPane.showInputDialog(question);
answer = answer.toUpperCase();
boolean valid = (answer.equals(“A”) || answer.equals(“B”) ||answer.equals(“C”) || answer.equals(“D”) || answer.equals(“E”));
if (valid)
return answer;
else {
JOptionPane.showMessageDialog(null,”Invalid answer. Please enter A, B, C, D, or E.”);
}
}
}
}
import javax.swing.JOptionPane;
public abstract class Question {
static int nQuestions = 0;
static int nCorrect = 0;
String question;
String correctAnswer;
abstract String ask();
void check() {
nQuestions++;
String answer = ask();
if(answer.equals(correctAnswer)) {
JOptionPane.showMessageDialog(null,”Correct”);
nCorrect++;
}
else {
JOptionPane.showMessageDialog(null,”Incorrect. The correct answer is “+correctAnswer+”.”);}
}
static void showResults() {
JOptionPane.showMessageDialog(null,nCorrect+” correct out of”+nQuestions+”questions”);
}
}
public class Quiz {
public static void main(String[] args) {
Question question = new TrueFalseQuestion(“: Coding is fun!”,”y”);
question.check();
question = new TrueFalseQuestion(“: Programming is more fun than coding!”,”y”);
question.check();
question = new TrueFalseQuestion(“: Africa is a developing continent.”,”t”);
question.check();
question = new TrueFalseQuestion(“: Russia is invading Ukraine.”,”t”);
question.check();
question = new TrueFalseQuestion(“: Russia will suffer after the UN sactions.”,”t”);
question.check();
question = new MultipleChoiceQuestion(“How many countries are Africa?”,
“34.”,
“20.”,
“45.”,
“54.”,
“33.”,
“d”);
question.check();
MultipleChoiceQuestion question1 = new MultipleChoiceQuestion(“How many countries are there in the whole world?”,
“300.”,
“250”,
“195”,
“150”,
“100”,
“c”);
question1.check();
MultipleChoiceQuestion question2 = new MultipleChoiceQuestion(“How many days does it take for the Earth to orbit the Sun?”,
“365.”,
“185.”,
“225.”,
“196.”,
“128.”,
“a”);
question2.check();
MultipleChoiceQuestion question3 = new MultipleChoiceQuestion(“How many days in Feb in a leap year?”,
“28.”,
“29.”,
“30.”,
“31.”,
“27.”,
“b”);
question3.check();
MultipleChoiceQuestion question4 = new MultipleChoiceQuestion(“How many states does US have?”,
“54.”,
“56.”,
“53.”,
“50.”,
“51.”,
“d”);
question4.check();
}
}
import javax.swing.JOptionPane;
public class TrueFalseQuestion extends Question{
TrueFalseQuestion(String question, String answer){
this.question = “TRUE or FALSE” +question;
answer =answer.toUpperCase();
if(answer.equals(“T”)||answer.equals(“True”)||answer.equals(“Y”)||answer.equals(“YES”))
correctAnswer = “TRUE”;
if(answer.equals(“F”)||answer.equals(“FALSE”)||answer.equals(“N”)||answer.equals(“NO”))
correctAnswer = “FALSE”;
}
@Override
String ask() {
while(true) {
String answer =JOptionPane.showInputDialog(question);
answer =answer.toUpperCase();
if (answer.equals(“T”)|| answer.equals(“Y”) || answer.equals(“YES”))
answer = “TRUE”;
if (answer.equals(“F”)|| answer.equals(“N”) || answer.equals(“NO”))
answer = “FALSE”;
boolean valid = (answer.equals(“FALSE”)|| answer.equals(“TRUE”));
if(valid)
return answer;
else {
JOptionPane.showMessageDialog(null,”Invalid answer. Please enter TRUE or FALSE.”);
}
}
}
}
these questions below are pertaining to my placement, I just finished interning for 12 weeks with the 18 and up adults and not switching to the newborn-17 year old. you can write about either or but please not both .
For your journal entry this week, you will consider challenges in assessment that you can expect to encounter in your field placement and in your professional practice.
As part of your journal submission, be sure to address the following:
Explain how you have addressed assessment or how you might address assessment during your field education experience.
Explain any potential challenges for assessment during your field education experience.
Determine how/if the DSM-5 is used in your field practicum, and how the DSM-5 is likely to be used as part of your professional practice.
Reflect on how your personal experiences and affective reactions may affect your assessment of a client in your field placement.
For your journal entry this week, you will consider challenges to effective clie essay help site:eduFor your journal entry this week, you will consider challenges to effective client engagement in your practice as a professional social worker.
As part of your journal submission, be sure to address the following:
Explain how engagement occurs in your field education experience.
Explain the potential challenges for engagement in your field education experience.
Explain how your personal action plans (i.e., use of empathy, reflection, or various interpersonal skills) might be used to address engagement in your field education experience.
Your journal entry should demonstrate thoughtful consideration of the ideas and concepts presented in the course and provide new thoughts and insights relating directly to this topic. Your response should reflect scholarly writing and current APA standards. Be sure to adhere to Northcentral University’s Academic Integrity Policy
MY internship is at UF Health Shands Hospital
as a MSW Social Worker
I previous was working with 18 and up for 12 weeks, i just switched to the
pedatrics newborn-17 years of age.
attached are old papers completed during my first 12 weeks of my internship at
Shands, you can address the adults within social work or children.
3 pages
Please read my document accurately . The self reflection to foods includ custom essay help3 pages
Please read my document accurately . The self reflection to foods including cultural influences. I am Hawaiian.
add in my essay: Intake food list, Analysis, DRI Graph, Calorie sources, Fat sources, Create a clearly identifiabe introduction, body and conclusion, approp. paragraph structure, demonstrates ciritcal thinking, application and analysis of data, cover sheet included, type with 1 margins, double spacing and 12 point Times New Roman font.
Your research paper should answer this question:
What is the significance of ___ cheap essay helpYour research paper should answer this question:
What is the significance of ______[your topic]______?
You may think about this in political, social, economic, cultural, or even technological terms. Essentially, you want to describe to your reader the reasons why the topic you are discussing is important. Your paper should answer that question using specific examples and scholarly support. Do not stray into areas away from answering this question—stay focused.
For this assignment, you should reference at least one primary source and at least two secondary sources. Your sources should suitable for academic research. Websites such as Wikipedia, About.com, History.com, and similar sites are NOT suitable for college-level research.
First paragraph: Briefly introduce the topic to the reader and end with your thesis statement.
Next section: Mention the first aspect in your thesis and then expand with examples from your research.
Next section: Mention the second aspect in your thesis and then expand with examples from your research.
Next section: Mention the third aspect in your thesis and then expand with examples from your research.
Last paragraph: Restate your thesis and briefly summarize your main points.
Paper Requirements:
Your final paper should present a well-reasoned position that ultimately demonstrates your understanding for the significance of the topic and your ability to research at the college level. Your paper should contain a title page with the title of your paper and your name, date, and class section. Your paper should be written on a Word document with the following format: Times New Roman 12-point font, double-spaced, one-inch margins on all sides, with new paragraphs indented, not on an extra line. This paper should be around 1200–1500 words and properly cited throughout with BOTH in-text citations and a reference page at the end done in APA format
Discussion Posting 6
Need 275 not including sources, and please use Grammarly an online essay helpDiscussion Posting 6
Need 275 not including sources, and please use Grammarly and make sure it is not all run-on sentences.
Hacking
Use the Web
to research an article LESS THAN 1 year old that contains an article
about “white hat hacking” or a company hiring an ex-hacker. Some good
Web sites to go to are http://www.wired.com , http://www.msnbc.com , http://www.csoonline.com/ , http://www.computerworld.com .
Summarize the Web article in one paragraph
Is it ever ethical to engage in white-hat hacking?
Would you feel comfortable hiring an ex-hacker?
Include a link for the URL of your article and the date the article was written.
Discussion Posting 4
Need 275 not including sources, and please use Grammarly a best college essay helpDiscussion Posting 4
Need 275 not including sources, and please use Grammarly and make sure it is not all run-on sentences.
Spamming
Use the Web to research an article LESS THAN 12 months old that deals
with issues related to spam. Some good Web sites to go to are http://www.wired.com , http://www.msnbc.com , http://www.csoonline.com/article/2133983/social-networking-security/social-media-spam-on-the-rise–says-study.html, http://www.computerworld.com.
Your research can cover text spam, social media, or image spam.
1. Summarize the article in one paragraph.
2. Write another paragraph on your views
of spam related to the article and what are some things you would do if
you were managing the email system for your firm. For example, do you
think the recent laws are having much effect?
3. Include a link for the URL of your article and the date the article was written
Discussion Posting 3
Need 275 not including sources, and please use Grammarly a custom essay helpDiscussion Posting 3
Need 275 not including sources, and please use Grammarly and make sure it is not all run-on sentences.
Security Breaches
Use the Web to
research an article LESS THAN 1 year old that deals with a security
breach in a corporation, school or government Some good Web sites to go
to are http://www.wired.com , http://www.msnbc.com , http://www.csoonline.com/ , http://www.computerworld.com
Summarize the article in one paragraph and be sure to mention the title of the article.
What do you
think the firm should have done in the area of better planning their
risk control and setting corporate security policies?
Include a link for the URL of your article and the date the article was written.
Discussion Posting 2
Need 275 not including sources, and please use Grammarly a cheap essay helpDiscussion Posting 2
Need 275 not including sources, and please use Grammarly and make sure it is not all run-on sentences.
Privacy Laws
Research one
federal or state law relating to computer privacy. For example, COPPA,
HIPPA, California Privacy laws, etc. Some good places to get started are
: http://www.cio.com , http://www.privacy.ca.gov/lawenforcement/laws.htm, http://www.cio.com/archive/011505/california.html , www.privacyrights.org/privacy-survival-guide-take-control-your-personal-information , http://www.ftc.gov/bcp/conline/pubs/buspubs/coppa.htm.
Give a brief summary of the article.
Do you feel the law goes far enough or not in protecting privacy rights?
Why or why not?
The objectives of this assignment are to:
oConsider a contemporary Canadian soci best college essay helpThe objectives of this assignment are to:
oConsider a contemporary Canadian social policy issue and the role of community groups
in shaping the social policy agenda.
oUnderstand the processes, partnerships, challenges, and opportunities in making and
changing social policy.
oDemonstrate skill in social policy analysis, particularly as it relates to equity seeking and
underrepresented groups and the ongoing need for social policy reform.
Policy Brief
A policy brief is a short, written document that addresses a single policy issue. It must have a
hook and structure that engages the readers curiosity. It presents concise information
pertinent to a focused issue. (This may include information about the current law, current
debates about the issue, the implications of the issue and related data). It also must include a
few viable evidence-based policy alternatives, a persuasive conclusion and your
recommendations. References must be included. Your brief will include the following:
Title (on Cover page)
Addressed to intended recipient(s)
While you won’t actually be sending the policy brief, you must address it as if it was going to an
actual specific decision maker (or multiple decision -makers)
INTRODUCTION Summary/abstract
Generally written last. Outlines who you represent (make something viable up), establishes
your credibility on the issue.
Statement of the Issue/Problem/ your policy “ask”
Brief (2-3 sentence) statement describing the issue. What is the problem that this policy brief
addresses?
Backgrounder (short!)
A concise explanation of the problem and its significance.
Information Pertinent to the Issue
This may pertain to current laws needing to be changed, current debate about the issue, and/or
data about the issue
Responses and Policy options
What has been done (or proposed) about the issue so far? Have other organizations addressed
it? Are there pending legislative or regulatory proposals
Conclusion. Use your evidence to strengthen your persuasion. Repeat your main policy “ask”
List of Recommendations
Include viable, targeted, specific, evidence-based recommendations.
List recommendations about what different actors should do—e.g., depending on who the brief
is addressed to: (e.g. A specific Provincial or Federal Ministry, etc. (Of course, this will depend
on the specific issue).
References
Use endnotes throughout the brief rather than in-text citations.
Condensed Rubric
Criteria %
Address/salutations 2.5
Introduction (abstract/summary) & conclusion 2.5
Writing, Structure, APA and quality of references (evidence) 5
Backgrounder: Clarity of statement of the issue/problem, its significance
and explanation of the background context
Information Pertinent to the Issue
Thoughtful, logical, well-articulated analysis of the current Information
pertinent to the Issue including legislation, debates, and data
10
Policy options & Recommendations
Critical Analysis of policy alternatives; viable recommendations are clearly
stated and targeted to the appropriate jurisdiction or Ministry or service
body.
10
Total /30
When thinking about what has been done so far for this last assignment, try to really focus on a specific, very targeted policy issue. Limit the number of recommendations. Make sure they all point to your main “ask”. Make sure your topic is so specific that your brief can be really practical and concrete. You want to point decision makers in a direction that helps them identify concrete steps to take to implement a plan. (e.g. instead of a recommendation for ‘housing for all’ (super general) think about how you would break that down into SMART goals-specific, measurable realistic etc..etc..in other words..this is an opportunity for you to highlight a doable action to address a demonstrated social or socio-economic need.
Proposed policy brief topics must be noted in the google doc for approval by March 7th (The
You will listen to a short podcast from the BBC Witness archive for these assign college admissions essay helpYou will listen to a short podcast from the BBC Witness archive for these assignments. The BBC Witness program has over 500 oral histories presented in context. Students may choose any topic as long as it falls between 1877 and the Present and has some connection to American history. You can interpret that connection; just explain your thinking in your response. You will summarize and respond to each podcast with a summary and response. Your essay should be at least 750 words, but you can write more if you need to.
The title of the podcast, the name of the featured speaker, and a link to the podcast.
A description of the speaker and their unique perspective on the historical event.
A summary of the event. You should put the event you are writing about into historical context. What happened? Who was involved? When did it happen? Why is it significant? Can you put it into context with topics we’ve covered in a class? If your topic does not directly link to American history, you need to explain the relationship?
Half of your response (around 350 words) should be a personal reflection on this topic. What are your impressions of the broadcast? What struck you as interesting or unique about the event or the person? Do you personally connect to the speaker, the event, or the topic? Did you select this topic for a personal reason?
Some Tips on Selecting a Podcast:
There are over 500 broadcasts to choose from, which can seem a bit overwhelming. Here is a link to the archive where episodes are listed in the order they first aired, and these are grouped by topic. You can try to use a search engine by entering “BBC Witness” along with a topic of interest. I’ve had mixed results using this method. If you do this, make sure you are responding to a program under the BBC Witness heading and not another BBC program.
I suggest that you navigate around the page for a while, click through a few pages, and try to find topics that interest you or maybe even pertain to your chosen major or career path. That will make these assignments a lot more personally rewarding to you.
While I’m not grading you for originality, or lack thereof, finding a unique topic that no one else has written on will make your paper more interesting.
Tips for Writing These Assignments:
While this is a more casual assignment than a proper essay, you are still writing for an academic audience. Your tone, language, and grammar should reflect your position as a student at Valencia College.
You can organize your summary any way you’d like, but it must be coherent and easy to follow. I suggest having a short introduction, at least.
You should not need citations for this assignment. Your citation is the link you provide to the podcast you are summarizing. You must provide a link.
While these are summaries, don’t be afraid to engage with the topic intellectually.
Stay focused on the topic at hand. If you have a sentence that does not directly engage the oral history you are summarizing, ask yourself why that sentence is there.
While these assignments are due in batches, I suggest doing them gradually over the semester. Waiting until the night they are due and writing them all at once will produce sub-par work.
How I Will Grade These Assignments:
Was your summary clear, concise, and easy to understand?
Did you accurately represent your selected topics?
Did you do so with minimal grammatical errors while also fulfilling all of the assignment requirements?
Did you go above and beyond to engage with the source critically?
Did you provide your personal reflection? Why did you choose this topic?
Assignment:
Select one podcast from the BBC History Witness series about a topic that occurs between 1877 and the Present and has at least some relationship with U.S. History.
Write a 750-word summary. Your summary should also include a personal reflection answering what you learned from the individual’s perspective in the podcast, your relationship to the topic, and any thoughts or feelings you had after listening to the podcast.
Week 7 Information Security Maintenance
Please refer to our APA Manual or visit college essay help near meWeek 7 Information Security Maintenance
Please refer to our APA Manual or visit the
Purdue Owl website at:
https://owl.english.purdue.edu/owl/resource/560/01/ for assistance with
APA formatting and style guidelines.
The
essay option requires a minimum of 850 words not including sources. Please use Grammarly to make sure it is not all run-on sentences and flows.
Include APA standards for style, citations,
references, and format. Be sure to include a title page with your name
and the name of the essay. Please refer to our APA Manual or visit the
Purdue Owl website at: https://owl.english.purdue.edu/owl/resource/560/01/ for assistance with APA formatting and style guidelines.
You must use at least
four (4) sources from professional websites or scholarly journals. Some
examples include www.sans.org, www.wired.com, www.cert.org, and www.nsa.gov.
You may not use Wikipedia, ask.com, or other related dictionary sites.
All sources must be cited within the text or mentioned within the video
presentation according to APA guidelines and must appear at the end of
your essay on a separate Reference List page or on the last page of your
Power Point presentation.
Option 3 & 4: Security in Banking Industry OR EPI
Write a 2-3 page (double-spaced, 600-800 words, not including references or cover page) research review.
Analyze
the current state of technology with online banking. Discuss some of
the technologies being used such as strong authentication, visual
passwords, etc.
Give some real-world examples of which firms are using which technologies, and if they are successful or not.
What
are some of the security problems banks are encountering with online
banking and give some recent examples (less than 1 year old).
Do you personally use online banking and what do you think of the security measures that you encounter?
NOTE:
If you work in an industry that you would like to substitute instead of
banking – that is acceptable, but make sure to get the instructors
permission at least 4 days before it is due.
Use the file called Essential of a Research Paper to create your overall outline essay help site:eduUse the file called Essential of a Research Paper to create your overall outline for your paper. The Thesis goes in the Introduction Section of your paper. To complete this assignment successfully, you will need to submit a file containing the following items:
1) Title Page – you don’t have to have an official title, but you should have the Title page.
2) The main outline with all 5 sections – Intro, Background, Main Body, Rebuttal, and Conclusion – must be in this submitted file.
3) Your interesting story and your thesis must be clearly marked. The story is what you will start your paper with and the introduction will be built upon this story. It is best if the interesting story is not about you or your life experiences directly. I know that sounds weird, but trust me. Use interesting story, about someone else. I encourage you to look up your topic in major news outlets, and try to find a story that will capture your reader’s attention. In this submission, your thesis should be listed after your interesting story, but before the “Background” section of your paper.
4) A complete References Page in APA format with all 5 scholarly references present
FYI he didnt approve of the wikipedia scholarly and the very last one either.
Week 3 Risk Management & Incident Response
Please refer to our APA Manual or vi essay helpWeek 3 Risk Management & Incident Response
Please refer to our APA Manual or visit the
Purdue Owl website at:
https://owl.english.purdue.edu/owl/resource/560/01/ for assistance with
APA formatting and style guidelines.
The
essay option requires a minimum of 850 words not including sources. Please use Grammarly to make sure it is not all run-on sentences and flows.
Include APA standards for style, citations,
references, and format. Be sure to include a title page with your name
and the name of the essay. Please refer to our APA Manual or visit the
Purdue Owl website at: https://owl.english.purdue.edu/owl/resource/560/01/ for assistance with APA formatting and style guidelines.
You must use at least
four (4) sources from professional websites or scholarly journals. Some
examples include www.sans.org, www.wired.com, www.cert.org, and www.nsa.gov.
You may not use Wikipedia, ask.com, or other related dictionary sites.
All sources must be cited within the text or mentioned within the video
presentation according to APA guidelines and must appear at the end of
your essay on a separate Reference List page.
Option 1: Privacy Issues
What
are some states and/or the Federal government doing to ensure privacy
of your computerized records? (California is the state with the toughest
laws).
What
are some issues dealing with privacy and who has control of your data
(hint: think of issues with data sharing, like grocery stores selling
your information to credit card or insurance companies).
Pick another country (or area of the world like EU) and analyze how it handles computer privacy factors differently than the US.
The History of Mary Prince, a West Indian Slave was the first women’s slave narr college essay help onlineThe History of Mary Prince, a West Indian Slave was the first women’s slave narrative, published in
England in 1831. Successful and controversial, the small pamphlet directly contributed to the
passage of the Slavery Abolition Act of 1833 two years later. Mary Prince’s story is not only raw and
vivid in its description of the cruelties she and others endured, but she also advances compelling
arguments about the devastating and dehumanizing effects of slavery, both on the enslaved and
slavers. Meanwhile, a teenaged Harriet Jacobs was trying to escape from the very horrors Prince
described. Thirty years later she published Incidents in the Life of a Slave Girl, the most iconic
women’s slave narrative. Narrative of the Life of Frederick Douglass is the most widely read slave
narrative and an American literary classic. The narrative’s publication in 1845 launched the career
of one of the 19th century’s most famous men. For Paper 2, you’ll be writing about the slave
narrative, its particular arguments and appeals, and its indispensible role in American abolition.
Write a 3-5 page essay in which you:
Week 5 Security Technology: Access Controls, Firewalls, VPNs, and Intrusion Dete custom essay helpWeek 5 Security Technology: Access Controls, Firewalls, VPNs, and Intrusion Detection
Please refer to our APA Manual or visit the
Purdue Owl website at:
https://owl.english.purdue.edu/owl/resource/560/01/ for assistance with
APA formatting and style guidelines.
The
essay option requires a minimum of 850 words not including sources. Please use Grammarly to make sure it is not all run-on sentences and flows.
Include APA standards for style, citations,
references, and format. Be sure to include a title page with your name
and the name of the essay. Please refer to our APA Manual or visit the
Purdue Owl website at: https://owl.english.purdue.edu/owl/resource/560/01/ for assistance with APA formatting and style guidelines.
You must use at least
four (4) sources from professional websites or scholarly journals. Some
examples include www.sans.org, www.wired.com, www.cert.org, and www.nsa.gov.
You may not use Wikipedia, ask.com, or other related dictionary sites.
All sources must be cited within the text or mentioned within the video
presentation according to APA guidelines and must appear at the end of
your essay on a separate Reference List page or on the last page of your
Power Point presentation.
Option 2: Insider Threats
Analyze
the current state of insider threats to computer systems and
infrastructure in terms of numbers, costs and potential problems.
What are the various profiles of insiders who may compromise your systems?
What
methods can companies take to thwart insider threats? (Think of methods
such as personnel checks, monitoring access, risk management services,
suspicious activity, etc).
Please answer the following question in essay form:
From the founding of the rep cheap essay helpPlease answer the following question in essay form:
From the founding of the republic, conflict between the North and the South shaped America. Discuss the origins of sectional conflict and its evolution into sectional crisis. In answering this question, you should 1) discuss the major events affecting North-South relations from the eighteenth century to the outbreak of the Civil War; 2) examine how the economic evolution of the nation strained north-south relations; and 3) determine the Supreme Court’s role in the conflict.
Your essay should have a main thesis (or central argument) that is clearly stated in the introductory paragraph. It should include concrete examples (brief discussions of people, events, organizations, etc.) from the class notes, books, movies and/or primary source documents that support the essay’s major points. Finally, it should address potential counterarguments and conclude with a summation of your main thesis.
I have to do a health care op-ed rhetorical analysis for this article:
https:// college essay helpI have to do a health care op-ed rhetorical analysis for this article:
https://www.theatlantic.com/ideas/archive/2021/08/health-care-workers-compassion-fatigue-vaccine-refusers/619716/
I already have a rought draft and some of the ideas I would like included
Total of 2 questions. The questions with the computer before it have to be answ cheap essay helpTotal of 2 questions. The questions with the computer before it have to be answered using jupyter notebook/ python and the ones without the symbol can be solved normally. When sending the work please make sure to include the code used as that will be checked too.
Basseterre, St. Kitts, April 29, 2021 (SKNIS): St. Kitts and Nevis Youth Ambassa college admission essay helpBasseterre, St. Kitts, April 29, 2021 (SKNIS): St. Kitts and Nevis Youth Ambassador Corps
officially launched a new project on Wednesday (April 28, 2021) designed to increase the
contributions of young people to the sustainable development of the twin-island Federation.
The initiative, dubbed the Youth Capacity Building Small Grants Project on Youth in Sustainable
Development, will build the capacity and practical skills of young people to design, implement,
and monitor interventions relevant to the social, economic, and sustainable development of youth
and their communities. The project is geared towards members of youth groups specifically. It is
spearheaded by the national youth ambassador corps in collaboration with the GEF Small Grants
Programme (SGP), and the Departments of Youth in St. Kitts, and Nevis.
The Small Grants Project is funding the initiative to the tune of US$49,970.00. SGP Coordinator,
Illis Watts, noted that her organization has a long and productive partnership with the Department
of Youth Empowerment in St. Kitts that has resulted in several environmental-centric projects such
as seabed and beach clean-ups, an art exhibition, and coral reef tours and education sessions.
Ms. Watts added that she is constantly seeking new opportunities to promote sustainable actions
and this project fits the strategic objective of the organizations.
“The committee is very pleased with what this project is going to deliver and particularly that this
project is going to be a national project,” she stated, adding that it will help to “set a standard for
similar national projects in the Federation.
Minister of Youth, the Honourable Jonel Powell, said the creativity and resilience of young people
are evident in this project.
“This initiative is indeed a testament to the ability of our young people to rise to the occasion, to
identify a critical community need, to develop creative interventions, and to build and mobilize a
network of partners for an effective response to that need,” he stated. “… It also unveils the
inherent ability to lead in realizing the necessary community improvements and growth, ultimately
shaping a stronger, more sustainable St. Kitts and Nevis.”
CARICOM Youth Ambassador, Dwane Hendrickson, encouraged members of youth groups to
register for the interactive youth building project, noting that it will be a tremendous benefit to
their organization.
Groups can register at the respective Departments of Youth in the Federation. The project begins
on May 01. 2021 and concludes at the end of August 2022.
Source:
Times Caribbean. (2021, April 30). Capacity Building Project aims to increase youth
involvement in sustainable development. Times Caribbean Online. Retrieved December 22,
2021, from http://www.timescaribbeanonline.com/capacity-building-project-aims-toincrease-youth-involvement-in-sustainable-development/
Questions- Answer all
1. As the project management team responsible for the successful implementation of the
youth development project in St. Kitts, create five (5) subsidiary project plans to show
how your project team will effectively manage the project.
Your team focus should be
on developing the
(a) Stakeholders Management/Engagement plan
NOTE: This exercise mimics a real-world situation and allows you to develop some useful
project plans and documents for the project. The exercise requires the application of project
management knowledge. There are no right or wrong answers to the questions but there are
poor, good, and excellent answers. The best and excellent answers are based on ‘best practices
in the field of project management which aligns or integrates with the information provided in
the case and project management processes.
Good project managers always plan before doing! The effective use of planning processes and
documents helps reduce the occurrences of ‘firefighting’ during project execution and provides a
baseline to continuously monitor and control project performance.
The topic is “Sodium restricted Die”
Teaching Project Guidelines
·
Purpo essay helpThe topic is “Sodium restricted Die”
Teaching Project Guidelines
·
Purpose: The purpose of
the patient/family teaching project is to develop and implement a teaching plan
for a geriatric patient utilizing teaching learning principles.
·
Objectives: By the
conclusion of the presentation, the students will be able to:
o
State the various
indications for a specified diet
o
Explain the scientific
rationale for a prescribed diet
o
Describe food/fluid
restrictions appropriate for diet or food/fluids encouraged to meet nutritional
needs?
o
Describe how to present
a short nutritional teaching plan to a patient& family with cultural
differences.
o
Apply current research
related to the nutrition topic.
·
Requirements:
o
Utilize teaching
experience rubric for essential criteria.
o
The paper should be between
3-5 pages (not including title page and references).
o
The paper must be typed
and conform to APA format.
o
A minimum of two
references are required.
.
Many poets of the Harlem Renaissance made extensive use of the sonnet form; modu writing essay helpMany poets of the Harlem Renaissance made extensive use of the sonnet form; module 2 contains examples such as Countee Cullen’s “From the Dark Tower,” Helene Johnson’s “Sonnet to a Negro in Harlem,” and Claude McKay’s “If We Must Die.” Write an essay in which you compare some of the sonnets written during the Harlem Renaissance. How do different approaches to the sonnet form signal different thematic concerns?
The overarching goal for this assignment is to make connections, or causes/effec a level english language essay helpThe overarching goal for this assignment is to make connections, or causes/effects. The most accurate term is factors, because “causes” can’t be proved, but factors contribute to outcomes. Events happen, and society (people!) make choices. For the assignment, please respond to the following:
1. As part of reforming the Electoral College method of electing US President (Sen. Collins’ article is focused on a very technical part of this), what if the only solution in fact is to abolish it, based on its undemocratic bias? Many American state this is why they don’t vote for presidential candidates, that his or her vote doesn’t really count. Would you support abolishing the Electoral College system, replaced with simple popular vote? Why or Why not? Note: It’s fairly common that the EC is unfamiliar to Americans, if you like here’s a quick explainer
2. Who/which segment of society gains power with popular vote for President? Who/which segment loses power?
3. Workers have always joined groups or unions, formally or informally, as the article depicts in the 14th century as well. This is a form of political participation. What examples does the author provide of workers’ empowerment in post-Covid era? Have you or family/friends experienced any changes?
4. Big one! this q. will be worth 4 of the 10 points and 5 for bonus. What is the connection between popular vote for president and workers/Labor/employee income and empowerment? You can list more than one certainly.
[WLOs: 3, 4, 5, 6, 7, 8] [CLOs: 1, 2, 3, 4, 5, 6]
The purpose o essay helpFact or Fiction?
[WLOs: 3, 4, 5, 6, 7, 8] [CLOs: 1, 2, 3, 4, 5, 6]
The purpose of the Final Paper is to apply critical insight to discern fact from fiction with regard to a topical area of your choice.
***Please note that this assignment is a continuation of the work you began during the Week 3 Assignment. You will expand upon the topic you selected earlier, taking into consideration your instructor’s feedback and incorporating additional insight gained through your research and analysis of the issue.***
The goal of this paper is to review the available evidence for a commonly held belief and provide a conclusion regarding the merit of this claim by describing concepts in core psychological domains and examining variations in psychological functioning.
To complete this activity,
Write an introduction paragraph for your topic. (You must continue with your selected topic identified in Week 3, unless you have received permission from your instructor otherwise.)
For assistance with a thesis for your introduction paragraph, visit University of Arizona Global Campus Writing Center’s Introductions & Conclusions (Links to an external site.)and Thesis Generator (Links to an external site.).
Develop supporting Body Paragraphs (Links to an external site.) that apply a professional psychological perspective to a commonly held belief about why people think or act as they do. Consider both perspectives. Use headings as necessary to organize your work. (Use your sources identified in your Week 3 annotated bibliography, your course content, as well as any additional scholarly resources that support your argument. Visit APA Style Elements (Links to an external site.) for help with headings, and the University of Arizona Global Campus Library to obtain additional scholarly articles as necessary to fully inform your thinking and address gaps in your knowledge of the topic. Refer to the Scholarly, Peer-Reviewed, and Other Credible Sources (Links to an external site.) table for additional guidance.).
Apply psychological theory and research to a commonly held belief.
Employ examples to fully illustrate your analysis.
Examine potential implications of diversity.
Discern any relevant ethical issues.
Relate potential applications of this insight to various careers.
Write a conclusion paragraph that summarizes your findings and whether or not the commonly held belief you have chosen to explore is supported by psychological research and theory. ReviewIntroductions & Conclusions (Links to an external site.) for more.
The Fact or Fiction? Final Paper
Must be five double-spaced pages in length at minimum (not including title and references pages) and formatted according to APA Style as outlined in the University of Arizona Global Campus Writing Center’s APA Style (Links to an external site.)resource.
Must include a separate title page with the following:
Title of Paper
Student’s name
University name
Course name and number
Instructor’s name
Date due
For further assistance with the formatting and the title page, refer to APA Formatting for Word 2013 (Links to an external site.).
Must utilize academic voice. See the Academic Voice (Links to an external site.) resource for additional guidance.
Must include an introduction and conclusion paragraph. Your introduction paragraph needs to end with a clear thesis statement that indicates the purpose of your paper.
For assistance on writing Introductions & Conclusions (Links to an external site.) as well as Writing a Thesis Statement (Links to an external site.), refer to the University of Arizona Global Campus Writing Center resources.
Using headings within your writing may assist you in organizing your thoughts more succinctly. For more information about using headings, please review APA Style Elements (Links to an external site.).
Must use at least three scholarly, peer-reviewed sources. These may be from Week 3 annotated bibliography, unless your instructor has requested the use of differing sources.
Additional scholarly sources are encouraged. Be sure to integrate your research smoothly rather than simply inserting it. Review Integrating Research (Links to an external site.)for more.
The Scholarly, Peer-Reviewed, and Other Credible Sources (Links to an external site.) table offers additional guidance on appropriate source types. If you have questions about whether a specific source is appropriate for this assignment, please contact your instructor. Your instructor has the final say about the appropriateness of a specific source for a particular assignment. For more, review the University of Arizona Global Campus Library Quick ‘n’ Dirty (Links to an external site.)
Must document any information used from sources in APA Style as outlined in the University of Arizona Global Campus Writing Center’s APA: Citing Within Your Paper (Links to an external site.)guide.
Must include a separate references page that is formatted according to APA Style as outlined in the University of Arizona Global Campus Writing Center. See the Formatting Your References List (Links to an external site.) resource in the University of Arizona Global Campus Writing Center for specifications.
Carefully review the Grading Rubric (Links to an external site.) for the criteria that will be used to evaluate your
Previous please base off this discussion:
Part 1: Annotated Bibliography
Giofrè, D., Borella, E., & Mammarella, I. C. (2017). The relationship between intelligence, working memory, academic self-esteem, and academic achievement. Journal of Cognitive Psychology, 29(6), 731-747. DOI:10.1080/20445911.2017.1310110.
With the sample population as children, the study was conducted to determine the correlation between cognitive and non-cognitive factors in determining academic achievement. It revealed that intelligence, a cognitive factor, was the best predictor of achievement. In contrast, non-cognitive factors such as self-esteem could only predict achievement if only the cognitive factors were put under control. In this case, intelligence acted as a mediator, and the non-cognitive factors indirectly contributed to academic excellence. Tests in academic settings involve intelligence and extensive reasoning, and problem-solving capacity.
On the other hand, working memory under cognitive factors influences academic achievement since it enables the temporary storage of information. It can therefore be concluded as per the study that achievement tests can be used to measure intelligence in addition to the achievement itself. At the end of the study, the suggested hypothesis was that high cognitive abilities are associated with high academic self-esteem, thus leading to high academic achievement supported by the reported study findings having in mind previous studies’ limitations and working towards eliminating them.
Wixted, J. T., Mickes, L., & Fisher, R. P. (2018). Rethinking the reliability of eyewitness memory. Perspectives on Psychological Science, 13(3), 324-335. https://doi.org/10.11771745691617734878.
PSYCHOLOGY 3
The study reveals that there is noticeable unreliability in eyewitnesses as it is argued that memory is malleable, thus the commonly experienced tragic consequences in the legal system. Therefore, it has previously necessitated other confirmatory ways such as DNA coding. It finally noted that eyewitnesses could only be reliable if the individuals were not exposed to any contradicting or distorting information if the eyewitness is the primary source of information and had not been probed before, which would have triggered them to be tricked into providing another client desired information and if after assessing the confidence level is high both on recognition and recall basis. It indicates that the types of storage, usually short-term memory, can be interfered with, especially where primacy and recency are not factored in, thus distorting the information that has been stored contributes to the unreliability attached to eyewitnesses in courts of law. If one cannot prove that no corruption of stored information in terms of changes that might have occurred, then the information is not to be relied upon.
Drigas, A., & Papoutsi, C. (2018). A New Layered Model on Emotional Intelligence. Behavioral Sciences, 8(5), 45. https://doi.org/10.3390/bs8050045.
The study identifies emotional intelligence as a driving force for thinking, feeling, and
learning to identify and solve problems while positively managing anxiety and emotions. There is an emotional, cognitive-based approach to the topmost level of emotional intelligence through a nine-layered pyramid that presents a gradual development. Intelligence as a cognitive factor is integral in understanding various phenomena, problem-solving, logical reasoning, and planning together with learning and abstract thinking and the adaptation process. Emotional intelligence is identified as the core for optimal functioning both at an individual and social level, thus maximizing the output. The pyramid has from the bottom the stimulus for emotions, perception,
PSYCHOLOGY 4
and recognition of emotions which then dictates their expression, being aware of one’s capabilities in terms of the strengths and weaknesses by the use of Socrates principle, appropriately managing at a personal level, being socially aware of the surroundings thus by employing empathy be in a position to discriminate some of the emotions, applying social skills and expertise in the presenting emotions, transcendence and emotional unity where one becomes intentionally positive oriented.
Part 2: Introduction
Memory is attributed to three processes in which if any interruption occurs at any information, the reliability of the information obtained is thus lowered. These processes include encoding, storing, and retrieving. There is a requirement for highly reliable information; thus, there should not be any interference in the information. On the other hand, intelligence is inherent and constitutes the logical and rational functions of the brain but is sometimes based on previously learned facts that enable the negotiation process during the problem-solving process, thus would directly translate to finding the truth. The paper seeks to bring out cognitive factors, memory, and intelligence in discerning the truth.
Part 3: Outline
My selected topic is memory and intelligence. I want to look more into factors that make the discerning truth process difficult regarding memory and intelligence. This majorly encompasses the factors that cause deviation in an individual’s general mental health status since, in most, the thought process is the one that is usually interfered with. I would also look into the
PSYCHOLOGY 5
various ways that can be applied to mitigate the problem and try to apply the feasible ones to look out for the effectiveness of the interventions.
Part 4: Questions
● Which level of consciousness is most utilized in discerning the truth?
● Why do people forget?
● Why do people vary in their level of intelligence?
This assignment runs over the extent of this course and is to be done individual college application essay helpThis assignment runs over the extent of this course and is to be done individually. In
this essay, you describe and analyze (reflect on) one or more concrete situations in
your life where you faced a problem (and, in coping with it, you were learning
something turned out to be challenging) much as in the readings provided
(skim/read the examples provided). The key point is to describe the problem
situation through the eyes of the person in the problem, not through the eyes of a
person who already realized (has been shown) what the problem was. Your
story(ies) are to show what a person is doing when they do not yet know what they
do once able to look back and knowing the outcomes of their actions.
You should endeavor to begin your writing early, because then you will be able
to get feedback if submitted no later than 14 days prior to submission date
Be more specific about what you wanted to discuss and who are the affected/ targ essay help site:eduBe more specific about what you wanted to discuss and who are the affected/ targeted population/s. You may deduce or induce factual data you gathered to narrow or broaden down your arguments.
Contextualize or apply some ethical theories and disciplines you learned in the course to further support your perspective on the issue. You may just choose 1 or 2 ethical theories to contextualize your main points.
Follow the format provided below.
I. Introduction (focus on the chosen ethical issue in relation to society, people, and the pandemic; what is the problem all about and its effect on people/society?; contextualize the ethical theories and disciplines you learned in the course to further support your perspective in the issue)
II. Body (Risks, Past/ Present Findings, Impact or Relevance to people/society, Statistical Evidence or Occurrences; discuss thoroughly your arguments/ implications here with supporting literature)
III. Conclusion (Include your “personal thoughts/insights” about the ethical issue presented; how can we settle and manage the issue – “a potential solution”?; or how can people avoid/ diminish its occurrence?)
IV. References. (list of references in APA format, observe proper in-text citation)
7. Follow this format (Arial or TNR 12 1.5 line spacing, justified)
Think of three goods or services that you buy frequently. Fill in the following custom essay helpThink of three goods or services that you buy frequently. Fill in the following details for each goods or service in the tabular template provided:
The current price and the quantity that you normally buy.
A higher price than the current price and the quantity that you will buy at that price.
A lower price than the current price and the quantity that you will buy at that price.
You have been asked to contribute to a new collection of imaginative works entit essay help onlineYou have been asked to contribute to a new collection of imaginative works entitled ‘Revealing the uncanny to face what we truly fear’. The collection will be aimed at literary enthusiasts.
Task Descrption:
Draw inspiration from one or more of the stylistic features used in Bram Stoker’s Dracula, such as the epistolary form, the use of symbolism and motif, the significance of setting.
Context:
In this unit, students have been investigating the representation of the uncanny in the form of the vampire. Students have explored how revealing the uncanny notion of the terrifying and familiar can reflect social problems relating to identity, violence, sexuality, gender roles, adolescence, ethnicity, class and religious beliefs. In this assessment task, students draw on their study of Bram Stoker’s Dracula to compose their own imaginative response that reflects key ideas explored in the unit.
You will be assessed on how well you:
– use effective stylistic features to create an engaging imaginative text, which explores the concept of monstrosity and incorporates the idea of the uncanny being terrifying, yet familiar
– use appropriate linguistic choices to express understanding of the ways language shapes values and meaning
– use evaluative language to reflect on the stylistic choices made by Bram Stoker and the ways this informed the imaginative composition
– demonstrate control and clarity of language to express complex thought and expression.
OUTCOMES ASSESSED
– analyses and experiments with language forms, features and structures of complex texts, evaluating their effects on meaning in familiar and new contexts
– thinks deeply, broadly and flexibly in imaginative, creative, interpretive and critical ways to respond to, compose and explore the relationships between sophisticated texts
– reflects on and assesses the development of independent learning gained through the processes of research, writing and creativity
Complex and coherent analysis of the accuracy of the Warren Report
Sophisticated essay help onlineComplex and coherent analysis of the accuracy of the Warren Report
Sophisticated and accurate use of a wide range of historical terms, concepts and evidence.
A sophisticated, structured and fluent piece of writing that clearly demonstrates knowledge and understanding of the topic
The student will prepare a 4 – 6 page research paper (APA format) detailing a me essay help freeThe student will prepare a 4 – 6 page research paper (APA format) detailing a medical condition which has been selected from the below “approved topics” list. You do not need to email me with your choice of topic. Four-to-six pages are to be of content, not including the cover and References pages. You may not reuse the same research paper you have already used in another class/section.
Turnitin plagiarism check will be used. A red flag result will not be accepted. You may resubmit as many times as you wish before the due date. Make use of Brookdale’s Bankier Library research librarians, writing tutors, and the Writing Center, to help you with your paper.
Students submitting papers must use a Word document with the file suffix as PDF, .doc or docx. If you are using a MAC, you must convert your paper to a PDF before submitting it. Papers submitted in any other format will earn a grade of zero. Papers are not accepted via email, Canvas message, or via a cloud service (One Drive, Google Drive, Dropbox, etc.)
Review the rubric to see how you will be graded.
Below are the approved topics for your Research Paper
Alopecia
Amyotrophic Lateral Sclerosis (Lou Gehrig’s Disease)
Arteriosclerosis
Atrial Fibrillation
Benign Prostatic Hypertrophy (enlarged prostate)
Cerebrovascular Accident (stroke)
Chronic Obstructive Pulmonary Disease
Congestive Heart Failure
Diverticulosis
Endocarditis
Endometriosis
Epilepsy
Fibromyalgia
Gastroesophageal Reflux Disease
Glaucoma
Guillain-Barre Syndrome
Hepatitis
HIV/AIDS
Human Papilloma Virus
Hyperthyroidism
Hypothyroidism
Macular Degeneration
Multiple Sclerosis
Nephrolithiasis (kidney stones)
Osteoarthritis
Psoriasis
Rheumatoid Arthritis
Shingles
Ulcerative Colitis
Urolithiasis (kidney stones)
(End of List)
I Need help editing this paper. Below, is the feedback I got from my instructor. scholarship essay helpI Need help editing this paper. Below, is the feedback I got from my instructor. please read it carefully and edit this essay to what she asked.
“MLA heading please
title should not be bold in MLA
“This study paper will examine the positives” rephrase this and remove the allusion to the assignment
the only thing that should be in “” is something from a source
the first time you use a source you have to use attribution, which is introducing the source to the audience so you need the author’s first and last name, title of article, when it came out and where
in text citations do not have commas
you use SEO a lot, what other sources do you have?
no “in conclusion” in a college level paper
works cited?
add the attribution for your sources ”
Ive attached the draft.
Answer the questions below. You must answer both questions. Your paper must be custom essay helpAnswer the questions below. You must answer both questions. Your paper must be
a minimum of 2000 words. With a proper citation (MLA, APA, Chicago Style),
Double-spaced and font 12.
Answer the questions in the successive order.
1- Why the Federalists argued for a republican form of state rather than “pure
democracy”? Considering the new modes of communications available today, is direct
democracy a possibility?
2-What is Howard Zinn’s critique of the framers of the constitution with regard to race,
gender, and class?
In order to answer these questions, you must refer to The Federalist Papers, No. 9
(pp. 66-71), No.10 (pp. 71-79), No.39, (pp.236-243), and A People’s History of the
United States (Ch.5, 6, 7).
Students will then write a 4 to 5-page summary of that week’s
readings.
Summarie college essay helpStudents will then write a 4 to 5-page summary of that week’s
readings.
Summaries should include a brief description of what each article or chapter is
about, an overview of the most important points made by each author, and identify the
thesis or main argument. The best summaries will also find a way of synthesizing the
material from the readings of a particular week by discussing common themes or points
made by the different authors. Consideration should also be given to what the readings
contribute to the topic of that week’s readings.
A few notes
• Due dates will vary depending on the set of readings for which each student
signed up. For example, a student who signs up for Week 4’s readings
(Transforming Natural Space into Urban Space) will submit their summary on
Thursday, February 3, 2022.
• The primary sources from The New York Times and The Globe and Mail are NOT part
of this assignment. Read and summarize only the secondary sources.
• The purpose of this assignment is for students to do a thorough reading on one of
the topics of this course, to distill the content down to the most important points
and arguments of the authors, and to succinctly and in your own words convey
this information.
• No quotations should be used in this assignment, but ideas that are not your own
must be cited using footnotes.
Students will hand hardcopy assignments in at the beginning of class on the due date. In
the event of Covid-related lockdowns, assignments can be emailed to the instructor
before class. All work must be double-spaced, using 12-point font and 1-inch margins and
include page numbers. Student name, student number, due date, course director’s name,
and assignment title should be written on the first page (no title pages are necessary).
Proper footnotes and bibliographies are required with each assignment and must follow
the Chicago Manual of Style (https://www-chicagomanualofstyleorg.ezproxy.library.yorku.ca/home.html) – choose ‘Citation Quick Guide’ and then ‘Notes
and Bibliography Style’. Students should retain copies of all drafts and rough work.
Late assignments will be penalized at a rate of 4% per day, weekends included, and will
not be accepted after one week past the deadline. Special circumstances will be
considered if accompanied with appropriate written documentation.
How to effectively “read” the articles/chapters
Here are some questions to guide you, though you do not have to go through them one
after the other in your reading summary:
1. What are the stated aim(s) of the article/chapter?
2. What is the core or central argument(s)? (What is the author trying to show?)
3. Does the author introduce any concepts or theories that are important?
4. Which research methods are employed?
5. What sources of evidence are used to support the author’s arguments?
6. If a book chapter is being used, what is the book about in general? (Check the
publisher’s website or read an online book review via the library if you do not
have a copy)
If there are passages here and there that seem complicated, don’t sweat them, just move
on. An aim of this course is to develop your understanding of how historical research is
done and how authors use different types of evidence to develop arguments and
conclusions.
General writing tips
• Do not discuss or get bogged down in great detail about one single aspect of one of
the readings, as it may detract from other aspects of the work you would want to
discuss.
• Make sure each major paragraph in your summary presents and develops a single
main point. In a paper as short as this, long paragraphs are generally not a good
idea.
• Support any general points you make or attitudes you express with specific
reasons and details. Statements such as “I found the article very interesting” are
meaningless without specific evidence that shows why you feel as you do.
throughout this course you will be drafting and revising a research paper that c scholarship essay helpthroughout this course you will be drafting and revising a research paper that connects specific cultural communication patterns or practices to the history, values, and beliefs of that culture. You should focus on a culture of which you are not a member (e.g., you would not research GCU cultural communication patterns because you are a member of the GCU community).
For this assignment you will submit a 150 words proposal about the patterns or practices you wish to study. In addition to the proposal, you must include the APA citation and a 50-75 words summary of three sources you might use in your final paper.
The following journal article titles illustrate the variety of patterns or practices that your paper could address:
The Gift and the Common Good: A Chinese and Business Ethics Perspective
Acculturative Family Distancing and Depressive Symptoms Among Latinas: The Role of Intergenerational Cultural Conflict.
Engaging Malaysia: A Grassroots Approach to Inter/Intra-Religious Communication
Impact of Romantic Facebook “Crush Pages” on the Egyptian Youth
The Impact of Covid-19 to Indonesian Education and Its Relation to the Philosophy of “Merdeka Belajar”
This is not an all-inclusive list and you are free to pick any pattern or practice in collaboration with your instructor. Notice that each of these articles addresses a communication issue and links it to cultural distinctiveness. The focus of your paper is to present research on the history, beliefs, and values of a cultural group and give examples of communication patterns or practices that are influence by these histories, beliefs, and/or values.
While APA style is not required for the body of this assignment, solid academic writing is expected, and documentation of sources should be presented using APA formatting guidelines, which can be found in the APA Style Guide, located in the Student Success Center.
You are required to submit this assignment to LopesWrite. A link to the LopesWrite technical support articles is located in Class Resources if you need assistance.
Each student
will write an 8-10 page research proposal on a topic related to hum essay help freeEach student
will write an 8-10 page research proposal on a topic related to human
development. The paper should contain a literature review (what’s
already been done), a brief description of the methods to be used in the
study, and hypotheses about the results of the proposed study. The text
may be used as a reference for your paper, however at least 5-6 other
references from peer-reviewed journals must be included. The research
paper should be about 8-10 pages. You will be graded on the
appropriateness of the topic covered, the quality of the literature
review, the insight and innovation of the proposed study, and correct
grammar and use of APA format. See Appendix for outline and rubric.
You
should focus on finding information on your topic beyond what is
presented in your book. This means that your paper should demonstrate
that you have thought about and understand your topic beyond the level
that is provided by a single source. Your paper should provide a
comprehensive explanation of the topic, an example of how this topic
applies to the daily lives of developing children and adults, and
provide specific examples of how this topic could be better understood.
Your topic should be somewhat specific (e.g., learning a second language
in adolescence). More general topics (e.g., language development) are
not encouraged.
Since your book must not be your only reference, you are to seek
information on your topic from empirical journal articles or
non-textbook book chapters. While your book cannot be your only source,
your textbook will cite journal articles and book chapters that you are
encouraged to explore as potential additional sources. You can also go
to the library and check out a book on your topic, or run a search of
journal articles on the library’s website. Sources such as Wikipedia,
which rely primarily on amateur contributions, are not acceptable.
Introduction: Explain the issue you are examining and why it is significant.
Describe the general area to be studied:
Explain why this area is important to the general area under study:
Background/Review of the Literature: A description of what is already known about this area and short discussion of why the background studies are not sufficient.
Summarize what is already known about the field:
Discuss several critical studies that have already been done in this area.
Limitations/Future Directions: Essentially,
the purpose of this section is to guide your reader for future
research, whether your reader wants to read more on the topic or create
their own research study.
Point out why these background studies are insufficient. In other
words, what question(s) do they leave unresolved that you would like to
study?
Specify questions for future research. In other words, what can be done with this research moving forward?
Problem Formulation
Section I: A brief statement naming and describing the resea writing essay helpProblem Formulation
Section I: A brief statement naming and describing the research problem
What is the problem?
What are two to three components of this problem?
Who are the people and communities that are affected by this problem??
Why is it a problem that this particular group of people is experiencing this problem?
What makes this a social work problem?
What do you want to know about this problem?
Sources Note: This section is where the demographic information is placed. For instance, characteristics regarding who is affected, how they are affected, how many people are affected, and where or what geographical information may be most affected is shared.
Section II: A brief background placing the importance of the research problem in the context of social work service delivery.
What is the history of this problem?
How has this problem (or ones similar to it) been addressed in the past?
Source Note: This section is where sources about the history of the problem and other studies that have explored this problem are placed.
Section III: A discussion of why it is important to study this problem with respect to social work practice.
Will greater research into this problem area will benefit social workers and or social work clients? If so, explain how.
Reflection 3-Address
Every Point thoroughly
This reflection
activity is compris college admission essay helpReflection 3-Address
Every Point thoroughly
This reflection
activity is comprised of two sections collectively totaling a minimum of 500
words. Complete your reflection by responding to all prompts.
Systematic and Unsystematic Risk-I WANT YOU TO CREATE THIS FOR A NON EMERGENCY TRANSPORTATION COMPANY IN GA.
You are the chief risk officer for a company,
and you’ve been tasked with identifying the areas where your company is exposed
to systematic and unsystematic risks. Based on the information you learned
about this concept, what
approach would you take in explaining how systematic and unsystematic risks
affect risk planning?
Describe
your approach. Name 3 or more systematic or unsystematic
risks your company might face. Think of some implications if your company
decides not to be proactive and plan for these risks.
Venture Capital
You are a business consultant who works with
new business owners. A new client wants to start a bakery and seeks your
advice. Based on what you’ve learned from the readings, discuss the advantages
and disadvantages of using venture capital as startup funding for a
business.
Describe what
approach you would recommend for the client by using the information you
researched.
How does your
approach differ from the recommendations of your classmates?
How might your recommendations
change after reading your classmates recommendations?
Reflection1-Address
Every Point thoroughly
This reflection
activity is comprise argumentative essay helpReflection1-Address
Every Point thoroughly
This reflection
activity is comprised of two sections collectively totaling a minimum of 500
words. Complete your reflection by responding to all prompts.
Primary and Secondary
Markets
You are a new
economist for a major financial institution, and you’ve been invited to speak
as a guest lecturer for a Freshman Finance course at the local university. Share how you would describe the
overall purpose and mechanics of both primary and secondary markets. How would
you explain the way the performance of your company is influenced by the
activity of the markets you described?
ROE and EPS
You are a research
analyst for a publicly traded company, and you’ve been assigned to give a
presentation on how a company uses performance metrics in corporate valuation.
Think about how you
would present return on
equity (ROE) and earnings per share (EPS) to a group of investors or senior
management.
Explain the use of ROE and EPS in
evaluating the value of a company. Include how to calculate ROE and EPS.
Why is understanding ROE and EPS
important to a company’s value?
Share an example of a company
whose ROE and EPS you calculated.
What do these results say about
the company?
Keep in mind this a Biological Psychology course so the journal entires has to b college essay help near meKeep in mind this a Biological Psychology course so the journal entires has to be based on then.
Write the journal entry as you was a young latina women 22 years old.
14 JOurnal entries in the 7 pages- writing SEVEN (PAGES FULL) journal meanning . 4 PAGES FULL TYPED- There are FOUR complete questions-please choose just ONE – The list of the movies are at the bottom of this page and Reflect on following topics (3 pages on someone you know or yourselves).
al the on how the journal entry should will be upload on files please follow then.
In this project, you are going to research ethical issues: Persona.
You are goin essay helpIn this project, you are going to research ethical issues: Persona.
You are going to research ethical issues and look at them through the 7 ethical lenses. First, you will think back to your life and talk about an ethical issue that was raised with you or people
around you (Personal – more than 450 words).
Based upon your readings, describe how you would create a culturally and linguis college essay help near meBased upon your readings, describe how you would create a culturally and linguistically appropriate play activity for children in the age of 3-5 years. What theme would you select? What materials would you use? How do your materials reflect play in this way?