Can you please do programing assignmnet which is python

There are two questions in this assignment. For each question you will be submitting your
solution as multiple files, each containing source code written in Python 3. These files must be
compressed into a single zip file, and you will submit this file using cuLearn.
? The source files for question 1 must be named a2q1a.py, a2q1b.py, and a2q1c.py
? The source files for question 2 must be named a2q2a.py and a2q2b.py
? The compressed archive (i.e., the .zip file) must be named a2.zip.
? The due date for this assignment is October 8, 2016, by 11:30pm.
?
Late assignments will be accepted for 48 hours after the deadline, but the penalty for
submitting a late assignment is a loss of 2.0% per hour.
?
You are expected to demonstrate good programming practices at all times (e.g., choosing
descriptive variable names, provide comments in your code, etc.) and your code will be
penalized if it is poorly written.
?
You are expected to do the necessary preparatory work (e.g., devising an algorithm) before
you begin coding. Whenever appropriate, you will be asked to present either pseudocode or a
flowchart before you will receive any assistance from the instructor or a teaching assistant.
?
This assignment is uniquely generated; every student in the class is required to complete a
slightly different version of this assignment. To ensure that each unique assignment shares the
same level of difficulty, a unique assignment generator (and supporting files) has been made
available on cuLearn.
To receive the assignment instructions that are specific to you, download the
unique-assignment-generator-for-A2.zip file from cuLearn. Once you have extracted the
contents to your working folder, use the command prompt to run the generator-for-A2.py
program and then enter and confirm your student number.
Specification for Assignment 1 for COMP1405 (Fall 2016)
Question 1 (of 2)
When you ran the unique assignment generator for this assignment, the program showed you a
collection of 18 cartoon faces as the top three rows of the SimpleGraphics window. For the first
question of this assignment you will create three short programs that will ask the user
questions as though the user is playing a game of Guess Who? using this collection of faces. If
you are completely unfamiliar with this game you should consider visiting the Wikipedia page
(https://en.wikipedia.org/wiki/Guess_Who%3F) and playing an online implementation (such as
the one at http://www.miniplay.gr/?view=gamegid=76).
Each of the programs you write will require you to use the input function to ask the user one or
more yes or no questions. You MUST restrict your questions to asking about whether or not the
players choice of face has a wig, glasses, hat, pipe, moustache, beard, or scar, and each
question can only ask about one of those features. To clarify, you are NOT permitted to ask
questions pertaining to the row, column, eyes, mouth, or any feature other than the seven
listed above.
Your first program (i.e., a2q1a.py) must contain a single if statement that does not use any of
the Boolean operators (i.e., and, or, not), has no elif or else branches, and would only work to
identify one specific face (i.e., ending the game with a single question). To clarify, you can
assume that your program will win if the opponent (i.e., the user) has chosen the only face out
of group of eighteen that can be identified by a single question. For further clarification,
consider the collection of three faces below and note that the only single question that could
conceivably identify one of these three is the question Are you wearing a hat?
Your second program (i.e., a2q1b.py) must contain a single if-else statement that does not
use any of the Boolean operators (i.e., and, or, not), has only a single else branch, and is
guaranteed NOT to identify your opponent. To clarify, regardless of which face your opponent
has chosen, they should end up following the else branch of your statement.
Your third program (i.e., a2q1c.py) must contain a single nested if statement with a depth of
two (i.e., one inner if statement nested inside one outer if statement) that does not use any
of the Boolean operators (i.e., and, or, not). Write this program such that exactly five possible
choices of face should pass the condition of the outer if statement, and only one of those faces
should pass through the condition of the inner if statement.
Specification for Assignment 1 for COMP1405 (Fall 2016)
Question 2 (of 2)
When you ran the unique assignment generator for this assignment, the program also showed
you a collection of 10 arrows as the bottom two rows of the SimpleGraphics window. For the
second question of this assignment you will create two expert systems that will allow the user
to uniquely identify each of these arrows by answering a series of questions.
An expert system represents to a solution to a categorization problem. An expert system is
expected to maintain a database that contains the identity of each element of a large
collection, and then when a user has an unknown element they would like to identify they can
answer questions from the expert system and the expert system can identify the unknown
element. As a clarifying example, suppose the database maintained by an expert system
contained the following four arrows (denoted arrows 1, 2, 3, and 4, respectively)
and the user encountered the following unknown symbol, to be identified:
The expert system might ask the user Does the symbol use any curved lines? and if the users
answer is yes then the expert system knows the unknown symbol must be either 1 or 2. The
expert system might then ask Does the symbol point straight upwards?, etc.
Your first expert system (i.e., a2q2a.py) must use a single if-elif-else statement to correctly
identify each of your ten symbols, and this statement must be flat (i.e., not nested). For this
question you are only permitted to ask the user yes or no questions. To accomplish this you will
need to use Boolean operators (i.e., and, or, not) and create conditions such that each
condition only evaluates to True for a single arrow. As a clarifying example you might create the
following flat if statement (for the example included above):
if isCurved == yes and isUpwards == yes:
print(2)
elif isCurved == yes and not(isUpwards == yes):
print(1)

Your second expert system (i.e., a2q2b.py) must use a single nested if statement to correctly
identify each of the ten symbols that you have been assigned. This system is expected to ask as
many non-yes or no questions as possible (e.g., How many solid parts make up the symbol?)
but it must not ask any unnecessary questions. This entails that, unlike your first expert system,
your second system cannot ask all the questions up front some of your input function calls
 
must be made inside the nested loop.

Nicoh william only | Psychology homework help

Read the “Jed Assessment Case Study” and imagine that Jeb is your client. Develop a relapse prevention plan based upon the “Jed Relapse Prevention Plan” provided. The plan should be in a format that might be given to the client to use as a guide. Use third person (i.e., Jed will or the client will) and assume that the two of you have formulated the plan together. The plan must address the following:

Client name and age
Client’s family situation
What is the client’s agreement to stop using drugs/alcohol? Be specific. For example, does the client commit to attending AA meetings? If so, how many?
If the client relapses, what is the client’s plan to get help?
What high-risk situations could trigger a relapse for the client?
What high-risk behaviors or irrational thoughts could lead to relapse?
What coping skills may help the client remain sober?
What new activities could the client participate in to help replace old behaviors such as going out with his friends, for a drink, etc. after work? How many? How often?
How would Jed’s family be involved in his relapse prevention plan?
How would Jed’s family and ethnic culture impact his relapse prevention plan?
What resources are available in the community to help Jed prevent relapse? Use resources that are available in your community/area.
Develop a sobriety card that contains people and resources the client (Jed) could call if he felt he was were at risk to relapse (e.g., sponsor, family members, crisis hotline). Include why that person/resource should be included.

APA style is not required but solid academic writing is expected.
This assignment uses a rubric. Please review the rubric prior to beginning the assignment to become familiar with the expectations for successful completion.
You are required to submit this assignment to Turnitin. Please refer to the directions in the Student Success Center.
 
This assignment meets the following CACREP Standard: 5.C.2.c: Mental health service delivery modalities within the continuum of care, such as inpatient, outpatient, partial treatment and aftercare, and the mental health counseling services networks.
 
Case Study
Jed: Relapse Prevention Plan
Jed is a 38-year-old welder who came into the treatment center after being arrested for drinking and driving (DUI/DWI). His attorney has suggested that he quit drinking and enter treatment, at least until his trial, which is scheduled to occur in two months. Jed does not anticipate serving jail time, but he believes that treatment could strengthen his legal case. After his first arrest for DUI two years ago, he simply paid a fine and attended a special drivers education program for six weeks. Jed found the program to be a “waste of time.”
Jed has been married for 8 years and has two daughters, aged 8 and 6. He has had numerous arguments with his wife, Emily, concerning his drinking. He gets very angry and defensive when she confronts him about his heavy drinking and he asserts that he is not an alcoholic. He knows this is true because his father was an alcoholic and Jed says that he is not like his father. His father died as the result of a fight that occurred in traffic when he was drunk. Jed says that his father used to “beat the tar” out of him and his brother when he was drunk and that his father always belittled, taunted, and threatened their mother, whether he was drunk or sober. Jed references that his family is Irish and that it was cultural normal to drink and enjoy alcohol and that all of his family and relatives drink in excess.
Jeds work history is very good; he misses less than one day per year. He works the day shift on weekdays, putting in time-and-a-half on most Saturdays. He is well regarded by his supervisors and peers at work. He is fearful that his employer will find out about his treatment (it is being covered by his HMO), and that people at work will learn about the second DUI arrest.
Jed drinks with his buddies from the plant, and does not think that his drinking is any more than what they do. He was just “unlucky” and was caught doing what everyone else seems to get away with. Jeds drinking is very predictable: he drinks 8-9 beers on a weeknight. Several of these are consumed at the bar with friends, the remainder at home over the course of the evening. He usually falls asleep in front of the television. When he is not working on Saturdays, he often drinks several 12-packs between Friday and Sunday. A typical Saturday involves getting up at 10:00 a.m., playing soccer with friends, and going to the bar for the rest of the day and night. This pattern leads to arguments with Emily, who calls him a “lousy father.” At times, Jed has had unsettling episodes of being unable to recall what happened while drinking. He has commented to friends that “maybe I overdo it a bit.” Several times, he has attempted to cut down on his drinking, especially after the last DUI. He once attended a few AA meetings, but did not feel that AA was helpful: It was listening to a lot of guys whining… and he especially did not care for the prayers.
Despite these attempts, Jed has experienced increased consumption levels over the past 2 years. He admits that, as a result of the drinking, he has become increasingly estranged from his wife and daughters. Jed feels that his marriage has been basically good, but that he would not blame Emily for leaving him, the way things have been going lately. She will no longer sleep with him while he is intoxicated, which occurs regularly. She complains that the house is falling apart because Jed does not keep up with his chores. He believes that his marriage would become solid again, if he stopped overdoing the drinking, but he complains about her hassling him about the alcohol.
Jed is not close to his remaining family members. His mother is very religious and wishes Jed would see religion as a way out of his problems. His siblings live in other communities and they rarely get together. His wife and daughters regularly attend his mothers church, but Jed only attends on Christmas Eve and Easter Sunday.
Jed is distraught about having to remain abstinent in preparation for the trial. He has trouble getting to sleep without alcohol. He also “gets jumpy” when he tries to stay away from drinking, feeling “closed in or like he is suffocating.” Jed reports that he is not used to socializing without alcohol and alcohol helps him relax and be more social with people.
Jed is willing to go to AA meetings only because he knows they may be court ordered and it may be better for his legal case. He does struggle with the philosophy of AA. He does not like the spirituality part of the program and does not like when people talk about God.
He does believe that he can go to the bars with his friends and not drink. He does think that he can increase his sports activities to help him not drink although many of his friends who play also drink.
References
National Institute on Alcohol Abuse and Alcoholism. (2005) Case examples-http://pubs.niaaa.nih.gov/publications/Social/Teaching%20Case%20Examples/Case%20Examples.html
 

Due asap | English homework help

 
WRTG 101SWriting Assignment #3: Research-Supported Essay
 
Writing Assignment #3 will be a research-supported essay.
 
Courses that fulfill the General Education Requirements (GERs) at UMUC all have a common theme—technological transformations.  In following this theme throughout this semester in WRTG 101, we have read the analyses of various authors on innovations and technological transformations in education and in other fields. 
 
In this essay, you will continue this theme of technological transformations.
 
You have two choices for your essay topic.  Please choose one of the two choices.  Please note that both choices are identical to the choices you had for writing assignment #2, the cause-effect essay.  You may write on the same topic that you wrote on for writing assignment #2; however, you may be asked to adjust the topic in some direction in order to write a more successful research paper.  In addition, of course, you will expand on the number of sources you use to defend your argument.
 
 
 

Technology and Education
 
Analyze the impact of a particular trend in technology on education. 

 
Our discussions in the class up to this point might be helpful for you as you consider ideas for this topic. 
 
 
 
You might analyze any one of the following.  These are just examples.  Many approaches are possible for this topic.
 
 
 

The potential effects of Massive Open Online Courses (MOOCs) in higher education.  You might focus on a particular field of study for this choice.

The effects of online courses on education.  You might focus on a particular field of study for this choice.

The effects of using digital media in online courses

The effects of computer use in writing courses or courses in other disciplines

The effects of certain forms of technology on reading skills or reading habits

The potential effects of video games being introduced into schools and used to help educate students

 
 
 
 
 

Technology and Your Field of Study
 
Analyze the impact of technology on a field of study of your choice.
 
This option represents a more general approach to the essay. 
 
 
Some examples might be the following. These are just examples.  Many approaches are possible for this topic.
 

 

The effects of mobile devices on cybersecurity

The effects of the Internet on the field of advertising

The effects of cloud computing on a particular business field

The effects of the Internet in an area of communication studies

The effects of the Internet on global marketing strategies

The effects of a particular type of technology on health care

 
 
 
 
 
 
 
 
 
 
 
Outline for the essay
 
The essay should have the following elements:
 
 
 

an engaging introductory paragraph.  You might even want to cite sources in the opening paragraph to make your opening engaging to the reader.
an effective and clear thesis statement
a statement of definitions and background on the topic on which you are writing. 

You will want to define any terms necessary for the reader.
You may want to provide a historical background on your topic.

unified, supported, and coherent body paragraphs that defend the thesis
sources cited throughout the body paragraphs that support the arguments in the paper
an effective conclusion
a “references” page that lists the sources cited.  The references should be listed in APA format.

 
 
 
 
 
The sources and citation format for this essayYou are required to use at least six sources for this essay. 
 
 
 
At least four sources must be acquired through the databases subscribed to by UMUC’s Information and Library Services.  In addition, at least three sources are to come from scholarly journals.
 
 
 
Keep in mind that if the sources are scholarly, the argument you make in the paper will be more persuasive.  For this reason, feel free to use all scholarly sources if you can.
 
 
 
In addition, please feel free to cite more than six sources.  You may find that seven or eight sources (or more) are necessary to establish your argument and defend your thesis.  Please do not feel limited to using only six sources.   Use more if you would like to or need to.
 
 
 
Please cite your sources and list them at the end of your paper using APA format.
 
 
 
 
 
Length: 1300-1500 words
 
 
 
 
 
 
The strategy for this essay:
 
This essay can be a persuasive essay, in which you try to persuade the reader of a particular position.  Or it can be an expository essay that synthesizes material, an essay in which you give information to the reader and synthesize the different viewpoints on an issue.  The following examples help illustrate these two approaches.
 
 
 
For a persuasive essay, you could take the position that video games should be integrated into school science curricula to teach middle school students.  You would cite articles that demonstrate research studies and other pieces of evidence to support the claim that video games can enhance instruction in science classes and will help middle school students learn science more effectively.
 
 
 
If you write a persuasive essay, please follow one of the following three options for organization:
 
 
 
 
 
 
More information on these three styles is given in the following video tutorial:
 
http://info.umuc.edu/academicwrtg/WRTG101_101S/wa3_lecture_f.html
 
 
 
For an expository essay, you could synthesize information on this topic, one that summarizes and analyzes the evidence for and against using video games in school curricula.
 
 
 
Format
 

Double space.
Include a title page with the paper’s title, your name, the date, and “WRTG 101S.”
Cite sources using APA format
Submit your paper as an attachment

 
 
 
 
 
What to submit:
 
Proposal/Prewriting – By the end of Week 4, submit as an attachment to the assignment folder for Writing Assignment #3. Please include the following as a proposal:
 

Identify your topic. 
If you are not planning to use the same topic that you used for the cause-effect essay, please explain how you came to that decision. If you are planning to use the same topic, please include some thoughts on how your research essay will go beyond what you are writing for the cause-effect essay. (Do you plan to adjust the topic in any way? Will the topic be exactly the same with more or different sources?)
Do you envision your research essay being expository or persuasive?

 
Also include any ideas you have so far from prewriting. Your prewriting can take many forms. For example, some people like to do brainstorming/freewriting. Some people may be ready to work on an outline. 
 
Do not wait for feedback on your proposal/prewriting! Keep working on your paper, and I will let you know if I have any concerns.
 
Rough Draft – By the end of Week 5, submit your rough draft as an additional attachment to the same assignment folder. Make this as complete a draft as possible. However, regardless of how much you have done, submit your rough draft by the end of Week 5. If there are areas of the paper that you are having difficulty with, you can ask about them in a note on your rough draft, and I will try to help.
 
You will receive feedback on your rough draft during Week 6. I recommend that you keep working on the paper while you are waiting for feedback.
 
Revised Paper – By the end of Week 7, submit your complete, revised paper as a third attachment to the same assignment folder. This version will be graded using the following rubric:
 

Introduction

 

      topic introduced effectively

6

      strong thesis provided

5

 

 

Conclusion

10

 

 

Paragraph development

 

       unity maintained

10

       support provided

10

       coherence maintained

10

 

 

Research

 

       Current as appropriate

4

       scholarly as appropriate

6

       woven into the paper effectively

6

       cited correctly in the paper

6

       listed correctly in the “references” page

6

 

 

Grammar and mechanics

 

       Punctuation

7

       word-level grammar

7

       sentence-level grammar

7

 

 

Total

100

 
 
 

Mgt 521 final exam study guide (100% answer)

 
1) When a manager makes use of a SWOT analysis, one of his or her objectives is to
A. identify the best employees to fill each position in the organization
B. formulate appropriate strategies to exploit strengths, protect against threats, and correct weaknesses
C. set specific short-term performance standards for each department
D. evaluate the desirability of issuing stocks or bonds in the current financial climate
 2) A company that wants to distinguish itself from the competition in the marketplace is most likely using which of the following strategies?
