presentation plan

 

Employment and Business entrepreneurship 

Starting and managing a practice

Independent contactor.

 

Presentation

Business Ideas for Nurse Practitioner

Entrepreneur

     

Nurse practitioners can practice in many locations and can be a clinical practice as well as a consulting business, educational business. Read through the list and use it to develop your own business plan presentation. The presentation must have no more than 15 slides including the title and reference page and must have the following headings:

  1. Concept Statement: What are the benefits of your product or service? Presenting the practice idea, reason for selecting this area and summarizes the general plan.
  2. Marketing Plan: What is the target market and how will you penetrate it? Presents the need for the practice, who it will be marketed to and why that group. Present a sample of a marketing strategy (i.e. magazine, tv or radio ad)
  3. Development: How will you develop and produce the product or service? What are the risks of the venture and what can you do to reduce these risks?
  4. Finance & Accounting: What are the financial implications of the plan? What resources, including funding, are required to successfully create the business plan? Show how you will support the business (billing). Expenses, contracts, building space et.  
  5. Legal Considerations: Identify any legal considerations the business team might foresee. Collaboration, protocols, state regulations, local regulation, licenses, certifications needed the business.

   

Clinical   Practice

Consulting  

Educational  

Retail  

Other

A practice providing drug screening   (pre-employment, legal documentation, etc

Corporate Wellness Consultant

Continuing Education Provider – yourself as   the teacher, bring in other providers to do the teaching

Health and Beauty Spa providing aesthetic   skin care treatments and other services

Author

Aesthetics

Infection Control Consultant

Prep Courses for certificate and or   licensing exams

Nutritional and Herbal Supplements

Speaker

Corporate Practice o Wellness, Primary Care,   Occupational

Occupational Health Consultant

Training of nurses, NP’s (AED, PALS, ACLS,   EKGs, Specialty Procedures,, etc)

Health Food Retail Store

Radio Show Personality

Diabetes Specialty Practice

Case Manager – such as for Geriatrics, life   planning, estate planning

Public Health Education to the public

Fitness Facility/Spa

TV Show Personality

HIV/AIDS Specialty Care

Health Coach – shouldn’t this emerging   field belong to Nurses and Nurse Practitioners? o Wellness, Lifestyle   changes, Menopause, etc

 

Own a retail health clinic

Product Developer

Holistic/Alternative Health Care Practice

Staffing Agencies

 

 

Legal consultants

Holistic/Alternative Health Care Practice

Patient Care Navigator

 

 

Adult Day Care business

0

Discussion Posting Response

  1. Create an original posting with a minimum of 250-300 words.
  2. Back up your arguments with reliable evidence.

Ethical Issues In Research

There are many ethical challenges that have specific implications for nursing research. These arise primarily from the emergent and unpredictable nature of the research methods and the nature of the profession. Ethical challenges such as risk-benefit ratio which involves weighing both the benefits and the potential harm must be anticipated by the researcher before any contact with the potential subject.

Instructions:

  1. You are planning to conduct interviews about the experiences of women who were the victim of domestic violence. Complete the activities and answer the following questions:
    1. List and discuss in detail the ethical issues that are involved in the early stages of doing a research or evaluation study with these subjects or participants.
    2. is informed consent necessary in this case?  Why or why not?
    3. What steps will you take to minimize the potential risks?  What possible sources of physical and mental harm to the participants be minimized?
    4. How would you protect this specific subject from harm?
    5. What information will you provide to the participants to ensure informed and voluntary consent?
    6. Do the benefits of the study outweigh the risks?

excel independent project 6-5

 

Classic Gardens and Landscapes counts responses to specialty promotions to determine effectiveness. You use SUMIFS and an IFS formula to complete the summary. You also calculate insurance statistics and display full names in one cell.

[Student Learning Outcomes 6.1, 6.2, 6.3, 6.6, 6.7]

File Needed: ClassicGardens-06.xlsx (Available from the Start File link.)

Completed Project File Name: [your name]-ClassicGardens-06.xlsx

Skills Covered in This Project

  • Nest MATCH and INDEX functions.
  • Create DSUM formulas.
  • Build an IFS function.
  • Build SUMIFS formulas.
  • Use TEXTJOIN to join labels.
  1. Open the ClassicGardens-06 start file. The file will be renamed automatically to include your name. Change the project file name if directed to do so by your instructor, and save it.
  2. Create a nested INDEX and MATCH function to display the number of responses from a city.
    1. Click the Mailings sheet tab and select and name cells A3:D28 as Responses.
    2. Click the Mailing Stats sheet tab.
    3. Click cell B21 and type Carthage.
    4. Click cell C21, start an INDEX function, and select the first argument list option.
    5. Choose or type the Responses range name for the Array argument.
    6. Click the Row_num box and nest a MATCH function. Select cell B21 for the Lookup_value and cells A3:A28 on the Mailings sheet for the Lookup_array. Click the Match_type argument box and type 0.
    7. Click INDEX in the Formula bar. Click the Column_num box and nest a second MATCH function to look up cell D3 on the Mailings sheet in the lookup array A3:D3.
    8. Click the Match_type box and type 0 (Figure 6-106) and click OK. The result displays as 343.00.MATCH statements are the row_num and col_num arguments.Figure 6-106 Nested MATCH and INDEX functions
    9. Format the results to show zero decimal places.
    10. Type Smyrna in cell B21.
  3. Use DSUM to summarize mailing data.
    1. Select the Mailings sheet and note that number mailed is located in the third column and response data is in the fourth column.
    2. Click the Criteria sheet tab. Select cell B2 and type lan* to select data for the Landscape Design department.
    3. Type law* in cell B5 for the Lawn & Maintenance department.
    4. Type pat* in cell B8 for the Patio & Furniture department.
    5. Click the Mailing Stats sheet tab and select cell B7.
    6. Use DSUM with the range name Responses as the Database argument. Type 3 for the Field argument (# Mailed column), and enter an absolute reference to cells B1:B2 on the Criteria sheet as the Criteria argument.
    7. Copy the formula to cell C7 and edit the Field argument to use the fourth column (# Responses).
    8. Use DSUM in cells B8:C9 to calculate results for the two remaining departments.
  4. Use SUM in cells B10:C10.
  5. Format all values as Comma Style with no decimal places.
  6. Create an IFS function to display a response rating. Note: If your version of Excel does not include the IFS function, build the following nested IF function =IF(C7/B7>=20%,$C$15,IF(C7/B7>=15%,$C$16,IF(C7/B7>=11%,$C$17,$C$18))) to display the rating.
    1. Click cell D7. The response rate and ratings are shown in rows 14:18.
    2. Start an IFS function and select C7 for the Logical_test1 argument. Type / for division and select cell B7. Type >=20% to complete the test.
    3. Click the Value_if_true1 box, select C15, and press F4 (FN+F4) (Figure 6-107).Each logical_test argument has a corresponding value_if_true argument.Figure 6-107 First Logical_test and Value_if_true arguments
    4. Click the Logical_test2 box, select C7, type /, select cell B7, and type >=15%.
    5. Click the Value_if_true2 box, click cell C16, and press F4 (FN+F4).
    6. Complete the third and fourth logical tests and Value_if_true arguments (Figure 6-108).Several arguments are scrolled out of viewFigure 6-108 Completed IFS function arguments
    7. Copy the formula in cell D7 to cells D8:D10.
  7. Use SUMIFS to total insurance claims and dependents by city and department.
    1. Click the Employee Insurance sheet tab and select cell E25.
    2. Use SUMIFS with an absolute reference to cells F4:F23 as the Sum_range argument.
    3. The Criteria_range1 argument is an absolute reference to cells E4:E23. The Criteria1 argument is bre* to select the city of Brentwood.
    4. The Criteria_range2 argument is an absolute reference to cells D4:D23, the department column, with criteria of lan* to select the Landscape Design department.
    5. Click OK. The result for cell E25 is 10.
    6. Build SUMIFS formulas for cells E26:E28 based on the criteria displayed in cells C26:C28.
    7. Format borders to remove inconsistencies, if any, and adjust column widths to display data.
  8. Use TEXTJOIN to display names. Note: If your version of Excel does not include the TEXTJOIN function, use CONCAT or CONCATENATE to build the function.
    1. Click the Full Names sheet tab and select cell E4.
    2. Start a TEXTJOIN function and press Spacebar for the Delimiter argument.
    3. Click the Text1 box and select cell C4.
    4. Complete the Text2 and Text3 arguments to show middle and last names and click OK (Figure 6-109).The quotation marks display when you move to the next entry box in the list.Figure 6-109 Delimiter is a space
    5. Copy the formula to display full names in column E.
  9. Save and close the ClassicGardens-06 Excel workbook (Figure 6-110).Completed worksheets for Excel 6-5

Product Costing Project: Develop the full cost of a simple item for Managerial Accounting

 Develop the full cost of a simple item. 

  1. Choose a simple, everyday household item (i.e. loaf of bread, fabric placemat, broom) to investigate its full cost.
  2. Describe the product and why it was chosen.
  3. Identify all direct and indirect materials used in production.
  4. Identify the different production stages and the labor requirements for each stage.
  5. Calculate the overhead.
  6. You will use the material, labor, and overhead amounts to calculate the production cost per unit.
  7. Find the selling price for your product.
  8. Assumptions:
    1. Production will be in your personal kitchen or workshop, therefore no rent expense will be incurred.
    2. Use the fixed amount of $100 per month for the additional utility expense that will be incurred in the production of your product.
    3. No additional major machinery/equipment will need to be purchased. Small tools and equipment such as hammers or cookie sheets may be lumped together. They will be considered to have a limited one-year life with no salvage value.
    4. The federal minimum wage should be used as the labor cost per hour.
    5. Assume no indirect labor.
  9. Requirements:
    1. The written portion of the project should be 5-6 pages, including the spreadsheets (but not including the cover page)
    2. The written portion to include:
      1. Why product was chosen?
      2. How cost was derived (where materials were obtained, etc.)?
      3. How was the price determined?
      4. Why your classmates should purchase your product? (Sell it – this part should be fun!)

Need assignment help

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

You should use the UC library (https://www.ucumberlands.edu/library) and/or Google Scholar to find these types of articles (https://scholar.google.com/ )

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

Your paper should meet these requirements: 

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

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

Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.

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

video essy

 

For your second graded essay please practice your paragraph writing skills to describe how Kara Walker and Ai Weiwei create social change in their art. You should have 3 paragraphs and follow the outline I created below. Each paragraph should be at least ½ page.

Paragraph One (a little longer than half a page, min.):

  • Topic sentence argument explicitly about how you think Kara Walker’s art creates change
  • Expand your topic sentence with details about how she creates change.
    (This should be 4-6 sentences of evidence and you should be specific and cite particular art pieces. Use details from her art.)
  • Final sentence of paragraph that restates your topic sentence in a different, more developed way.

Paragraph Two (a little longer than half a page, min.):

  • Topic sentence argument explicitly about how you think Ai Weiwei’s art creates change
  • Expand your topic sentence with details about how he creates change. (This should be 4-6 sentences of evidence and you should be specific and cite particular art pieces. Use details from her art.)
  • Final sentence of the paragraph restates your topic sentence in a different, more specific way.

Paragraph Three(a little longer than half a page, min.)::

  • Topic sentence argument that compares how Weiwei and Walker differently create change. Center on one main difference.
  • Expand your topic sentence with details/evidence. This should be a few sentences drawing from specific examples in the videos/class discussion for each artist. Compare and contrast in this body section.
  • Final sentence of the paragraph restates your topic sentence in a different, more developed way.

Papers should be 12 pt. Font, Times New Roman, 1 inch margins all around, double spaced, properly indented with a proper heading. They should be around 1.5-2 pages long. No shorter than 1.5 pages, no longer than 2.

https://www.youtube.com/watch?v=MVnH8ou3Kd4

https://art21.org/watch/art-in-the-twenty-first-century/s2/kara-walker-in-stories-segment/

assignment7

Instructions: You are required to answer the following questions. You should save your answers in a Word document for submission. Please do not repeat the questions on your answer sheet. Instead, please list the answers numerically/sequentially by simply utilizing 1, 2, 3, and 4. Each assignment must have a cover page listing your name, the name of the assignment, and the date. The cover page does not count towards the word count. For each assignment, you are expected to answer the assigned questions in your own words. Each assignment paper should be at least 250 words. Papers less than the required 250 words will get zero. This does not mean each question requires a 250-word response; rather, the total number of words for answering the questions must total more than 250 words. Documents should include a Title Page, maintain double spacing with 12 pt. Times font and 1” margins. If you have questions related to formatting, please ask and I will gladly assist you. Note: The Title Page does NOT count as one of the pages of text. For each assignment you must answer the specified questions for the assignment. 

1. List and describe three of the classifications of special events. 

2. What are the four primary challenges for event planners and managers? List and describe them below. 

3. Distinguish between transactional and transformational leadership.

 4. Discuss the changing role of managers.

Job fair PP

Prepare a draft of a brief presentation that Verizon recruiters could use at job fairs and other venues to entice or persuade both new graduates and experienced professionals to consider joining the company. 2)Choose a structured or free-form design that clearly exists in the Verizon Brand. You cannot use a pre-existing PowerPoint slide deck from Verizon for this assignment. 3) Create an appropriate number of slides for a presentation that is at least ten minutes but no longer than 15 minutes (not including a question-and-answer period). Assume that the audience members have heard of Verizon but don’t have any in-depth knowledge about the company.     The instructions for the final assignment  > Original instructions: Title Slide (1 slide): Include the title of your presentation, your name, date of presentation. > What I expect: Treat this assignment as a business assignment. You work for Verizon; you are NOT a student in this situation. You do NOT need my name on the slide, and neither do you need the name of the college or this course. > Original instructions: Introduction (1-2 slides): The introduction should capture your audience’s attention, establish credibility, and provide an overview of the topic and the main points. Refer to and apply the strategies outlined in your textbook to meet these objectives. Preview Slide: This slide will preview the main points you plan on making during the presentation. > What I expect:  Start with an introduction of yourself as a credible speaker. What is your role at Verizon? Why are you qualified to deliver this presentation? Then, provide an agenda type slide that lists in VERY short bullet points what you will cover in the presentation. > Original instructions: Topic Content (7-9 slides): The topic content should include the main points of the topic and the supporting material. The main points should include the significant ideas you want to convey to your audience. Each slide should be an independent idea related to, or building upon, other main points. It is highly recommended that you use PowerPoint Speaker’s Notes to clarify content or add appropriate information. Use simple designs and minimize the amount of text on slides. Graphics, photos or other pictures should be kept to a minimum unless they are deemed essential to the main point. As with all written material for this course, you must follow APA 6th edition style when citing supporting material. > What I expect: *Begin with an overview of Verizon. Include what the potential employee needs to know to be interested (history, locations, etc. – the “snazzy” stuff).  Additional ideas: -Discuss the types of jobs that are available at Verizon. -Discuss the types of people who work for Verizon. -Discuss the employment awards that Verizon has won. >>>The idea here is to demonstrate WHY someone would want to work at Verizon. *You should represent as much as possible in a visual way. At minimum, you should have at least one visual element every other slide. There should be VERY LITTLE text on the slides (no more than 35 words, including the title, and never any complete sentences, except possibly for the mission statement, should you choose to include it). > Original instructions: Summary/Recommendation (1-2 slides): Use this section to reinforce key points to the audience. Be sure that any recommendations are realistic in terms of the appropriate concepts and, if applicable, the topic you have presented. > What I expect: Given that this is an persuasive slide show, a call to action is required. That is the recommendation that needs to be included in this section. This article will help you write a call to action: http://sixminutes.dlugan.com/speech-call-to-action/ > Original instructions: References (1 slide): Include reference information for the supporting materials used in your presentation. You must include a minimum of three references (apart from your textbook) to support your content. This slide must be formatted according to APA 6th edition standards. > What I expect: The Verizon web site counts as ONE source, irrespective of how many pages within the site you visit. You will need a total of four independent references for the final assignment

Multiple Choice / Simple Finance

I. Answer the following multiple choice questions (2 points each):

1.  Fiscal Policy is __________.

a) Limits on the amount of a product imported

b) Recurring pattern of ups and downs in the nation’s business activity

