Author: admin

  • User-Defined Module Conversion Program “Unit Conversion Program with Python: A Step-by-Step Guide to Using If/Else and Elif Statements”

    Assignment Requirements
    In this assignment, you will write a program that demonstrates the use of user-defined modules by invoking functions from imported modules. Your program will accept a distance value and unit of length (miles or kilometers) and will call functions within your user-defined modules to convert the distance to the other unit of length. You will create two modules that contain the functions: one to convert miles to kilometers and one to convert kilometers to miles. Your program should continue converting entered distances until the user chooses to discontinue the program.
    Assignment Directions You will begin by creating the modules that hold the conversion functions. Start a new Python file and build each function to do the appropriate conversions.Create a module named miles.
    Create a function within this module named convertToMiles that accepts one value and returns the converted value when called.
    Create a second module named kilometers.
    Create a function within this module named convertToKilometers that accepts one value and returns the converted value when called.Conversion formulas for your reference:Metric Conversions (Kilometers-to-miles)Metric Conversions (Miles-to-kilometers)
    Hint: Modules are created as Python files with the same .py file extension as your main program file. Your modules must be within the same folder/directory as your program file in order to invoke functions from them. Reference: Refer back to Learn to Program With Python 3: A Step-by-Step Guide to Programming, 2nd edition, Chapter 4: Definition of a Function; and Programming in Python Chapter 7: Python Modules / 7.2 Module Definition / 7.3 Creating a Module.
    Next you will create your Python program to accept user input of a distance value and unit of length (miles or kilometers). You will start by including the import statements at the top of this program. You will import both the miles and kilometers modules you just created.Reminder: These three Python files must exist within the same directory.Reference: Refer to Programming in Python Chapter 7: Python Modules / 7.2 7.5 7.6 Importing Modules.
    Initialize variables. You should create two flag variables and initialize them to a value of true: one for when an invalid value is entered and one for when the user chooses to stop the processing (i.e., validValue, processing).
    Create a conditional loop that will continue the processing until the user chooses to exit.Hint: Use the processing flag you just created in step 3 as your test condition.Reference: Refer back to Learn to Program With Python 3: A Step-by-Step Guide to Programming, 2nd edition, Chapter 6: Loops / The While Statement. Accept a distance value and unit of length from the user and store these two values in variables. Use prompts such as:Please enter a distance value:What is the unit of length (M = miles, KM = kilometers):Hint: Preface your input statement with float to ensure the value they enter is stored as a decimal number for use in the conversion formulas.Reference: Refer back to your Unit 1 readings in Learn to Program With Python 3: A Step-by-Step Guide to Programming, 2nd edition, Chapter 3: Built-In Functions / Getting Input From the User.
    Incorporate a decision structure to check the unit of length entered by the user and call the appropriate conversion function from your user-defined modules.If the user entered “M”, call the convertToKilometers function passing in the user entered distance. Store the result of the function call in a new variable (convertedDistance).
    If the user entered “KM”, call the convertToMiles function passing in the user entered distance. Store the result of the function call in a new variable (convertedDistance).
    Use an else statement for any other values and set the validValue flag to false to indicate an invalid value was entered.
    Hint: Use the string function, upper, to convert the user input to uppercase and check for a value of M or KM only.Reference: Refer back to Learn to Program With Python 3: A Step-by-Step Guide to Programming, 2nd edition, Chapter 5: The if Statement / Comparison Operators / The elif Statement.
    If the user entered a valid unit of length, display the distance they entered, the unit of measurement and the converted distance/unit. Otherwise, display an error message. (i.e.. Your distance of 26.2 miles is equivalent to 42.1 kilometers or You entered an invalid unit of length.)Hint: Use an IF/ELSE decision structure here. Concatenate the results into one string.Reference: Refer back to your Unit 1 readings in Learn to Program With Python 3: A Step-by-Step Guide to Programming, 2nd edition, Chapter 2: Print Statements; Chapter 3: Built-In Functions / Concatenation; Chapter 5: The if Statement.
    Add another prompt to ask the user if they would like to continue. (i.e., Press X to quit or enter to continue processing.)
    If the user entered a value to discontinue processing, set the processing flag to false to conclude the conditional looping and end the program.
    Note: These small programming examples include very minimal data validation. Feel free to expand upon this and add additional layers of validation.
    Example Output Please enter a distance value: 26.2
    What is the unit of length (M = miles, KM = kilometers) : m
    Your distance of 26.2 miles is equivalent to 42.16 kilometers
    Press X to quit or enter to continue processing.
    Please enter a distance value: 5
    What is the unit of length (M = miles, KM = kilometers) : km
    Your distance of 5.0 kilometers is equivalent to 3.10 miles
    Press X to quit or enter to continue processing. X
    End processing of distances.

  • “The Power of Breastfeeding: Navigating the Benefits and Challenges for Mothers and Babies”

     Exploring the Benefits and Challenges of Breastfeeding: Supporting Informed Choices for Mothers and Healthy Outcomes for Infants. More than 850 words.

  • “Understanding [Selected Psychological Disorder] from a Biopsychosocial Perspective: Symptoms, Causes, and Treatment” “Examining the Discourse on Health, Illness, and Disability Among Black Minorities: A Critical Analysis”

    Each student will be required to write a term paper that contains five full pages (top line of the page through the last line at the bottom of the pages) plus a title page and reference page/pages for a minimum of 7 total pages. Your term paper must describe a psychological disorder from a biopsychosocial perspective. Students will be required to describe the disorder in terms of symptoms, describe biological, psychological, and social causes of the disorder and include information about treatment.
    Students will select one of the following psychological disorders:
    schizophrenia spectrum disorder
    bipolar I disorder
    Bipolar II disorder
    major depressive disorder
    separation anxiety disorder
    Agoraphobia
    Social Phobia (as so known as Social Anxiety Disorder)
    panic disorder
    hording disorder
    reactive attachment disorder
    post-traumatic stress disorder
    pica in children
    pica in adults
    anorexia nervosa
    bulimia nervosa
    erectile disorder
    female orgasmic disorder
    intermittent explosive disorder
    alcohol-related disorders
    opioid-related disorders
    cluster A personality disorders (you must pick one: paranoid personality, schizoid personality, schizotypal personality)
    Step One: Locate a minimum of five scholarly (peer reviewed) journal articles that will help you learn about the disorder you selected.  When doing your research, you should look for articles that:
    describe/explain the symptoms associated with the disorder
    that explain biological causes of the disorder
    that explain psychological causes of the disorder
    that explain socioeconomic causes of the disorder
    that gives you information about treatments for the disorder
    NOTE: Books and Websites of any kind are not allowed for this class. You must use GALILEO to locate Scholarly (peer reviewed) journal articles.
    Step Two : The paper must be written in the student’s own words. The paper may not contain more than two direct quotes. Each quote must be no more than one full sentence.
    Each paper will be analyzed using either a Safe Assign or a TurnItIn dropbox. The paper’s originality score must at 25% or lower. Any paper that scores higher than 25% on the originality report will receive a score of a zero. Remember that if you turn in your paper early and your originality score is too high you can revise and resubmit until the due date/time has passed.
    While personal knowledge/experience may have led you to select a specific disorder, please do not include personal stories or experiences. This paper must utilize research studies that have studied thousands of individuals.
    Step Three: Use the following guide to cover all the required components of your Term Paper.
    Symptoms may be described in terms of emotional symptoms, cognitive symptoms, behavioral symptoms, somatic symptoms, and impairment in social and occupational functioning.
    Biological explanations may include the following: Brain structure and function, genetics, hormones, evolution/natural selection, neurotransmitters (oversupply, under supply, dysfunction)
    Psychological explanations may include the following: Learning, memory, personality traits, cognition (thought patterns), trauma/stress, emotion/mood
    Sociocultural explanations may include the following: Gender roles, socioeconomic status, locations (city or rural), school/education, cultural values, poverty
    Treatment may include medications, cognitive therapy, behavioral therapy, group therapy, client centered therapy
    Step Four: The paper must be formatted entirely in APA formatting following the rules of the 7th edition of the Publication Manual of the American Psychological Association. This includes a title page and reference page/pages with APA formatted references, in-text citations, 12 point Times New Roman font (or other fonts as determined by your instructor), 1 inch margins on all sides.
    The citations on the Reference Page must be as follows:
    Primary Author’s Last Name, First Name Initial. (Publication Year). Article Title. Journal Title, Volume Number, first page – last page.
    For Example:
    Atkin, K. (1991). Health, illness, disability, and Black minorities: A speculative critique of present day discourse. Disability, Handicap and Society, 6, 37-47.
    NOTE: For more information about the APA 7th edition, please review the APA Formatting Resources folder located directly above the Term Paper folder in the Lessons area.

  • Title: Project Plan for XYZ Company’s New Product Launch

    Read all documents attached carefully. Use the case study to provide the following separately. Include intext citation with page numbers and reference list.
    1. Project brief – format -MS Word – Use template provided (800 words excluding reference list)
    2. Project plan: Product descriptions – format (1200 words excluding reference list)
    3. Project plan: Product Breakdown Structure (PBS) – format – MS VISIO
    4. Project plan: Product Flow diagram (PFD) – format – MS VISIO
    5. Project plan: Network diagram – format – MS VISIO
    6. Project plan: Gantt Chart, Resource allocation (gride view) created in project4web format.
    Please provide  1 – 6 separately in the format stated. DO NOT PUT THEM TOGETHER.
    Use only the full reading list at the end of course work brief attached for reference.

  • Title: Root Cause Analysis and Prevention Plan for Workplace Incidents

    Debriefing/Analysis handouts located in Analysis and Feedback in the Resources section of this course. 
    Use of the FIVE WHYS ANALYSIS HELPS FIND ROOT CAUSES.
    During the analysis, you may find more than one cause that must be addressed including policy revision, process improvement, education, disciplinary action, etc. 
    Choose a situation in your work or classroom that you have been involved in.
    Use the debriefing form to help you analyze the situation and identify the root cause analysis. Compare the incident with the description of common events in the first handout or a description of a similar event on  the internet.
    Describe what steps needed to be taken to prevent the event from ever occurring again.
    Research and compare your plan with a similar situation found in the literature.
    Describe your plan to prevent this incident from occurring again.
    Upload or copy and paste the assignment in the Textbox.
    Cite your resources at the bottom of the box.
    Read at least 2 of your class mates responses and then post an analysis of their posts (minimum of 250 words). Compare your response with theirs. What did you learn from your classmates post? Where did you agree? Disagree?
    Remember for your reply to a classmates response you need to expand on the initial idea of your classmates, introduce new information, and cite your sources (must have at least one in your response).  
    For reference citation: Use APA Format. Author, Year, Name of article, Name of web site, Retrieved on Date, then the URL web address.

  • “Developing a Comprehensive Diversity and Inclusion Plan: Guidelines and Rubric for Writing” “Measuring Writing Quality: Evaluating Language and Articulation”

    GUIDELINES FOR WRITING Your Diversity Plan
    GUIDELINES FOR WRITING Your Diversity Plan
    (A sample plan can be found under the Getting Started Tab)
    Final Project Pub 611
    The final project includes the application of fundamentals learned in the course regarding diversity and inclusion. Your task is to develop the mission, vision, and values for the Diversity plan of the organization. In addition, you are responsible for developing measurable metrics to evaluate whether the plan met its goals.
    XYZ Municipality’s Diversity/Inclusion Plan
    In order to develop XYZ Municipality’s Mission and Vision, senior staff are committed to actively fostering diversity, inclusion and cultural competency throughout our programmatic, research, development, and operational efforts of the municipality.
    Mission: XYZ   Municipality-
    Vision: XYZ     Municipality
    Values: XYZ    Municipality
    Goal 1: Build XYZ Municipality’s capability to execute a long-range diversity & inclusion plan 
    Metric 1
    Metric 2
    Goal 2 : Design a research agenda focused on recruiting and retaining diverse population of employees
    Metric 1
    Metric 2
    Goal 3: Increase awareness; build mutually rewarding relationships and foster collaboration  with the leaders and employees in the organization who are from diverse backgrounds and different perspectives
    Metric 1
    Metric 2
    Goal 4: Promote an agenda for education of diversity/inclusion in the organization
    Metric 1
    Metric 2
    Goal 5: Develop and implement diversity and inclusion education and program for professionals
    Metric 1
    Metric 2
    Rubric for Pub 611 Applied Project
    Range 5
    Range 4
    Range 3
    Range 2
    Range 1
    Mission
    Articulately Crafted
    Well crafted
    Good
    Needs work
    Not Cohesive
    Vision
    Articulately Crafted
    Well crafted
    Good
    Needs work
    Not Cohesive
    Values
    Articulately Crafted
    Well crafted
    Good
    Needs work
    Not Cohesive
    Goal 1
    Metric 1
    Articulated crafted and can be measured
    Well-crafted and can be measured
    Adequately written; but language does not provide for adequate measurement
    Writing needs work and ambiguous language regarding measurement
    Poorly written- cannot be measured
    Metric 2
    Articulately crafted and can be measured
    Well-crafted and can be measured
    Adequately written; but language does not provide for adequate measurement
    Writing needs work and ambiguous language regarding measurement
    Poorly written and cannot be measured
    Goal 2
    Metric 1
    Articulately crafted and can be measured
    Well-crafted and can be measured
    Adequately written; but language does not provide for adequate measurement
    Writing needs work and ambiguous language regarding measurement
    Poorly written and cannot be measured
    Metric 2
    Articulately crafted and can be measured
    Well-crafted and can be measured
    Adequately written; but language does not provide for adequate measurement
    Writing needs work and ambiguous language regarding measurement
    Poorly written and cannot be measured
    Goal 3
    Metric 1
    Articulately crafted and can be measured
    Well-crafted and can be measured
    Adequately written; but language does not provide for adequate measurement
    Writing needs work and ambiguous language regarding measurement
    Poorly written and cannot be measured
    Metric 2
    Articulately crafted and can be measured
    Well-crafted and can be measured
    Adequately written; but language does not provide for adequate measurement
    Writing needs work and ambiguous language regarding measurement
    Poorly written and cannot be measured
    Goal 4
    Metric 1
    Articulately crafted and can be measured
    Well-crafted and can be measured
    Adequately written; but language does not provide for adequate measurement
    Writing needs work and ambiguous language regarding measurement
    Poorly written and cannot be measured
    Metric 2
    Articulately crafted and can be measured
    Well-crafted and can be measured
    Adequately written; but language does not provide for adequate measurement
    Writing needs work and ambiguous language regarding measurement
    Poorly written and cannot be measured
    Goal 5
    Metric 1
    Articulately crafted and can be measured
    Adequately written; but language does not provide for adequate measurement
    Writing needs work and ambiguous language regarding measurement
    Poorly written and cannot be measured
    Metric 2
    Articulately crafted and can be measured
    Well-crafted and can be measured
    Adequately written; but language does not provide for adequate measurement
    Writing needs work and ambiguous language regarding measurement
    Poorly written and cannot be measured
    Goal 6
    Metric 1
    Articulately crafted and can be measured
    Well-crafted and can be measured
    Adequately written; but language does not provide for adequate measurement
    Writing needs work and ambiguous language regarding measurement
    Poorly written and cannot be measured
    Metric 2
    Articulately crafted and can be measured
    Well-crafted and can be measured
    Adequately written; but language does not provide for adequate measurement
    Writing needs work and ambiguous language regarding measurement
    Poorly written and cannot be measured
    Goal 7
    Metric 1
    Articulately crafted and can be measured
    Well-crafted and can be measured
    Adequately written; but language does not provide for adequate measurement
    Writing needs work and ambiguous language regarding measurement
    Poorly written and cannot be measured
    Metric 2
    Articulately crafted and can be measured
    Well-crafted and can be measured
    Adequately written; but language does not provide for adequate measurement
    Writing needs work and ambiguous language regarding measurement
    Poorly written and cannot be measured
    Overall Writing
    Excellent and artfully crafted and properly cited
    Well written and cited properly
    Writing is good; some cites are not evident
    Writing needs work; no citing
    Writing is poor, not cohesive and no citing
    PreviousNext

  • Title: “Examining the Role of Religion in Political Movements” Response to “In the Name of God” Article: One quote from the article that stood out to me was, “Religion is the most powerful tool in the hands

    For this discussion, please read the article posted at the top of Course Content “In the Name of God” published in the Washington Post. Choose one or two quotes from the article and respond.
    Also respond to attached named discussion 5( very short response)

  • Title: “Hiring a Replacement Certified Nursing Assistant: A Guide for HR Managers”

    You are an HR Manager for a regional hospital. A recently hired supervisor calls you regarding a replacement for a newly terminated Certified Nursing Assistant. The position has already been approved to replace.
    You will need to walk the supervisor through the hiring process. Please discuss your recommendations about how the following selection steps should be handled:
    Identify the basic competencies (knowledge, skills, abilities) necessary for this job. (Give some specific suggestions on competencies for this role)
    Explain the benefits of a structured interview.
    Tell him the difference between open-ended, situational, and behavioral questions.
    Give him examples of each type of question (at least 9 questions: 3 open-ended, 3 situational, 3 behavioral). Be sure to connect each question back to a specific job competency which you previously identified.
    Talk about interviewing errors or biases that he needs to be sure to avoid.
    Discuss the types of questions the supervisor should avoid asking.
    Close the meeting with some general best practices regarding interviewing.

  • Title: “Project Presentation: Development and Conclusions”

    Hi, 
    Could you please prepare a presentation based on the below PDF attachment? 
    Please follow the  guidelines:
    Each student will have 10min to present the project, followed by 10-20 minutes of discussion. Please respect the time limit to ensure the same opportunity to the next student.
    You must prepare a concise visual presentation (using any presentation tool e.g. PPT, Keynote, GSlides) and share your screen on Google Meet. Sharing the document submitted in phase 3 will not be allowed and you are expected to prepare a presentation, covering the main phases of your project and focusing on Development and Conclusions (results). Here are some tips that you might find useful – https://www.youtube.com/watch?v=ZLT1zkhPl2w
    Could you please prepare a concise visual presentation with a clean presentation design with images please?
    Please let me know if you have any questions regarding this. Also please let me know if I need to share any images.
    Thanks, 
    Santhosh

  • “Designing Effective Training Objectives for a Career in Human Resources”

    Career Exploration- Training Design Project ( Utilize the career you chose in Human Resources)
    Introduction
    This module focuses on training design and traditional training methods. 
    The Assignment
    Utilize the career exploration assignments completed in Module Two to build on      to this project. Training and Development professionals will need to continuously    build their skills. Based on the job duties you chose in the last module begin to work on designing (5) training objectives you believe would need to master to be            effective in their job. Please be sure to utilize the criteria presented in Chapter Five  figure 5.6 on page 184. Take into consideration the level of KSAs needed for the       position.   This will provide you with a framework that will be used to develop the    objectives for training.
    Grading Criteria
    To receive the highest grade possible, I need to see clear and complete evidence   that: 1) Your responses are professional and polished, meaning a solid                      demonstration of critical thinking skills, 2) Your responses use proper grammar,     mechanics, spelling, and formatting, 3) You successfully synthesize or effectively    interpret/analyze the research obtained from your selected sources. A grading       rubric is located within the Module.
    Your submission must be:
    Chart format- two components (refer to the chart in the text)
    12-point font
    Times New Roman 
    Cite sources- provide a reference page