A. Focus strategy
B. Differentiation strategy
C. Functional strategy
D. Generic strategy
 3) An organization’s ________ goals are official statements of what an organization says its goals are.
A. stated
B. real
C. implicit
D. synthetic
 4) When planning for unexpected events, a company is using which of the following techniques?
A. SWOT analysis
B. Benchmarking
C. Contingency planning
D. Financial forecasting
5) The ________ determines the number of levels and managers in an organization.
A. delegation of authority
B. unity of command
C. chain of command
D. span of control
6) Which of the following is a characteristic of an organic organization?
A. High specialization
B. Cross-functional teams
C. Rigid departmentalization
D. Narrow span of controls
7) Which of the following is a characteristic of a matrix organization?
A. It conforms to the unity of command principle.
B. It has a single chain of command for functional managers to report to.
C. It has formal departments to which employees return after completing a project.
D. It is free of internal and external boundaries.
8) Searching for new ideas beyond an organization’s boundaries and allowing changes to easily transfer inward and outward is known as ________.
A. strategic partnering
B. knowledge management
C. organizational osmosis
D. open innovation
9) Which of the following stages is when the group structure is in place and accepted by the group members?
A. Performing
B. Norming
C. Storming
D. Adjourning
10) Conflicts can be resolved by satisfying one’s own needs at the expense of others. This conflict- management technique is known as ________.
A. collaborating
B. Compromising
C. Avoiding
D. Forcing
11) Which of the following statements is true about group decision making?
A. It generates more complete information and knowledge.
B. It takes less time to reach a solution than it would an individual.
C. It prevents any one minority from dominating or influencing the final decision.
D. It is most suitable for matters that must be critically evaluated.
12) According to the Ohio State studies, which of the following dimensions of leader behavior refers to the extent to which a leader is likely to define and structure his or her role and the roles of group members to meet goals?
A. Intelligence structure
B. Psychological structure
C. Initiating structure
D. Consideration structure
13) Which leadership theory is derived from the belief that a leader’s job is to remove pitfalls and roadblocks so followers can achieve their work goals?
A. Fiedler’s theory
B. Contingency theory
C. Leader participation model
D. Path-goal theory
14) If Carol Reece is a charismatic leader, which of the following characteristics is she most likely to possess?
A. A strong need to be in control
B. A fear of taking risks
C. An external locus of control
D.A sensitivity to environmental constraints and follower needs
15) Indira Patel has been working in her organization’s computer security department for the past 10 years. If another employee follows Indira’s recommendations in a given situation, based on her expertise in computer security, which source of power is Indira using?
A. Coercive power
B. Legitimate power
C. Referent power
D. Expert power
16) Melvin manages a team of 10 employees, including Jane and Jared. Jared is leaving the organization to find a job as a manager in another field. Meanwhile, due to performance issues, Melvin terminates Jane’s employment with the company. Both of these are examples of what type of employee behavior?
A. Absenteeism
B. Employee productivity
C. Job satisfaction
D. Turnover
  17) Thomas often annoys his coworkers with his talkativeness and assertive personality. According to the Big Five Model of personality, Thomas would be described as high in the trait of ________.
