Category: uncategorised

  • What is the most effective internet marketing strategy for b…

    Chose the correct answer

    A) Television advertising

    B) Newspaper marketing

    C) Social media marketing and content creation

    D) Billboard advertising

    Requirements:

  • Discourse Analysis

    Career is on Psychometrist

    Attached Files (PDF/DOCX): Discourse Analysis Essay.pdf

    Note: Content extraction from these files is restricted, please review them manually.

  • Growth and Development Paper

    Paper Requirements:

    1. The minimum length of the paper is 4 pages (not including the title or reference pages). The typical length required to cover all the rubric area thoroughly is 4-6 pages.
    2. Utilize the course textbook as the main cited reference and use at least one other resource. The additional reference should be from an authoritative or scholarly resource and published within the last 5 years. See example resources in the planning worksheet.
    3. Adhere to all APA style guidelines, such as cover and reference page formatting, spacing, font size, margins, page numbers, and in-text citation formatting.
    4. The quality and effectiveness of your writing is important. Please use professional/scholarly language that follows basic grammar and punctuation rules and maintains accurate spelling. Please avoid overly casual or conversational language.

    Assignment Instructions:

    Read the detailed instructions and view the planning resources below prior to completing your Growth and Development Paper. Submit your completed paper as a .doc, .docx, or .pdf file.

    1. Select a subject who is at least 3 years old and who you know well (i.e. family member or close friend) to complete this developmental assessment.
    2. Provide a brief overview of the subjects biographical information, including information such as their age, gender, family structure and living environment, education or employment setting, family socio-economic status, religious affiliation, ethnicity, or cultural elements etc.
    3. Identify and report the subject’s current age period of development per the textbook based on their chronological age. Ex. Early childhood, Middle to Late Childhood, Adolescence etc.
    4. Review the developmental information in our textbook for the subjects age period and select a minimum of 3 topics in each of the 3 developmental domains (physical, cognitive, and psychosocial) that you believe are relevant to the individual.
    5. For each topic, you will thoroughly define and describe the theory, concept, or norm/milestone to clarify what is expected for the subjects current age period. Then, compare this information to a relevant observation about the subjects functioning to help determine if they have met the developmental expectation.
    6. Identify and suggest at least 2 measures to assist in the healthy development of an unmet or delayed topic area discussed in the paper. Or if no areas of development are found to be unmet or delayed, suggest at least 2 measures to maintain or further strengthen an already achieved topic area. The suggested measures to assist or maintain need to include clear reasoning supported by normative information – i.e., include a statement regarding why the measure to assist would likely help address the particular developmental objective.

    Note: The assessment is not a chronological lifespan report of development from the viewpoint of a single theorist. It should focus on the subjects current period of life, examining a variety of theories, concepts, and/or milestones across the 3 domains of development (physical, cognitive, and psychosocial). However, if the subject has unmet tasks, you can examine earlier periods of life influential to the delay.

    Required Textbook(s)

    Lally, M., & Valentine-French, S. (2022). Lifespan development: A psychological perspective. (4th

    ed.). https://open.umn.edu/opentextbooks/textbooks/540

    Attached Files (PDF/DOCX): GrowthDevPaperPlanningWorksheet 090525.docx, GrowthDevPaperAPATemplate.docx

    Note: Content extraction from these files is restricted, please review them manually.

  • Assignment 2

    Answer the following questions. Make sure you use comments in your SQL file to clarify/show which SQL statement is the answer to which question. The questions are:

    1- Write an SQL query to show the CustomerName and Country of Customers.

    2- Write an SQL query to show all Countries (no duplicates) customers are coming from, and order them alphabetically.

    3- Write an SQL query to show the first name of all employees ordered by their last name in alphabetic order.

    4- Write an SQL query to show the detail of all offices.

    5- Write an SQL query to show the top five expensive products.

    6 – Write an SQL query to show all details of payments, show only five of them.

    7- Write an SQL query to show all details of employees.

    8- Write an SQL query to show all details of Orders, show the recent ones on the top.

    9- Write an SQL query to show product names, and their prices.

    10 – Write an SQL query to show all details of orders (from OrderDetails table).

  • Student Data Analysis

    In this assignment, you will create a dataset using Microsoft Excel for purposes of analysis later in the course. Your sample dataset will represent two student groups, A and B. Step 1 Open Microsoft Excel to a blank workbook. Double-click on the tab at the bottom of the worksheet and relabel it RES6003, Student Data, or some other relevant title. Step 2 Label Column A of the Excel spreadsheet Student Group by entering that text in Cell A1. Because these groups are categories, they are considered nominal data. Label Column B Remedial Hours in Cell B1. This column will contain interval data, which is the number of hours of remediation the student received between 0 and 20. Label Column C Project Grade in Cell C1. This column will contain ratio data representing the students grade on a major project in the class. The data are ratio because they are expressed in terms of percentage points, which is the number of points scored out of 100. Label Column D Final Grade in Cell D1. This column will contain the final grade the student earned in the class. This is also classified as ratio data because it is a percentage score. Step 3 Column A can have one of two values: A or B. Next, for purposes of this example, populate the first 25 rows with A and the next 25 rows B. Note that the column headings are on Row 1, so you will start on Row 2. Therefore, the B group will start on Row 27. Step 4 In Cell B2, enter the following formula: =RAND()*20. This formula generates a random number between 0 and 20. Round up the random value since we cant have a partial click. Use the Decrease Decimal button on the Excel toolbar in the Number ribbon to round the values to a whole number there should be no decimals. Populate the rest of the rows in Column B by grabbing the corner of the cell and dragging it all the way down the spreadsheet to Row 51. The cells in Column B should now be populated random values between 0 and 20. In Cell C2, enter the following formula: =55+RAND()*45. This formula will generate a random number between 55% and 100%. Now, grab the bottom right corner of the cell again and drag it all the way down to Row 51 of Column C. The Project Grade column should now be populated with values between 55 and 100. Repeat the procedure for the final grade in Column D, but this time, account for the project grade by assuming the student cant score a lower final grade than what they scored on their project. Therefore, enter the following formula into cell D2: =C2+(RAND()*(100-C2)). This will ensure that the final grade ends up somewhere between what they scored on their project and 100. Drag the formula down the column again to Row 51 of Column D. The Final Grade column should now be populated with random scores between the project grade and 100. Dont forget to decrease the decimal for Column C and Column D, leaving at least two decimal places. This will allow a bit more accuracy when you conduct your statistical tests. Step 5 Click on Cell B52 and enter the following formula: = AVERAGE(B2:B51). This will calculate the mean score, or average, for the Hours of Remediation column. Note that this will calculate the average for both groups. After entering the first formula, you can grab the bottom right corner of the cell again and drag the formula to the right, through cells C52 and D52. This should calculate the average scores for the project and the final grade. In a blank area of the worksheet, calculate the averages of each column for each individual group; to do this, only include the rows representing the groups you want. For instance, calculate the average Remedial Hours for each group by using the following formulas instead: Put this (Group As average) in one cell: =AVERAGE(B2:B26). Put this (Group Bs average) in another cell: =AVERAGE(B27:B51). Create appropriate labels for the data in this part of the spreadsheet. Step 6 After generating the random numbers, select all the cells, copy them to the clipboard, and from the paste menu (clipboard icon) choose Paste Values. This ensures the random numbers are not regenerated every time something changes on the spreadsheet. Copy all of the cells and paste the values into a new worksheet in the same workbook, or overwrite the formulas by pasting the values directly on top of them. Step 7 Open Microsoft Excel and install the Data Analysis ToolPak: In Microsoft Excel, click on File > Options > Add Ins. Click Go next to the dropdown labeled Excel Add-ins. Check Analysis ToolPak to enable the Microsoft Data Analysis ToolPak for Microsoft Excel. Confirm that the Data Analysis ToolPak is installed by going to the Data tab on the toolbar ribbon and ensuring the Data Analysis icon appears on the far right.
  • follow instruction please see attached

    Instruction

    In Chapter 7, we examine how children in middle childhood develop social skills, emotional regulation, peer relationships, and moral understanding. Bullying behavior can emerge during this stage as children navigate expanding social environments and peer dynamics. This assignment invites you to apply socioemotional development concepts to a real-world school setting.

    Instructions

    Imagine you are part of a school support team working with a child in middle childhood who engages in bullying behavior. Your task is to design a school-based intervention program that supports positive social and emotional development while addressing the behavior constructively.

    In your response, address the following:

    1. Briefly describe the bullying behavior and the developmental factors that may contribute to it (for example: emotional regulation, peer influence, self-concept, or social skills).

    2. Explain the role of the family in supporting change.

    3. Describe how teachers and school staff would be involved in the intervention.

    4. Discuss how peers could play a positive role in reducing bullying and promoting prosocial behavior.

    5. Explain how this intervention supports healthy socioemotional development in middle childhood.

    Assignment Requirements

    Length: 3 pages (double-spaced)

    Format: Typed, 12-point font, standard margins

    Course Concepts: Use at least two concepts from Chapter 7

    Tone: Analytical and applied (focus on solutions rather than punishment)

    Textbook

    Kail/Cavanaugh – Human Development: A Life-Span View

    0357657950 | 9780357657959

    3/24/2022 2023

    9th Edition 720 pages, PB,4 colors X

    Avail:3/28/2022

    Attached Files (PDF/DOCX): Instruction bulying.docx

    Note: Content extraction from these files is restricted, please review them manually.

  • Discussion Question Forum 2

    Economic growth is generally measured by calculating the growth rate of Gross Domestic Product. Refer to the following two web articles, “Why GDP Fails as a Measure of Well-Being Links to an external site. ( )” and “Measuring Economies: The Trouble with GDP Links to an external site. ( ).” . The articles discusses the weaknesses of GDP as a measure of well-being and discusses several alternatives. Choose one of the alternative metrics discussed in the articles you favor. In 250 to 300 words, describe what it is, and explain why you believe it would be a better measure of well-being. What would measuring economic growth with your chosen metric mean? Explain why you would prefer using it to measure economic growth instead of GDP?
  • Food Addiction

    This assignment should have 6 sources, 100 words each source for the annotation bibliography and a 300 word reflection afterwards that compare and contrast the different arguments and views on the topic food Addiction. More detailed instructions attached.
  • Food Addiction

    This assignment should have 6 sources, 100 words each source for the annotation bibliography and a 300 word reflection afterwards that compare and contrast the different arguments and views on the topic food Addiction. More detailed instructions attached.
  • Test #1

    Thoroughly detail one (1) goal of corrections. Specifically, address the tenets of the goal, how it actually operates in corrections, how it relates to sentencing, an historical perspective, how it works with other goals, how it is ranked in importance in todays correctional environment, and the probable future importance of the goal.

    (Chapter 1)

    2) Select one (1) leadership theory and then provide a detailed description of how it works, the primary factors of the theory, what kind of correctional environment it may work best in (prison, jail, community corrections, etc.) , and the strengths and weaknesses of the theory within corrections.

    (Chapter 2) . please cite. outside resources welcome.