(n.d.). Kinds of concept maps. Retrieved from http://www.ucolick.org/~max/289/Concept Maps/About concept maps/KindsOfConceptMaps.pdf. Please refer to this reference when considering which type of concept map to use for your analysis
iStudy for Success! (n.d.). Concept maps. Retrieved from http://tutorials.istudy.psu.edu/conceptmaps/
Kathy Schrock’s Guide to Everything. (n.d.). Concept mapping in the classroom. Retrieved from http://www.schrockguide.net/concept-mapping.html
Software for Constructing Concept Maps
IHMC. (n.d.). Cmap. Retrieved from http://cmap.ihmc.us/ *** RECOMMENDED ***
Basu, Saikat. (2010, February). How to build a mind map in Microsoft Word. MUO. Retrieved from http://www.makeuseof.com/tag/build-mind-map-microsoft-word/
Coggle. (2017). Coggle – Collaborative mind maps [App]. Retrieved from https://chrome.google.com/webstore/detail/coggle-collaborative-mind/hbcapocoafbfccjgdgammadkndakcfoi
MindMup. (n.d.). MindMup 2. Retrieved from https://www.mindmup.com/
Instructions
Read the resources on how to construct concept maps
Read the assigned readings from course textbooks
Construct the concept map using your software of choice
Submit a word document with answers to the concept map questions and a copy of the concept map
Focus Question
How would you devise a packaging/handling strategy for your product?
Generate a list of all relevant activities, concepts, and/or steps for product/material handling.
Determine the form of the map that you see as the most appropriate representation, as spider, hierarchical, flowchart, or system (see the first reading on concept maps). Justify your choice.
Construct your concept map using the software of choice.
Give examples as you construct your map.
A sample is also attached in the files
[supanova_question]
Brief Description You will complete two case studies over the course of the semester. These are to be completed individually. Each case study is found in the textbook and there are questions there to essay help free
These are to be completed individually. Each case study is found in the textbook and there are questions there to help guide your response. Read the appropriate materials and find other resources beyond what is presented in the textbook. The Enron case is an example of a scandal of an immense breach of ethical practices resulting in the fall of a major energy provider. The case involves a culture underpinned by incentive schemes rewarding unethical practices. Enron executives engaged in aggressive accounting practices such as the use of mark to market valuation on contracts produced artificially large earnings, disguising for some years underlying poor profitability in major parts of the business. Eventually this led to the demise of the company and the imprisonment of many of the top executives. Students will explore this case representative of a lack of ethical and legal compliance and the far-reaching repercussion for many people and institutions.
Submission InstructionsWrite a report about this case study. Each report should include an introduction and conclusion, should be 4-6 pages (double spaced), 2.54 cm margins (the default on MS Word), and 12 pts size font. The paper should follow the APA guidelines for format and citation.
You are encouraged to see an interesting documentary called Enron: The Smartest Guy in the Room (https://vimeo.com/424073216) and also listen to the podcast of Enron, Ep 3: The Fixer and the Whistleblowers (https://www.wsj.com/podcasts/bad-bets/enron-ep-3-the-fixer-and-the-whistleblowers/2b5105a1-b0d5-48c7-a3f6-9e73fd1854be) on WSJ, which should give you a better idea what the Enron scandal is.
This assisgnment is if subject – Buisness Ethics
[supanova_question]
Objective: To design a game In this assignment, you will design a game. The objective of the game is to Essay essay help free: essay help free
Objective: To design a game In this assignment, you will design a game. The objective of the game is to defeat a dragon that has been lurking villagers from the nearby town. To succeed, the character will need equip itself with a sword and a shield. Both items got lost in time. The mission of the game is to find and acquire both sacred tools to stop the nightmare of the fearsome monster. Description: In order for the character to discover its surroundings, he/she will move one block left, right, up, or down from its current position. For simplicity, you should model the world as a 2-D dungeon in which every cell could represent either: a) an empty room, b) a room with a lesser monster guarding either the shield OR the sword, or c) a room guarded by the terrible dragon. The character will always start this dangerous quest in the most upper-left cell (in other words, cell (0,0)) and will move across the dungeon one cell at a time. Mandatory methods Your solution must include the following methods: A method to display a menu for moving in the dungeon This method should display the text Table 2. Actions: Main actions. A method to display a menu when encountering the monsters This method should display the text Table 5. Actions: Facing an enemy. A method to validate if option entered by user is valid when encountering a monster This method should return true if the option entered by the user is valid (‘a’, ‘b’, ‘c’, ‘A’, ‘B’, ‘C’), and false otherwise. A method to validate if option entered by user is valid when moving in the dungeon This method should return true if the option entered by the user is valid (‘u’, ‘d’, ‘l’, ‘r’, ‘U’, ‘D’, ‘L’, ‘R’), and false otherwise. Reusing methods This assignment contains a predefined method that will randomly place monsters and the dragon in the dungeon every time the game is executed. You should reuse this method in your code. —————————————————————————- Start of the game The user will be located in cell 0,0, this room is guaranteed to always be an empty room. The game will then display text from Table 1. Game introduction and Table 2. Actions: Main actions. Oh no! A dragon is killing our sheep and scaring our villagers, please help the knight put a stop to this nightmare! Table 1. Game introduction You are in cell *row,column* Your remaining health points are: *hp* Shield acquired: *shield acquired status* Sword acquired: *sword acquired status* Where would you like to move now? Use L to move left Use R to move right Use U to move up Use D to move down Table 2. Actions: Main actions If the character enters an empty room The game will display text from Table 3. Empty room text and Table 2. Actions: Main actions. You have entered an empty room, looks like there’s nothing to do here. Table 3. Empty room text If the character enters a room with a lesser monster guarding either the shield OR the sword The game will display Table 4. Shield/sword found and Table 5. Actions: Facing an enemy. The user will then have three options: Do nothing The game will display text from Table 6. Do nothing: shield/sword and Table 5. Actions: Facing an enemy. • One health point is taken out. • If HP reaches zero, the game ends and the text Table 7. Game over should be displayed. Hit the enemy The game will display text from Table 8. Hit the enemy: shield/sword and Table 2. Actions: Main actions. • One health point is taken out. • If HP reaches zero, the game ends and the text Table 7. Game over should be displayed. • The enemy is destroyed, and the user acquires either the shield or the sword. Run away The game will display the text Table 9. Run away, HP will remain the same for both the enemy guarding the shield/sword and the user, the user will be located in the previous room, and text Table 2. Actions: Main actions will be displayed. The mythical *item* is located in this room! A monster is guarding it. Table 4. Shield/sword found What would you like to do: a) Do nothing b) Hit the enemy c) Run away Table 5. Actions: Facing an enemy You have chosen to do nothing. The monster hit you. Your remaining health points are: *hp* Table 6. Do nothing: shield/sword Game over… Table 7. Game over You have chosen to hit the monster. The monster hit you. You have defeated the monster and acquired the *item*! Table 8. Hit the enemy: shield/sword You have chosen to run away. Table 9. Run away If the character enters a room with the dragon The game will display Table 10. Dragon room and Table 5. Actions: Facing an enemy. The user will then have three options: Do nothing If the user has not acquired both the shield AND the sword • HP will be reduced to zero • The game will end • Display the text Table 11. Do nothing: dragon 1 and Table 7. Game over If the user has both the shield AND the sword • Two health points will be subtracted from the user’s HP • If HP reaches zero, the game ends and the text Table 12. Do nothing: dragon 2 and Table 7. Game over will be displayed. • Else, the text Table 12. Do nothing: dragon 2 and Table 5. Actions: Facing an enemy will be displayed Hit the enemy If the user has not acquired the shield AND the sword • HP will be reduced to zero • The game will end • Display the text Table 13. Hit the dragon 1 and Table 7. Game over If the user has both the shield AND the sword • Two health points will be subtracted from the user’s HP • If HP reaches zero, the game ends and the text Table 14. Hit the dragon 2, Table 16. Hit the dragon 4, and Table 7. Game over will be displayed. • Else, the text Table 14. Hit the dragon 2, Table 15. Hit the dragon 3, and Table 7. Game over will be displayed Run away The game will display the text Table 9. Run away, HP will remain the same for both the dragon and the user, the user will be located in the previous room, and text Table 2. Actions: Main actions will be displayed. The dragon is located in this room! Table 10. Dragon room You have chosen to do nothing. You are missing the *item (sword and/or shield)*. The dragon killed you… Table 11. Do nothing: dragon 1 You have chosen to do nothing. The dragon hit you. Your remaining health points are: *HP* Table 12. Do nothing: dragon 2 You have chosen to hit the dragon. You are missing the *item (sword and/or shield)* The dragon killed you… Table 13. Hit the dragon 1 You have chosen to hit the dragon. The dragon hit you. You have defeated the dragon! Table 14. Hit the dragon 2 Congratulations, you have survived this quest! Table 15. Hit the dragon 3 You have saved the village but died in the process Table 16. Hit the dragon 4
[supanova_question]
Brief Description The first step in starting an entrepreneurial venture is to identify a problem and the second step is to shape a solution that creates a viable business model. In this assignment, st custom essay help
In this assignment, students use primary and secondary research to support the identification/and or preliminary validation of the problem they feel is driving an idea identified in the Idea Journal assignment. For example, if a student felt there was a lack of access to healthy and affordable food for college students. Their research assignment should verify this is a problem –and describe the scope of the problem. After the problem is selected and researched, the students receive feedback evaluating how effective they were at creating a compelling analysis/discussion of the problem. Students conclude the assignment by providing a solution to this problem through the creation of a new business. This assignment is no more than 5 pages in length and should include links to survey data and results, questions, and secondary sources. This should include a bibliography of sources you used to gather the information.
Submission Instructions
Write a paper about a problem and a possible solution. Each paper should include an introduction and conclusion, should be 4-6 pages (double spaced), 2.54 cm margins (the default on MS Word), and 12 pts size . The paper should follow the APA guidelines for format and citation. In your assignment you should:
Identify the problem the venture will address and its scope.
Support claims about the problem with appropriate sources, including at least three academic sources such as books, juried articles found in the YU library.
Demonstrate the validity of the idea and identify what makes this a true opportunity.
This assignment is of Enterpreneurship subject
[supanova_question]
Term Project Paper for a diversification project to enter the canvas painting and framing market segment. The established company for the project is Macoy Publishing and Masonic Supply Co. (APA (7th Edition), 10 pages in length, excluding Title, Reference, and Appendix pages) Provide background information, analysis, recommendations (Rationale), and provide key points or main idea for the project (Thesis). The Recommendations/Discussion should be answered: How can the project or new products and services assist the company create value? What specific recommendations are viable for improving the value for stakeholders? scholarship essay help: scholarship essay help
Provide a 3 part assignment: Write a Project – Term Paper (APA 10 pages) for Macoy Publishing and Masonic Supply Co. which covers the company’s (No Plagiarism – Turn It In) History and diversification (Painting and Framing) into the market segment (Overview), Analysis (SWOT, PESTEL, Five Forces, Key Factors for Success or Failures, and Use of Operations and Supply Chain Management) Format (Example): Title Page, ABSTRACT, Executive Summary, Introduction, Literature Review, Methodology, Conclusions and Recommendations, and References, and Appendix (Gantt, Budget, etc. (Required)). The paper, budget, presentation (PPT), etc. is required to be plagiarism free and A level professional work for submission (Turnitin). Provide Construct a working budget for the project using Microsoft Excel. Request quotes from your preferred suppliers discussed last week, or search for publicly available commercial products that would serve your purpose and presume your company receives a 50% discount off retail pricing. Provide a short professional presentation (PPT (8 to 10 pages)) overviewing the paper—consider this as an abstract for the paper, ensuring to outline the most important facets of the diversification project for the company (Statement of Work), Gantt, project managers (Team), and objectives/phases, budget, supply chain, vendor matrix, contracts, and value creation.
[supanova_question]
assignment, you will design and implement a social media campaign to bring awareness to a social justice issue. scholarship essay help: scholarship essay help
Investigate a specific, current issue related to social justice. Some ideas include: gender-based violence, sexual harrasment, workplace racism, immigration/refugees, environmental concerns, You will draft a preamable ( approx. 200 words) that identifies the issue you have chosen, what kind of attention/awareness you want to bring to the issue, and a brief description. You will create a social media message that includes a hashtag, and either an image, gif, or series of statements that would be major social media platforms (Facebook, Instagram, Twitter, Snapchat)
[supanova_question]
Develop a logical process model corresponding to the narrative below including context level, level-0, and level-1 DFD Identify Essay college essay help near me
Develop a logical process model corresponding to the narrative below including context level, level-0, and level-1 DFD Identify 3 pieces of missing information in a separate list. Consider missing logic, miracles, black holes, and grey holes. Limit listing infinite sinks and sources, read-only and write-only data stores to a maximum of 1. Do not make any assumptions. L’Autre Choix Mini Marche1 is a small, quaint, independently run organic grocery store in Westmount. The following is a description of two of the subsystems. Subsystem 1: Process customer’s email orders When an employee or the owner of L’Autre Choix Mini Marché receives an order from a customer by email, s/he verifies the availability of the ordered products by viewing the products in the store. As s/he locates an ordered product in the store, s/he writes it on the paper listing the products in this order. When completed, this paper is stored with all other verified orders in a pile on the owner’s desk until an employee has time to assemble the order. If, on the other hand, an ordered product is not available in the store, it is first recorded in a spreadsheet with all other unavailable products. S/he then immediately offers the customer an alternative product by viewing the products in the store. If the customer does not accept it, the employee continues to offer other alternatives until the customer either accepts it or decides not to order that product. When the customer accepts the offered alternative product, it is immediately added to the list of products in this verified order. Once an employee has time, s/he assembles the verified orders by placing the listed products in a bag. As soon as s/he completes assembling the order, s/he places the bag in another location with all other assembled orders and attaches the list of products in the verified order to the bag. S/he immediately contacts the customer, informing him/her that the order is ready for pick-up. If the customer had requested delivery, s/he would have stated it when placing the order, which would then have been included in the verified order. At the time of delivery, an employee generates a delivery list based on the verified order list attached to the assembled order and delivers both the ordered products and this new list of deliveries to the customer. The original verified order list is stored with all other completed deliveries. Subsystem 2: Process Payment When the customer confirms the total purchase amount, the cashier asks the customer for payment. Whether it is an in-store purchase, a pick-up order, or a delivery, a customer may offer to pay later on “tab”. The manager relies on her memory when deciding if the customer is reliable enough to be allowed to pay on tab. If the manager decides not to allow the customer to pay on tab, she informs the customer to proceed to an immediate payment. If, on the other hand, the manager approves it, she records the amount owed, the customer’s name, and the phone number on a piece of paper and sets it aside until the customer returns to pay the tab. When the customer returns to pay the tab, the cashier stores the payment received with all other payments, and removes the paper from the customer tabs pile. S/he then immediately generates a receipt and gives it to the customer. If the customer pays immediately, either in store, at the time of pick-up, or delivery, the cashier generates a receipt and gives it to the customer. If it is a payment for a delivery, the original “verified order” list that was stored with all other completed delivery lists is now discarded.
[supanova_question]
This is a discussion post between 150-200 words. : Analyze the Grinch’s ( link to the clip: https://youtu.be/0lq1JIWQSlc ) personality Essay college admission essay help: college admission essay help
This is a discussion post between 150-200 words. : Analyze the Grinch’s ( link to the clip: https://youtu.be/0lq1JIWQSlc ) personality and behavior from any version of the book or movie of How the Grinch Stole Christmas using the psychological perspective or theory of your choice. Watch any version of the Grinch or view this clip below to help you analyze the Grinch’s personality development. Consider the content of this module and the various theories to explain personality, including Freud and the psychodynamic perspective, neo-Freudians like Adler, Erikson, Jung, and Horney, as well as learning, humanistic, and biological approaches. Explain in a paragraph or two which two psychological theories you think best explain the Grinch’s personality characteristics. Include evidence of the Grinch’s behavior as well as details about the perspective.
[supanova_question]
(1) Both individualism and collectivism exist in America. During times of American pride there is the thought of the American dream, which happens to be a large export for the U.S., “American Dream” a custom essay help
During times of American pride there is the thought of the American dream, which happens to be a large export for the U.S., “American Dream” are two words that have been able to pull the American people together (Hauhart 2015). There is an individualism in the American Dream as well, because for many people this dream is not attainable no matter how much hard work is done, there has been a gap found in these words, between the promise and achieving the dream (Hauhart 2015). People that come from the poorer parts of the America, where the employment rates and crime are high (Hauhart 2015). It has also been found that when America is going through prosperous times and the economy is great, there is a larger need to be separate from the group (Bianchi 2016). This shows in the music that is popular, the different baby names that are chosen for babies, and the need to look different, during these times (Bianchi 2016). But during hard times, whether it be the economy being down or national and/or weather disasters, there is a need to be together to get through the hard times, a need to take care of and be there for each other (Bianchi 2016).
In an article called “Planes Don’t Fly North”, American football is a part of the collectivism sphere, especially in the southern part of the U.S.. College football brings everyone together and there is a thought throughout the land that the Southeastern Conference plays (SEC) the better football than any other part of the country (May 2012). The NFL does majority of their recruiting from the SEC, so this is one of the reasons that college football coaches believe that southern football is the best (May 2012).
(2)
When I think of the different characteristics that both individualistic and collectivistic cultures contain, the U.S.A. culture falls on both sides of the spectrum. Individualistic culture characteristics are based around individuals relying on their abilities for survival and success (Mikucka 2014). Collectivistic culture characteristics are based around individuals seeking social approval constantly and consistently wanting to maintain their face consciousness and stray away from expressing their internal self (Fang, Wen, and Prybutok 2014). Due to these characteristics in both cultures, seeking self-success and needing constant social approval, and working as a unit, U.S.A. culture falls perfectly in-between. Culture in America revolves around individuals working on their success yet needing approval simultaneously and avoiding working as a unit as much as possible. Mainly, U.S.A. culture is individualistic. Everyone seeks their own success and not worry about anyone, leaving those who genuinely struggle in finances or anything in general in the dust. U.S.A. culture, at times, can come together to make sure everyone is successful, such as voting and climate change, yet in general, individualistic culture takes the cake.
Collectivistic cultures work as a unit mainly and make sure everyone is gaining the approval they seek so often. Collectivistic cultures are often more successful when working as a unit, making sure their appearance towards everyone is at the top level (Fang, Wen, and Prybutok 2014). Because of these characteristics, American football falls under the collectivistic category in terms of values. In American football, the sport is based around working as a team and making sure the team turns out successful in the end, and making sure their appearance for others, especially their fans, is top tier. American football teams consider their appearance because they are representing themselves and their team wherever they go.
IN 4-5 LINES, RESPOND TO THIS DISCUSSION BOARD
[supanova_question]
here is to present your response to the reading and explain why you have that response. This will require not only evidence from the text itself, but that evidence needs explanation and connection to your response. You need to convince us why you have that response and that it is based on the text (and other evidence you choose to bring in)–this requires substantial explanation. The evidence alone cannot substitute for your interpretation. essay help
For your first response essay, you will read the introduction to Dr. Woodson’s “The Mis-Education of the Negro.” (You are welcome to read more, but only the introduction is required). Then, you will respond to a central idea or ideas within the text, summarizing what Dr. Woodson states and analyzing it regarding its validity or accuracy, its connection to your own life, how much it has changed, or to another text regarding education (consider, for example, Malcolm X’s essay “Learning to Read.”) You will need to provide an introduction with a clear thesis statement, at least 2 body paragraphs that have a clear topic sentence each with adequate and developed evidence, and a concluding paragraph. Refer to the AICE framework document for how to develop your body paragraphs. This essay requires at least 4 paragraphs in total; this will be necessity of development be 2 to 3 pages. If you do not have at least 2 full pages, your development is likely lacking in the body, and requires revision. Your job here is to present your response to the reading and explain why you have that response. This will require not only evidence from the text itself, but that evidence needs explanation and connection to your response. You need to convince us why you have that response and that it is based on the text (and other evidence you choose to bring in)–this requires substantial explanation. The evidence alone cannot substitute for your interpretation. We will also discussion citation practices for this text to begin our semester-long exploration and practice of MLA documentation.
[supanova_question]
These questions are based on the case study given. Please read and analyse the 3 pages case study carefully. This case study is split into 4 parts. These 7 questions are about corporate social respons online essay help: online essay help
Please read and analyse the 3 pages case study carefully. This case study is split into 4 parts. These 7 questions are about corporate social responsibility, operations and supply chain management, entrepreneurship, human rights act, conflict, well-being. please ensure it’s all plagiarism free, and don‘t include references. Please write everything in your own words. Each question and each subset of each question has a word limit of 300 words. Please stick to the strict 300 word limit. Please answer all of the questions and all parts of each question. Please give examples/evidence from the case study when it says so in the questions. Do not quote directly from the case study. Please give evidence from the case study in your own words (paraphrase everything).
[supanova_question]
For Attachment 1 Go over the document entitled 1. You’ll notice that this document has some call out boxes Essay essay help free
For Attachment 1
Go over the document entitled
1. You’ll notice that this document has some call out boxes that include discussion questions, discuss the call-out boxes in this document
For Attachment 2
Go over the document entitled
1. discuss the call-out boxes in this document
2. Make a comparison between the 1- and 3-factor models, which model fits better and why?
3. Discuss the advantages and disadvantages of using exploratory versus confirmatory factor analysis.
For Attachment 3
Go over the document entitled
1. discuss the call-out boxes in this document
2. Which are my observed variables in this document?
3. Which are my latent variables?
4. Which variables are endogenous?
5. Which variable is exclusively exogenous?
6. What is the strength and direction of my path coefficients (i.e., betas) and are they significant?
7. Do I have any Heywood cases?
8. Does my model have an acceptable fit?
9. Discuss how structural equation modeling provides advantages over multiple regression.
10. Are there any situations where multiple regression might be more appropriate to use than structural equation modeling? Make a case for or against.
[supanova_question]
1. Use 3.82 and round spindle speeds to a whole number. ie. 3.82 * 250 /1 = 955 2. essay help site:edu: essay help site:edu
1. Use 3.82 and round spindle speeds to a whole number. ie. 3.82 * 250 /1 = 955
2. Round Feed rates to one decimal place Except tapping speeds must be to four decimal places.
Use the whole number spindle speed to calculate your feed rate = 955 *4*.003 = 11.46 = F11.5
Feed rate for Tapping = S / TPI and must be 4 decimal places. ie. F32.5000
Drills are assumed to have 2 flutes unless otherwise specified.
3. R planes, depths, and locations should all be to three decimal places! R.250 X1.500 Z-.300
4. ** Tool #5 is a 5/16 Dia. Drill Use a G73 to drill 6 holes thru part to a depth of -.750 with a .080 peck depth amount and a -.200 rapid plane
200 FPM x .0025 chip per tooth.
5. ** Tool #6 is a 3/8 – 16 Tap not 3/8 – 20 threads per inch. Use a G84 to tap 6 holes thru the part to a -.750 depth and
a -.100 rapid plane, with a 650 RPM. Machine is equiped with rigid tapping.
[supanova_question]
The purpose of this assignment is to explain core concepts related to stocks and to analyze the ethical implications of decisions and promote ethical standards within organizations. Read the Chapter 7 essay help online: essay help online
Read the Chapter 7 Mini Case in Financial Management: Theory and Practice. Using complete sentences and academic vocabulary, please answer questions a through d.
Using the mini case information, write a 250-500 word report presenting potential ethical issues that may arise from expanding into other related fields. In your discussion, proactively strategize about possible expansion by explaining opportunities to promote ethical standards within your organization.
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.
Your employer, a midsized human resources management company, is considering expansion into related fields, including the acquisition of Temp Force Company, an employment agency that supplies word processor operators and computer programmers to businesses with temporarily heavy workloads. Your employer is also considering the purchase of Biggerstaff
[supanova_question]
Please see below for assignment instructions. Please use A TOTAL OF 6 (2 FOR EACH QUESTION) references/sources please only writing essay help
Please see below for assignment instructions. Please use A TOTAL OF 6 (2 FOR EACH QUESTION) references/sources please only use scholarly sources or from textbooks. Please use proper APA citations. Please answer all questions. Please do not use google translate or any other translating service because it does not translate well to English. If you are not a native English speaker please have someone who is a native English speaker proofread your final product before sending it to me. Please do not be rude to me because I will not be rude to you. Thank you for your help*********************************************
Week 9 Discussion
……………Archaea – Odd Organisms…………..
Archaea are special. They have their own Domain and very special characteristics…………………..
*************Please research Archaea. Create a comprehensive(detailed) answer to the following:
1.)What are Archaea?
2.)What are the characteristics of the different organisms found in this Domain?
3.)Create an organized list of Archaea (at least 8 from different categories) and include a picture, a descriiption of their living environment, and where they can be found for each item listed.
AS A BONUS PLEASE LIST ONE FUN FACT ABOUT ANYTHING LISTED ABOVE.
[supanova_question]
describe a place from your childhood that had unique importance to you. the place may be a treehouse, a best college essay help: best college essay help
describe a place from your childhood that had unique importance to you. the place may be a treehouse, a bedroom, a specific vacation spot, etc. as long as it held a special place to you. purpose is to provide thorough details using the five senses. you are not to write a narrative story about your childhood memories or about a series of places or reoccurring events. introductory paragraph and clear thesis statement, new times roman or caliber font. 500-750 words (2-3 pages)
[supanova_question]
Studio Design Project • Design a project studio. Something that could be built in a garage or a warehouse. essay help online free
Studio Design Project
• Design a project studio. Something that could be built in a garage or a warehouse. The studio should be realistic, achievable, and suited to your stated musical goals (describe in-detail how this studio will be used).
• Diagram a floor plan of the space, including dimensions. Describe the construction techniques and materials. Specify acoustical materials used (bass traps, diffusers), and their placement. Show placement of workstation and audio monitors.
• Make a list of all equipment (computer, software, mics, all audio gear and accessories – everything you will need) and current costs. Do not submit print-outs from retailer websites.
Please see rubric before submitting to check that you have included all of the required elements, and to see how you will be graded.
Use Microsoft Word for your paper.
[supanova_question]
In your initial post, describe the technology used on a daily, weekly, or monthly basis for a business. This cheap essay help
In your initial post, describe the technology used on a daily, weekly, or monthly basis for a business. This could be where you work, or it could be the communication you receive on a regular basis from a company of which you are a customer. What does that communication look like? What forms of digital communication are used? How often? Is this the most effective means of communication given the audience? Why or why not? Can you defend the idea of reducing the methods of communication? Should they increase the methods of communication?
[supanova_question]
some learning objectives in the instruction section so you can briefly know what we went over in class. A little about me, I was always into sports since a little girl. I played basketball, softball, ran track, power lifting, and also was a cheerleader. Now I am an competitive cheerleader at my college and I am also the captain of the team. I also love to workout I have been power lifting/ Olympic lifting since middle school and I still have a love for it. As I got older I wanted to look a certain way and I realized that I wasn’t getting any results after doing all this working out. A year ago I was introduced to Herbalife nutrition and it changed my life. During the start of quarantine, I was in the best shape of my life. I looked great and I also felt great. Five months ago, I decided to become a wellness entrepreneur for Herbalife nutrition and help others feel great about themselves as well. In this journey I’ve gain the love for helping others. essay help: essay help
The purpose of this paper is to have you reflect on your life, and in particular, how sports participation or regular exercise has impacted on your Journey. The essay will be at least two pages long. Due November 10th at 9pm! Course Learning Objectives: Task Performance Domains and Associated Job Task Knowledge of verbal and non-verbal behaviors that communicate positive reinforcement and encouragement (e.g., eye contact, targeted praise, empathy). Knowledge of group leadership techniques for working with participants of all ages. Knowledge of active listening techniques. Knowledge of types of feedback (e.g., evaluative, supportive, descriptive). Skill in applying teaching and training techniques to optimize participant training sessions. Skill in using feedback to optimize participant training sessions. Skill in applying verbal and non-verbal communications with diverse participant populations. Knowledge of behavior change models and theories(e.g., health belief model, theory of planned behavior, socio-ecological model, transtheoretical model, social cognitive theory, cognitive evaluation theory). Knowledge of the basic principles involved in Motivational Interviewing. Knowledge of intervention strategies and stress management techniques. Knowledge of the stages of motivational readiness (e.g., Transtheoretical model). Knowledge of behavioral strategies for enhancing exercise and health behavior change (e.g., reinforcement, S.M.A.R.T. goal setting, social support). Knowledge of behavior modification terminology including, but not limited to, self-esteem, self-efficacy, antecedents, cues to action, behavioral beliefs, behavioral intentions, and reinforcing factors. Knowledge of behavioral strategies (e.g., exercise, diet, behavioral modification strategies) for weight management. Knowledge of the role that affect, mood and emotion play in exercise adherence. Skill in using imagery as a motivational tool. Skill in evaluating behavioral readiness to optimize exercise adherence. kill in applying the theories related to behavior change to diverse populations. Skill in developing intervention strategies to increase self-efficacy and self-confidence. Skill in developing reward systems that support and maintain program adherence. Skill in setting effective behavioral goals. Knowledge of stress management techniques and relaxation techniques (e.g., progressive relaxation, guided imagery, massage therapy). Knowledge in accessing and disseminating scientifically-based, relevant health, exercise, nutrition, and wellness-related resources and information. Knowledge of specific, age-appropriate leadership techniques and educational methods to increase client engagement. Skill in accessing and delivering health, exercise, and wellness-related information. Skill in educating clients about benefits and risks of exercise and the risks of sedentary behavior. Knowledge of signs and symptoms of mental health states (e.g., anxiety, depression, eating disorders) that may necessitate referral to a medical or mental health professional. Knowledge of symptoms and causal factors of test anxiety (i.e., performance,appraisal threat during exercise testing) and how they may affect physiological responses to testing. Knowledge of conflict resolution techniques that facilitate communication among exercise cohorts. Skill in communicating the need for medical, nutritional, or mental health
[supanova_question]
Performance Management / Appraisal essay help online free
https://www.youtube.com/watch?v=SyOZ_4rWWiY
Based on your review, please respond to the following:
Specifically focus on the elements of performance tools (there are 6 noted). Select any 3 of the elements as being the absolute elements that must be part of your performance tools if you are in charge of developing the performance management strategy. Be sure to explain why you selected your choices.
[supanova_question]
a research paper due in December on a short called “Sonny’s Blues. I have to find other sources and write on the topic of “Suffering.” I have an Outline that is also due on Nov 8, 2021. I have included all the instructions below. scholarship essay help: scholarship essay help
OUTLINE DUE 11/08 RESEARCH ASSIGNMENT DUE 12/03 Research Assignment Requirements for Research Assignment MLA format will be used for the research assignment. NO COVER SHEETS Format SUBMIT AS ONE DOCUMENT TO ENSURE PAGE BREAKS, SAVE AS A PDF Outline—250 to 500 words Research Paper · Use formal Roman numeral format Paper—1200 to 3000 words Introduction (THESIS GENERATOR) Body Conclusion · Ten (10) to twelve (12) size font with simple script · All text is double-spaced. · No fewer than five in-text citations (MLA format) List of works cited—1 page · Use MLA format outlined in your handbook · List five (5) sources minimum Proquest Central (Los Angeles Public Library), Gale Central (Los Angeles Public Library), Gale In Context: Opposing Viewpoints (Los Angeles Public Library), Opposing Viewpoints (LASC), eBook Collection (EBSCO Host) (LASC), LINK TO LIBRARY WEBSITES ACROSS LOS ANGELES Research Topics –choose from one of the topics listed below. Refer to CANVAS for topic updates and helpful links. Thesis. Supporting ideas. Suffering“Sonny’s Blues” helps us to understand the various ways people experience pain and suffering. As a musician and artist, Sonny tries to make known the pain he sees around him. The narrator, on the other hand, denies his own pain and hardship, and that of those around him. But when he is finally forced to see it, he begins to understand Sonny as both an artist and as a recovering addict. What role does suffering play in the story? Think about: What is the narrator’s understanding of suffering? Does that change as the story progresses?How does each brother take on the subject of suffering? Addiction? Provide examples from the text to support your point of view. Ethnic Newswatch (2) Literature (Gale) (3)Literature Resource Center (Gale) Search words/phrases: “Sonny’s Blues” by James Baldwin, existential meaning of pain and suffering in human existence, connection between creativity and substance abuse Research Paper Rubric Excellent 10 pts Good Job 9 pts OK 8 pts Need for Review 7 pts Not Passing 6 pts Format 10 pts Outline, Intro, Body, Conclusion, Works Cited Excellent This assignment contains all of the following, in the correct order and in the correct format: Outline, 1200 to 3000 words, Works Cited Good Job This assignment contains all of the following, in the correct order, but maybe one or two are not in the correct format: Outline, 1200 to 3000 words, Works Cited OK This assignment contains all of the following, maybe not in the correct order, or maybe one or two are not in the correct format: Outline, 1200 to 3000 words, Works Cited Need for Review This assignment contains most of the following, maybe not in the correct order, or maybe one or two are not in the correct format: Outline, 1000 words or less, Works Cited Not Passing This assignment is missing one or more of the following, maybe not in the correct order, or maybe one or two are not in the correct format: Outline, 1000 words or less, Works Cited Citations 10 pts Correct uses of in-text and works cited page Excellent This assignment contains the minimum five in-text citations with the correct format. Only sources from school database or library are used–no Wikipedia sources. The works cited page is also included in the correct MLA format. Good Job This assignment contains the minimum five in-text citations with the correct format more times than not. Only sources from school database or library are used–no Wikipedia sources. The works cited page is also included in the correct MLA format. OK This assignment contains the minimum five in-text citations with the correct format more times than not. Mostly sources from school database or library are used–maybe one Wikipedia source.The works cited page is also included in the correct MLA format, maybe with an error or two. Need for Review This assignment maybe missing one or more of the five in-text citations with the correct format most of the time. Not enough sources from school database and library–Wikipedia sources are used. The works cited page is also included in the correct MLA format but may contain errors. Not Passing This assignment maybe missing one or more of the five in-text citations with the correct format most of the time. No sources from school database and library–Wikipedia sources are used instead. The works cited page is missing or is not in correct MLA format. Grammar/ Mechanics 10 pts Correct use of grammar, sentence structure, punctuation, etc. Excellent This assignment demonstrates a proficiency in basic English skills and time taken out to proofread carefully before submission. There should be no more than 6 grammar/mechanical errors Good Job This assignment demonstrates a proficiency in basic English skills and some time taken out to proofread carefully before submission. There should be no more than 8 grammar/mechanical errors OK This assignment demonstrates a need for review of basic English skills and a lack of proofreading. There should be no more than 10 grammar/mechanical errors Need for Review This assignment demonstrates a need for review of basic English skills and no proofreading. There should be no more than 12 grammar/mechanical errors Not Passing This assignment demonstrates a need for review of basic English skills and no proofreading. There should be no more than 12 grammar/mechanical errors Development 10 pts Clearly stated thesis. Addresses chosen topic Excellent This assignment has a clearly stated thesis in the introduction and body paragraphs which illustrate the supporting ideas of the chosen topic. There is also a demonstration of the ability to integrate quotes and other borrowed material, showing the connection between the ideas of the student and expert source. Good Job This assignment has an adequate thesis statement and body paragraphs which do a fairly good job of illustrating the supporting ideas of the chosen topic. There is also a demonstration of the ability to integrate quotes and other borrowed material well enough to show the connection between the ideas of the student and expert source. OK This assignment does not have an adequate thesis statement and body paragraphs do not il
[supanova_question]
a research paper due in December on a short called “Sonny’s Blues. I have to find other sources and write on the topic of “Suffering.” I have an Outline that is also due on Nov 8, 2021. I have included all the instructions below. writing essay help: writing essay help
OUTLINE DUE 11/08 RESEARCH ASSIGNMENT DUE 12/03 Research Assignment Requirements for Research Assignment MLA format will be used for the research assignment. NO COVER SHEETS Format SUBMIT AS ONE DOCUMENT TO ENSURE PAGE BREAKS, SAVE AS A PDF Outline—250 to 500 words Research Paper · Use formal Roman numeral format Paper—1200 to 3000 words Introduction (THESIS GENERATOR) Body Conclusion · Ten (10) to twelve (12) size font with simple script · All text is double-spaced. · No fewer than five in-text citations (MLA format) List of works cited—1 page · Use MLA format outlined in your handbook · List five (5) sources minimum Proquest Central (Los Angeles Public Library), Gale Central (Los Angeles Public Library), Gale In Context: Opposing Viewpoints (Los Angeles Public Library), Opposing Viewpoints (LASC), eBook Collection (EBSCO Host) (LASC), LINK TO LIBRARY WEBSITES ACROSS LOS ANGELES Research Topics –choose from one of the topics listed below. Refer to CANVAS for topic updates and helpful links. Thesis. Supporting ideas. Suffering“Sonny’s Blues” helps us to understand the various ways people experience pain and suffering. As a musician and artist, Sonny tries to make known the pain he sees around him. The narrator, on the other hand, denies his own pain and hardship, and that of those around him. But when he is finally forced to see it, he begins to understand Sonny as both an artist and as a recovering addict. What role does suffering play in the story? Think about: What is the narrator’s understanding of suffering? Does that change as the story progresses?How does each brother take on the subject of suffering? Addiction? Provide examples from the text to support your point of view. Ethnic Newswatch (2) Literature (Gale) (3)Literature Resource Center (Gale) Search words/phrases: “Sonny’s Blues” by James Baldwin, existential meaning of pain and suffering in human existence, connection between creativity and substance abuse Research Paper Rubric Excellent 10 pts Good Job 9 pts OK 8 pts Need for Review 7 pts Not Passing 6 pts Format 10 pts Outline, Intro, Body, Conclusion, Works Cited Excellent This assignment contains all of the following, in the correct order and in the correct format: Outline, 1200 to 3000 words, Works Cited Good Job This assignment contains all of the following, in the correct order, but maybe one or two are not in the correct format: Outline, 1200 to 3000 words, Works Cited OK This assignment contains all of the following, maybe not in the correct order, or maybe one or two are not in the correct format: Outline, 1200 to 3000 words, Works Cited Need for Review This assignment contains most of the following, maybe not in the correct order, or maybe one or two are not in the correct format: Outline, 1000 words or less, Works Cited Not Passing This assignment is missing one or more of the following, maybe not in the correct order, or maybe one or two are not in the correct format: Outline, 1000 words or less, Works Cited Citations 10 pts Correct uses of in-text and works cited page Excellent This assignment contains the minimum five in-text citations with the correct format. Only sources from school database or library are used–no Wikipedia sources. The works cited page is also included in the correct MLA format. Good Job This assignment contains the minimum five in-text citations with the correct format more times than not. Only sources from school database or library are used–no Wikipedia sources. The works cited page is also included in the correct MLA format. OK This assignment contains the minimum five in-text citations with the correct format more times than not. Mostly sources from school database or library are used–maybe one Wikipedia source.The works cited page is also included in the correct MLA format, maybe with an error or two. Need for Review This assignment maybe missing one or more of the five in-text citations with the correct format most of the time. Not enough sources from school database and library–Wikipedia sources are used. The works cited page is also included in the correct MLA format but may contain errors. Not Passing This assignment maybe missing one or more of the five in-text citations with the correct format most of the time. No sources from school database and library–Wikipedia sources are used instead. The works cited page is missing or is not in correct MLA format. Grammar/ Mechanics 10 pts Correct use of grammar, sentence structure, punctuation, etc. Excellent This assignment demonstrates a proficiency in basic English skills and time taken out to proofread carefully before submission. There should be no more than 6 grammar/mechanical errors Good Job This assignment demonstrates a proficiency in basic English skills and some time taken out to proofread carefully before submission. There should be no more than 8 grammar/mechanical errors OK This assignment demonstrates a need for review of basic English skills and a lack of proofreading. There should be no more than 10 grammar/mechanical errors Need for Review This assignment demonstrates a need for review of basic English skills and no proofreading. There should be no more than 12 grammar/mechanical errors Not Passing This assignment demonstrates a need for review of basic English skills and no proofreading. There should be no more than 12 grammar/mechanical errors Development 10 pts Clearly stated thesis. Addresses chosen topic Excellent This assignment has a clearly stated thesis in the introduction and body paragraphs which illustrate the supporting ideas of the chosen topic. There is also a demonstration of the ability to integrate quotes and other borrowed material, showing the connection between the ideas of the student and expert source. Good Job This assignment has an adequate thesis statement and body paragraphs which do a fairly good job of illustrating the supporting ideas of the chosen topic. There is also a demonstration of the ability to integrate quotes and other borrowed material well enough to show the connection between the ideas of the student and expert source. OK This assignment does not have an adequate thesis statement and body paragraphs do not il
[supanova_question]
at 3:59 pm this afternoon need hel ASAP please follow directions college admissions essay help
This assignment is to help you explore how common renewable energy is becoming within your circle or peer group. Please ask 20-25 people the questions below. I don’t mind if you choose to email, ask peers in another class (check with your instructor first), snap it on Snapchat, post it to another social media account and see who answers. However you want to ask your friends/classmates. You need at least some of them to respond (thus is the nature of surveys!). Do not ask the questions in multiple choice format. Do not include names, gender, age, race, or any other identifying information in your answer. You can include major or occupation as a method of classifying them. After you have this information, compile your results into a word document (X number said yes, X number said no, etc…). Are you surprised by the responses? What kind of variety did you get? Any trends in what’s popular, or trends between major and the presence of renewables? Include a brief summary of your data (their responses) in your word document. Questions: Do you consider yourself ecofriendly? Do you have/use renewable energy at home? If yes, what kind do you have?
[supanova_question]
Human resource field personnel often deal with the complaint of useful and non-useful performance evaluations/reviews. Many times, the intention is college essay help online: college essay help online
Human resource field personnel often deal with the complaint of useful and non-useful performance evaluations/reviews. Many times, the intention is good, and the human resource department provides the resources for the evaluation to be meaningful and effective for both the employee and the employer. Managers are rushed and at the end of the day, they are forced to gather all completed paperwork and to submit it, including performance evaluations. Sometimes, this situation results in a poor performance management evaluation system for the employee. This week, please review academic journals to research best practices among the performance evaluation process. After summarizing best practices for effective performance measurements, create an annual timeline that human resources could use for managers to make the process a year-long process and not an annual report that is rushed because of other time- sensitive deadlines. Include suggestions for making the process more meaningful and engaging for the employee and supervisor. For example, document the number of times you will meet with employees throughout the year to discuss their progress. How will you document their successes, challenges, and concerns? Will professional development be incorporated? If so, how often? How will goals be revised, if needed, throughout the year? How is this determined? These are a few areas to consider for your plan. An annual plan will include a list of ideas/suggestions supported by academic literature. Flexibility is also important, because employee needs will differ. Length: 3-pages, not including title and reference pages References: Include a minimum of five scholarly resources.
[supanova_question]
Writer’s Choice Essay scholarship essay help
Key Bank
Create a competitor analysis for the company you have chosen. Be sure to provide a narrative to explain the findings from the analysis. This assignment could range between 3 and 6 pages. Be sure to allocate some of the analytical heavy lifting to secondary data from the case and other sources.
[supanova_question]