A. conscientiousness
B. agreeableness
C. openness to experience
D. extraversion
 18) Kelly is interviewing candidates to fill a vacancy on her team. One candidate has a degree from a prestigious university, and Kelly is impressed. In speaking with her fellow members of the interview panel, however, Kelly finds that no one else enjoyed the interview with the candidate, finding her to be pompous, aggressive, and self-serving. In her focus on only the candidate’s education, Kelly may have fallen victim to _______.
A. stereotyping
B. selectivity
C. the halo effect
D. assumed similarity
 19) It is crucial to determine an acceptable _____ during the comparing step in the control process.
A. ideal standard
B. written report
C. measure of organizational performance
D. range of variation
 20) If a manager rationalizes that he or she does not have time to investigate the source of a problem and instead resorts to putting out fires, the manager is missing the use of ________.
A. bureaucratic control
B. immediate corrective action
C. basic corrective action
D. concurrent control
 21) Why are feedforward controls more rarely implemented as compared to other types of controls?
A. Feedforward controls are time-consuming for managers because they must continually monitor progress.
B. Feedforward controls result in wasted time and money.
C. Feedforward controls require managers to interact directly with employees.
D. Feedforward controls require timely and accurate information that is hard to obtain.
 22) On Monday, Jim’s Taco Shop identified a problem with tainted ground beef that was used to make tacos and nacho platters for its lunch customers. If the staff at Jim’s did not identify the problem until after the lunch rush, what type of control would this demonstrate?