c) Government’s taxing and spending decisions which are intended to improve the economy

d) Deep extended decline in the nation’s economy.

2. Which of the following is NOT an important U.S. import?

a) electronic products   b) motor vehicles  c) aircraft   d) coffee and tea

3. When a country spends more on imports than it earns on exports, it has a _________.

a)  trade deficit   b) trade surplus   c) balanced trade   d) shortage of trade

4. A tax on imported goods is called ________.

a) entrance tax    b) exit tax    c) tariff    d) excise tax

5. A deep, extended decline in a nation’s economy is a ________.

a) deficit  b) recession   c) depression   d) displacement

6.  When individual nations prosper, the world economy _______.

a) grows   b) declines   c) lapses   d) competes

7.  Goods and services sold by one country to another are called its________.

a) imports   b) exports  c) GDP   d) bartering

8.  The price of one currency in terms of another currency is the ________.

a) inflation  b) absolute rate   c) exchange rate   d) recession rate

9.  Countries do NOT usually benefit from trading with each other.  

True or false 

10. Monetary policy is _________.

a) Government’s efforts to help stabilize the economy by managing interest rates, the availability of loans, and the supply of money

b) Value of all nation’s exports minus the value of its imports

c) Tax on imported goods

d) The current value of all goods and services produced in a country in a year

II. Short Answer (20 points each)

1. The exchange rate for money entering Mexico is $1=10.80 pesos. During your visit to Mexico the exchange rate changes to $1=15.00 pesos. If you took $500 into the country exchanged it for pesos and then left with 500 pesos, how many dollars worth of pesos would you have when you exchanged it back into dollars?

2. Why do labor costs affect where multinational corporations choose to produce their goods?

3. How do changes in business activity in one nation affect other nations?

4. If the U.S. dollar increases in value how does that affect the American traveling in Europe? How would it affect the European visiting the United States?

Week-2 Research Paper

No Plagiarism expecting 0 %, Minimum of 4 pages, and no paraphrasing tools and require correct grammar.

how Big Data analytics can be used with Smart Cities. This is exciting and can provide many benefits to individuals as well as organizations. For this week’s research assignment, you are to search the Internet for other uses of Big Data in RADICAL platforms. Please pick an organization or two and discuss the usage of big data in RADICAL platforms including how big data analytics is used in those situations as well as with Smart Cities. Be sure to use the UC Library for scholarly research. Google Scholar is the 2nd best option to use for research.

Your paper should meet these requirements:

  • Be approximately four pages in length, not including the required cover page and reference page.
  • Follow APA 7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
  • Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.
  • Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.