A. Feedforward control
B. Concurrent control
C. Proactive control
D. Feedback control
 23) If a firm wanted to identify how much money was being made for each sale of a given product (above and beyond the costs associated with making that product), what type of ratio would it use?
A. Liquidity ratios
B. Leverage ratios
C. Activity ratios
D. Profitability ratios
 24) Budgets can be used as tools within which two functions of management?
A. Organizing and leading
B. Controlling and organizing
C. Planning and leading
D. Controlling and planning
 25) The balanced scorecard measures organizational performance against previously established standards. Which of the four functions of management relates most closely to setting these standards?
A. Controlling
B. Leading
C. Organizing
D. Planning
 26) During benchmarking, an organization can compare its processes and products to competitors in its own industry and to noncompetitors outside the industry. What is a main benefit of comparing a firm’s performance against an organization it does not consider a competitor?
A. A noncompetitor may allow an organization to see its practices more readily than a competitor in the same industry.
B. There is no benefit to benchmarking a firm against a noncompetitor.
C. A noncompetitor may be easier to find and benchmark, because the top firms in the world are so diverse.
D. A noncompetitor may be the world leader in a specific process or practice, and an organization can learn from it.
 27) ________ is defined as a business firm’s intention, beyond its legal and economic obligations, to do the right things and act in ways that are good for society.
A. Social obligation
B. Social responsibility
C. Social screening
D. Values-based management
 28) In the ________ approach of going green, organizations respond to the environmental preferences of customers.
A. legal
B. market
C. stakeholder
D. activist
 29) What can be said about a manager who believes she worked hard and met her organization’s productivity goals despite unfavorable conditions?
A. She has an external locus of control.
B. She has a high ego strength.
C. She has a low ego strength.
D. She has an internal locus of control.
30) Which business practice would likely encourage ethical behavior?
A. Strong emphasis on individual productivity
B. Strong emphasis on leading by example
C. Cultural values for obedience to authority
D. Intense competition for valued rewards
 
 
 

Writing assignment for end of life issues class

Hello this is a HPRS-1303 (END of LIFE ISSUES) class . THIS the END of COURSE REFLECTION writing assignment. This is due April  29, 2018 before 11:59 pm. Please read the instructions below and NO plagiarism. 
 
There  will be no video this week.  Instead, you are being asked to write an  eight to ten page essay, not including cover page, abstract, and  reference page, reflecting on what you have learned in this course.  You  must touch upon the ethical and moral concerns you learned about, the  emotional issues, the physical issues, and at least one other salient  issue regarding end of life.  Support your thoughts through the use of peer reviewed scholarly sources from MedLine, Ebsco, ProQuest, and/or Google Scholar.  
You must provide at least three additional sources in addition to any of the videos you cite.  
Please adhere to APA 6th Edition formatting guidelines 
                                                                  APA Reflection Essay Rubric
APA Format
____ (10) Entire paper is double spaced with 1” margins
____ (10) 12pt font, New Times Roman
____ (10) Correct Running head
____ (10) Title, name, school name centered and double-spaced
                                                                                                                                                   ____ (40) 
Abstract
___ (10) Provides complete overview of paper, 150-250 words
___ (10) Block style w/no  paragraphs, flush left
                                                                                                                                                   ____ (20)
Research Paper
____ (10) All pages have title in ALL CAPS, left side
____ (10) Page numbers, right side
____ (10) Full title, first page, centered
____ (10) In-text citations include necessaryinfo in parentheses after borrowed material
____ (10) In-text citations punctuated correctly
                                                                                                                                                    ____ (50)
References
____ (10) Page is titled References is centered
____ (10) References are alphabetical
____ (15) Minimum of 3 CREDIBLE sources(5 points each)
____ (10) Sources listed are cited at least one time within the body of the paper
____ (10) References include all info required for APA style
____ (10) Punctuation is accurate
____ (10) Capitalization is correct
____   (5) Hanging indent is used for entries longer than 1 line
                                                                                                                                                         ____ (80)
Introduction 
____ (10) Engaging intro gains attention
____ (10) Includes concise thesis statement that clearly states the main idea
                                                                                                                                                       ____ (20)
Body
____ (10) Meets length requirement of 8-10 page minimum
____ (10) Each paragraph has a topic sentence
____ (10) Each paragraph relates to the thesis
____ (10) Paragraphs are logically organized
____ (10) Supporting statements are relevant do not state the obvious
____ (10) Transitions used between within paragraphs
                                                                                                                                                        ____ (60)
Conclusion
____ (10) Wraps up paper’s main ideas w/out restating them verbatim
                                                                                                                                                         ____ (10)
Style
____ (10) Formal without being “wordy”
____ (10) Free of slang, contractions or text speak
____ (10) Free of personal pronouns
____ (10) Free of “you”
____ (10) Variety of sentence structures used – fluent
                                                                                                                                                       ____ (50)
Language
____ (10) Vivid, descriptive
____ (10) No overused words from charts
____ (10) Active verbs prevail over passive verbs
                                                                                                                                                       ____ (30)
Grammar
____ (5) No run-ons
____ (5) No fragments
____ (5) Verbs agree with subjects
____ (5) Pronouns agree with antecedents
____ (5) No spelling errors
____ (5) No homophone errors(bear/bare, weather/whether)
____ (5) Capitalization is correct
____ (5) Words, phrases and clauses joined by “and” are parallel
                                                                                                                                                          ____ (40)
                     

Macqueen assessment 14 | Psychology homework help

Overview
Write 5–6 pages in which you discuss practical ways to apply to your life your understanding about individual differences in learning and memory, based on three peer-reviewed research articles that help you understand individual learning differences.
In this assessment, you will be able to apply the knowledge you have gained regarding individual differences and learning and memory, in your personal or professional life.
Show More
By successfully completing this assessment, you will demonstrate your proficiency in the following course competencies and assessment criteria:
•    Use information technology and tools to identify information in the domain of learning and cognition. ▪ Summarize scholarly research articles. ?
•    Assess the important theories, paradigms, research findings, and conclusions in human learning and cognition. ▪ Apply research findings to a particular research situation. ?
•    Analyze the research methodology and tools typically associated with the study of human learning and cognition.?▪ Describe the methods and measures used in research that seeks to understand individual learning differences. ?
•    Apply knowledge of theory and research in learning and cognition to inform personal behavior, professional goals, and values, in order to understand social policy. ?▪ Apply knowledge of theory and research in learning and cognition to inform personal and professional behavior. ?
•    Communicate effectively in a variety of formats.?▪ Write coherently to support a central idea in appropriate APA format with correct grammar, usage, and ?mechanics as expected of a psychology professional. ?Context ?African explorer and geographer, meteorologist, psychologist, statistician, and geneticist Sir (knighted in 1909) Francis Galton—cousin to Charles Darwin—lived a life of extraordinary measures, literally. In Galtons biography, Extreme Measures: The Dark Visions and Bright Idea of Francis Galton , Martin Brookes (2004) writes: ?His measuring mind left its mark all over the scientific landscape. Explorer, inventor, meteorologist, psychologist, anthropologist and statistician, Galton was one of the great Victorian polymaths. ?But it was in the fledgling field of genetics that he made his most indelible impression. Galton kick-started the enduring nature-nurture debate, and took hereditary determinism ?to its darkest extreme. Consumed by his eugenic 1 vision, he dreamed of a future society built on a race of pure-breeding supermen. (p. 3) ?Show More ?1 According to the Oxford American Dictionary, eugenics is the science of improving a human population by controlled breeding to increase the occurrence of desirable heritable characteristics. Developed largely by Francis Galton as a method of improving the human race, it fell into disfavor only after the perversion of its doctrines by the Nazis. ?
 
As you explore this idea, consider how differences in both biology and social environment impact how people learn and remember.
References
Brooks, M. (2004). Extreme measures: The dark visions and bright ideas of Francis Galton . London, UK: Bloomsbury.?Oxford University Press. (2014). Eugenics. Retrieved from http://www.oxforddictionaries.com/us/ definition/american_english/eugenics
Questions To Consider
To deepen your understanding, you are encouraged to consider the questions below and discuss them with a fellow learner, a work associate, an interested friend, or a member of the business community.
Show More?• What is the nature versus nurture debate in psychology, and how does it apply, specifically, to learning and cognition? • How do age, gender, personality, learning preferences, and cultural differences affect learning and cognition??• What types of deficits and exceptionalities affect learning and cognition??• How is knowledge of individual differences applied in real-world settings?
Resources Suggested Resources
The following optional resources are provided to support you in completing the assessment or to provide a helpful context. For additional resources, refer to the Research Resources and Supplemental Resources in the left navigation menu of your courseroom.
Capella Multimedia
Click the links provided below to view the following multimedia pieces:
• Learning and Cognition Millionaire Game | Transcript . FMG Video
Click the link provided below to view the following video:
• War of the Sexes: Language .?▪ This is a video from Films on Demand. Any distribution of video content or associated links is prohibited. ▪ To view an accessible version of this presentation, click Transcript .
Show More?Library Resources
The following e-books or articles from the Capella University Library are linked directly in this course:
•    Kozhevnikov, M. (2007). Cognitive styles in the context of modern psychology: Toward an integrated framework of cognitive style . Psychological Bulletin , 133( 3), 464–481. ?
•    Ackerman, P. L., Bowen, K. R., Beier, M., Kanfer, R. (2001). Determinants of individual differences and gender differences in knowledge . Journal of Educational Psychology , 93 (4), 797–825. ?
•    Cherry, K. E., LeCompte, D. C. (1999). Age and individual differences influence prospective memory . Psychology and Aging , 14 (1), 60–76. ?
•    Horowitz, L. M., Turan, B. (2008). Prototypes and personal templates: Collective wisdom and individual differences . Psychological Review , 115 (4), 1054–1068. ?
•    McLafferty, C. L. (2006). Examining unproven assumptions of Galtons nature-nurture paradigm . American Psychologist , 61 (2), 177–178. ?
•    Oreg, S. Bayazit, M. (2009). Prone to bias: Development of a bias taxonomy from an individual differences perspective . Review of General Psychology , 13 (3), 175–193. ?Course Library Guide ?A Capella University library guide has been created specifically for your use in this course. You are encouraged to refer to the resources in the PSYC-FP3500 – Learning and Cognition Library Guide to help direct your research. ?
               
TEMPLATE_PSYC-FP3500_00003: 2015-07-10 14:57:00.473035
Bookstore Resources
The resources listed below are relevant to the topics and assessments in this course and are not required. Unless noted otherwise, these materials are available for purchase from the Capella University Bookstore . When searching the bookstore, be sure to look for the Course ID with the specific – FP (FlexPath) course designation.
• Terry, W. S. (2009). Learning and memory: Basic principles, processes, and procedures (4th ed.). Boston, MA: Allyn and Bacon.
▪ You may find Chapter 12 particularly relevant to the topics in this assessment.
Assessment Instructions
Although many effects in memory and psychology in general are presented as universal, applying to everyone at all times and at all places, there are important differences among individuals in how they process and recall information. For instance, demographic differences such as age, gender, and culture of origin may have an impact on how we remember; other dimensions of individual difference may be intelligence, creativity, and motivation. Some of these differences are related to biology, others are related to the social environment, and some are related to both.
As you prepare for this assessment, research how one of these variables will change how people experience a learning situation—for example, learning a foreign language, remembering the names of people at a party, or studying for a biology exam or other academic test. Think how this dimension could explain the differences between your own experiences and those of others you know.
Directions
For this assessment, complete the following:
•    Describe a learning context of interest—for example, learning a foreign language, studying for an exam, or remembering names at a party. Feel free to use an example from one of the other assessments in the course. Describe the types of memory and learning involved and the memory and learning problems involved (for instance, problems with memory such as forgetting, amnesia, and the tip-of-the-tongue effect). Write up a case study where two people learn and experience a learning situation differently. Note that you can contrast circumstances involving memory deficits and also circumstances of exceptional performance. ?
•    Find at least three peer-reviewed research articles that help you understand individual learning differences. In other words, how could the result change due to individual differences such age, gender, or culture? Summarize these sources. Apply the scholarship you have found to explain how the individuals in your case study learn and remember differently. Describe the methods and measures used in research that seeks to understand individual learning differences. ?
•    How would you apply the knowledge you have gained regarding individual differences and learning and memory in your personal or professional life? ?
Strive to be as concise as possible and limit the length of your completed assessment to no more than 5–6 pages, excluding the title page and reference page. Support your statements and analyses with references and citations from at least three resources.
Additional Requirements
• Include a title page and a reference page. • Use at least three resources.?• Follow APA format.
▪ Note : You may use the APA Paper Template linked in the Resources. This resource is not required. • Use 12-point, Times New Roman font.
• Double-space your paper.?
 

Create the algorithm that will solve the following problem definition

Create the algorithm that will solve the following problem definition: !A painting company has determined that for every 115 square feet of wall space, one gallon of paint and eight hours of labor will be required. The company charges $18.00 per hour for labor. The program will allow the user to enter the number of rooms to be painted and the price of the paint per gallon. It should also ask for the length and height of wall in each room (assumption: room dimensions are square). !The program will have methods that determine: !the square footage of the room (height of wall times length of wall = 1 wall) assume the room is square the number of gallons of paint required the hours of labor required the cost of the paint the labor charges the total cost of the paint job !It should then display the following information on the screen: !total square footage number of gallons of paint required and the cost the labor charges total cost of the paint job !Create 3 sets of test data. !!User defined methods !1) calculateSquareFootage calculate the square footage which is the length of walls times the height of walls = 1 wall. For example for a room that is 12 feet by 10 feet and ceiling height is 9 feet:
1st wall = length x height 12 x 9 = 108 square footage = 108 x 2 = 216 2nd wall = length height 10 x 9 = 90 square footage = 90 x 2 = 180
1st wall + 2nd wall = room 216 + 180 = 396 !This method will return the square footage of the room as a double value. !algorithm: ( (lengthOfRoom * heightOfRoom) + (widthOfRoom *heightOfRoom)) *2 2) PaintNeeded the number of gallons of paint required note: pass in double that contains the square footage returns an int which holds the number of gallons round up !algorithm: calculate paintNeeded = (squarefootage/115) round up paintNeeded to nearest whole number that is greater than itself (use the Math.ceil() method) !!!
3) hoursRequired the number of hours needed for the job 8 hours for each 115 square feet to be painted note: pass in double that contains the square footage returns an double which holds the number of hours needed to pain the room
algorithm: calculate hoursRequired = (squarefootage / 115) * 8 hours return hourseRequired !
!!4) costOfPaint calculate the cost for the paint for the room note: pass an int value paintRequired returns double which contain the cost of paint $50 for each gallons (squarefootage / 115) (# of gallons) (cost of gallon) 3.44 4 50 200 paint cost
5) LaborCharges calculate the cost for the labor to paint the room note: pass in double that contains the hours needed to paint the room returns double which contain the cost of labor cost per hour is 18$ hours needed times cost per hour = 27.52 18 = 495.36
6) totalCost calculate the cost to paint the room note: pass in double cost to paintroom pass in double cost of paint and double cost of labor return double contains the cost to paint the room LaborCharges + costOfPaint = totalCost 495.36 + 200 = 695.36
Algorithm for main method: !prompt user to enter number of rooms while number of rooms is not valid (must be greater than one) display error message to user prompt user to enter number of rooms end while prompt user for price per gallon of paint while price of paint is not valid display error message to user prompt user for price per gallon of paint end while For Each room that needs to be painted get squareFootage = call calculateSquareFootage() method accumulate squareFootage to totalSquareFootage End For Each get paintNeeded = call paintRequired() method passing in squareFootage get paintCost = call method costOfPaint() passing in paintNeeded get laborHours = call method numberOfHours() passing in squareFootage get laborCharges = call method laborCharges() passing in laborHours calculate costToPaintRoom = paintCost + laborCharges display totalSquareFootage, paintNeeded, paintCost, laborHours and laborCharges display totalCost

Organizational leadership akademik only | English homework help

 
Assignment 2: LASA: Leadership Theory Analysis and Application
Description of LASA:
In this assignment, you will review current literature on the leadership theories of your choosing. In addition, you will apply these theories to an organization of your choosing.
Instructions:
Based on your reading and your research on the topic of leadership, in this assignment you will choose at least three leadership theories and will provide a detailed analysis of each of the theories. This analysis will include your evaluation of the theories and a discussion on which of the theories would work best in your organization. Your evaluation and analysis must include at least six peer reviewed academic sources. You can locate these sources through the reading list for the course and through the Argosy Online Library.

Choose a minimum of three leadership theories from the materials in the course. These could  include Path Goal Theory, Contingency Theory, Transformational Leadership Theory, Member Leader Theory, Team Leadership Theory, and Psychodynamic Leadership Theory, to name a few. For each of your chosen theories, use at least two peer reviewed journal articles that discuss the attributes of the theory. Your sources should generally be no more than 5 years old.
Develop an introduction on the background of each of your theories and discuss the advantages and disadvantages of each of the theories.
Analyze all articles and describe the key themes that emerge across the three theories.
Based on your analysis of the literature, identify which leadership approach would be most successful within your chosen organization. You could identify a combination of two or three theories that would work best in your organization, but be sure to provide rationale as to why the combination would be most effective. Be sure to justify your choices.

Your final product will be a Word document, approximately 8–10 pages long. Make sure you write in a clear, concise, and organized manner; demonstrate ethical scholarship in accurate representation and attribution of sources; and display accurate spelling, grammar, and punctuation. Apply APA standards to citation of sources.
By Sunday, August 14, 2016, deliver your assignment to the M7: Assignment 2 Dropbox.
Use the following naming convention:LastnameFirstInitial_M7_A2.docFor example, if your name is John Smith, your document will be named SmithJ_M7_A2.doc
LASA Grading CriteriaCO 1, 3, 4PO 1, 3, 4ILO 1, 2, 3, 4, 6

Assignment Components
Proficient

Max Points

Communicates understanding of choosing at least three leadership theories and providing a detailed analysis of each of the theories.

Response incorporates analysis and synthesis of central concepts of the assigned topic.
Response reflects understanding of the nature of the specific topic within the discipline and its applications in contemporary times.
Response provides necessary details and specific examples.

/60 pts.

Communicates the ability to develop an introduction on the background of each of your theories and discuss the advantages and disadvantages of each of the theories.

Response demonstrates a working command of the disciplinary content knowledge
Response examines the specific issue within the context of the topic area using relevant details and examples
Response analyzes the specific aspect of the issue to applicable areas within the discipline and their relevance to real world contexts.
Response is adequately supported by current and relevant literature

/60 pts.

Communicates the ability to analyze all articles and describe the key themes that emerge across the three theories.

Response demonstrates a working command of the disciplinary content knowledge
Response examines the specific issue within the context of the topic area using relevant details and examples
Response analyzes the specific aspect of the issue to applicable areas within the discipline and their relevance to real world contexts.
Response is adequately supported by current and relevant literature

/60 pts.

Communicates the ability to identify which leadership approach would be most successful within your chosen organization.

Response demonstrates a working command of the disciplinary content knowledge
Response examines the specific issue within the context of the topic area using relevant details and examples
Response analyzes the specific aspect of the issue to applicable areas within the discipline and their relevance to real world contexts.
Response is adequately supported by current and relevant literature

/60 pts.

Academic Writing

 
 

Write in a clear, concise, and organized manner; demonstrate ethical scholarship in accurate representation and attribution of sources (i.e. APA); and display accurate spelling, grammar, and punctuation.

Written in a clear, concise, and organized manner; demonstrated ethical scholarship in accurate representation and attribution of sources (i.e. APA); and displayed accurate spelling, grammar, and punctuation.
 

/60 pts.

Total:
 

/300pts

 

 

Program specification for homework 3, part 2.

Program specification for Homework 3, Part 2.
 
MP Mail Order House sells five products.  Product numbers, unit prices, and current inventory levels, are as follows:
 

Product No

Unit Price

Current Inventory Level

1

$2.98

10

2

$4.50

8

3

$9.98

15

4

$4.49

3

5

$6.87

0

 
I. Write the class  MailOrder to provide the following functions:
 
Set up one one-dimensional array for each field: product number (integer), unit price (double), and current inventory level (integer) in main memory to hold the above product information. There should be five rows (0 to 4) in each array, one for each item. For example, row 0 of the array for the product number is to hold the product number of product 1. Row 0 of the array for the unit price is to hold the unit price of product 1.  Row 0 of the array for the current inventory level is to hold the current inventory level of product 1, etc.
 
 The system should accept incoming sales orders until the user chooses to quit.  In each sales order, a user can buy more than one item.  For each item, the system accepts the product number and the quantity to be purchased.  The system retrieves the correct unit price and current inventory level for that particular item.  The system only sells up to the current inventory available.  If the system can sell x pieces of this item in this order, the system calculates and displays the total amount for this item and also decreases the item inventory level by x immediately.  When the user has finished keying in all the items of an order, the system displays the order total amount. 
 
When the user says there are no more orders, the system displays the daily sales total. This is the total sales amount of all the orders processed.  Then the system should end the execution of the system.
 
Detailed description of how the system should work is as follows:
 
When the system is run: 
Display the following main question:
 
Please enter the next action ( a new order and ): user enters 1 or 2
 
If the user enters any value other than 1 and 2, then the system displays an error message and displays the above question until the user has entered either 1 or 2.
If the user chooses entering a new order (1), then display the next product number question:
Please enter the next product number to buy (1 – 5 or -99 = end): user enters 1, 2, 3, 4, 5 or -99
 
If the user enters a value that is not one of -99, 1, 2, 3, 4, and 5, then repeat this question again until the user has entered one of the acceptable values.
 

If user enters -99, this means the end of the current order:

 
Display order summary, for example:
 
Order Total Amount:      $  72.83
 
Add this order total amount to the daily sales total amount.
The system should go back to asking the main question, as shown above.
 

If the user enters 1, 2, 3, 4, or 5 (these are product numbers), this is the next item to be purchased:

 
If the current inventory level of this product is 0, display “This item is out of stock. Please pick another one.” The system goes back to asking for the next product number, as shown above.
 
If the current inventory level is 0, display “Unit Price: the unit price of this item “ and “Current Quantity Available: the current inventory level of this item”
ask for the quantity ordered, “Enter quantity ordered: “ user enters the quantity ordered.
           
If the quantity available is smaller than the quantity ordered, sell only the quantity available. Otherwise, sell the ordered quantity.
 
Display “Quantity Sold: the quantity that can be sold”
Calculate the amount for this item as Unit Price * Quantity Sold.
                              Display the amount for this item: “Item Amount: $ the amount calculated”
                              Add this amount to the current order total amount.
                              Since this item has been sold, update the current inventory level of this item.
 
 
Repeat the above until the user enters -99 for the next product number to buy.
 
Then the system displays the main question again and repeats the above until the user enters a 2.
 
If the user chooses ending the whole order entry operation (2), then the system displays the daily sales total amount and ends the execution.
 
II. Write the class  MailOrderTesting to provide the following functions:
 
In method main of this application, instantiate an object of MailOrder and call the method processOrders of this MailOrder object to start order processing.

Annotated bibliography for this week

This assignment:
In Week Three you will construct a business report or proposal, and in Week Five you will construct an essay that discusses a public issue or concern. Review the assignment instructions in Week Three and Week Five, and identify one topic that you will use for your Week Three and Week Five assignments.
Next, research and select three scholarly sources that you plan to use in developing your Week Three and Week Five topic, and create an Annotated Bibliography of the key findings of the source material and how it fits with your topic. Include at least one government source, and one industry-specific source. In composing your annotated bibliography address the following:

Describe the overall purpose of each source as it relates to your chosen topic.
Identify at least one specific part of this work that is most applicable to your topic.
Select a direct quote from each source that provides a key insight applicable to your topic, and explain how the quote and the source address the interests of both a public audience and a business audience.

Each annotation should be at least 250 words in length. Your sources must include at one source from the Ashford Library, one source from an academic journal, and one video or multimedia source.
Be sure to use APA style when citing your sources.  For information regarding APA, including samples and tutorials, visit the Ashford Writing Center.
Week 3 Assignment for above:
 
Construct a business report or proposal using the topic that you chose in Week Two. You may use an existing business as a model or a fictionalized business appropriate to the needs of the topic. For this assignment, you may choose one of the following two options:

Write an internal report (you are part of the organization) that identifies a problem and offers an objective analysis of the consequences of taking a specific action.
Write a proposal from a potential vendor that addresses the problem and offers a specific solution.

The essay

Must be five to seven double-spaced pages in length (not including title and references pages) and formatted according to APA style as outlined in the Ashford Writing Center.
Must include a separate title page with the following:

Title of essay
Student’s name
Course name and number
Instructor’s name
Date submitted

Must use at least three appropriate sources for the intended business audience, including at least one government source and one industry-specific source. These sources may or may not be the same as the sources you used to create your Annotated Bibliography for the Week Two assignment.
Must begin with an introductory paragraph that has a succinct thesis statement that clearly presents a solution or initiative to the problem identified in the introduction.
Must address at least three key issues that clearly support the thesis statement with relevant points and critical thought.
Must end with a conclusion that reaffirms your thesis.
Must document all sources in APA style as outlined in the Ashford Writing Center.
Must include a separate references page that is formatted according to APA style as outlined in the Ashford Writing Center.

Week 5 Assignment:
 
 
Using the topic you selected in Week Three’s Business Writing Essay assignment, construct an essay that discusses a public issue or concern. For this assignment choose one of the following:

Write an opinion/editorials article for your local newspaper
Write a speech that could be delivered in a public forum

The essay should use standard writing practices such as subheads, bullets, charts and figures.
The essay

Must be five to seven double-spaced pages in length (not including title and references pages) and formatted according to APA style as outlined in the Ashford Writing Center.
Must include a separate title page with the following:

Title of essay
Student’s name
Course name and number
Instructor’s name
Date submitted

Must use at least three appropriate sources for the intended public audience, including at least one government source, and one industry-specific source. These sources may or may not be the same as the sources you used to create your Annotated Bibliography for the Week Two assignment.
Must begin with an introductory paragraph that has a succinct thesis statement that clearly states why the issue identified should be considered a public concern.
Must contain at least three fully-developed body paragraphs must clearly support the thesis statement with relevant supporting points and critical thought.
Must end with a conclusion that restates the essay’s main points and reaffirms your thesis.
Must document all sources in APA style, as outlined in the Ashford Writing Center.
Must include a separate reference page that is formatted according to APA style as outlined in the Ashford Writing Center.

 

× How can I help you?