SlideShare ist ein Scribd-Unternehmen logo
1 von 12
Required Sections of the Social Impact Analysis Paper
Abstract:
This section provides a brief overview of the paper. It identifies
the design, product, or
concept (DPC) being analyzed. It identifies the more important
ethical arguments for and
against development or deployment of the DPC. It states your
position regarding whether
development or deployment of the DPC should continue.
DPC Background:
This section provide a technical description of the
design/product/concept (DPC).
Explain the technology that enables the DPC. Explain generally
how the DPC works. Keep the
paper balanced. It is very easy to spend the majority of the
paper explaining the technology
and not enough time on the ethical issues. In this section
include the following:
a) Who is responsible or accountable for
creating/producing/building it?
b) What need is it intended to fill?
Stakeholders:
This section Identifies the direct and indirect stakeholders who
might be impacted positively
or negatively by deployment of the DPC. Examples of direct
stakeholders might be inventors,
developers, investors, corporations, stockholders, consumers.
Examples of indirect
stakeholders might be competitors, individuals, cultural groups,
business entities,
institutions, governmental agencies, communities, regulatory
agencies, etc. These are not
exhaustive lists. Be sure to include the following:
a) What benefits for stakeholders are anticipated for this DPC
b) What drawbacks for stakeholders are anticipated for this DPC
Ethical Analysis:
This section identifies the most significant ethical issues that
need to be resolved as a result
of developing or deploying the DPC. Explain why these ethical
issues are the most significant.
a) Which of the three ethical theories (utilitarianism, respect for
persons, virtue ethics)
do you find most useful in dealing with each of these ethical
issues? Explain your
reasoning in enough detail to demonstrate critical thinking with
regard to the
mechanics of the approach chosen.
b) What elements of the NSPE Code of Ethics or the Code of
Ethics for your discipline
are most relevant to the development or deployment of the DPC.
Social Impact Analysis:
a) What knowledge and skills are needed to deploy or
implement the DPC?
b) What interdisciplinary perspectives would help identify
innovative and non-obvious
solutions to issues that might arise in deploying or
implementing the DPC?
c) What insights can you articulate, based your culture and
other cultures with which
you are familiar, to help understand how the DPC might enable
better societal
outcomes?
Conclusion: Based on your critical analysis provide well-
reasoned arguments why the
development or deployment of the DPC should or should not
continue.
a) What is the most compelling argument in favor of
development or deployment of the
DPC
b) What is the most compelling argument against development
or deployment of the
DPC
c) What is your position on the right thing(s) to do regarding
the development or
deployment of the DPC?
List of References:
The references cited in your paper must conform to one of the
following style guides:
a) CSE (Council of Science Editors) - Biology - Scientific Style
and Format: The CSE
Manual for Authors, Editors, and Publishers
b) Chicago Manual of Style - used in the humanities and social
sciences
c) APA (American Psychological Association) - used in the
social sciences
d) MLA (Modern Language Association) - used in literature and
the humanities
Advice Regarding Originality:
Originality is scored by SafeAssign based on the percent of the
text in your paper that is
identical to or similar to other published work. References are
excluded. A good originality
score would be less than 15%. Zero percent would be perfect
but very unlikely as there will
always be some random text matches.
Quoting long sections of text verbatim will significantly lower
the originality score.
Paraphrasing another author’s text will tend to lower the
originality score. Writing your own
words and critical thinking increases the originality score.
Referencing another author’s ideas
that support or refute your critical thinking is neutral or positive
and adds depth to your
paper.
Using another author’s work without proper citation is
plagiarism and will result in a score of
zero on the SIA paper.
New Perspectives Access 2016 | Module 1: SAM Project 1a
New Perspectives Access 2016 | Module 1: SAM Project 1a
Healthy Myles Fitness Center
CREATING a table, query, form, and report GETTING
STARTED
Open the file NP_AC16_1a_FirstLastName_1.accdb, available
for download from the SAM website.
Save the file as NP_AC16_1a_FirstLastName_2.accdb by
changing the “1” to a “2”.
0. If you do not see the .accdb file extension in the Save As
dialog box, do not type it. The program will add the file
extension for you automatically.
To complete this Project, you will also need to download and
save the following support file from the SAM website:
· Support_NP_AC16_1a_Equipment.accdb
Open the _GradingInfoTable table and ensure that your first and
last name is displayed as the first record in the table. If the
table does not contain your name, delete the file and download a
new copy from the SAM website.
PROJECT STEPS
You are employed at Healthy Myles Fitness Center and are in
charge of consolidating the company’s records and other
important information into a database. The owners expect that
the database will help them run the business more smoothly.
You start by setting up the basic structure of the database.
Create a new table in Datasheet View:
a. Save the table as tblClient. (Hint: Do not type the period.)
b. Change the name of the ID field in the tblClient table to
ClientID. (Hint: Do not type the period.)
c. Change the data type of the ClientID field to Short Text.
d. Create the following fields in the table, using the Short Text
data type, in the order shown: FirstName, LastName, Address,
City, State, and Zip. (Hint: Do not type the period.)
With the tblClient table still open in Datasheet View, enter the
records shown in Table 1 on the next page. (If necessary, resize
the Address field to best fit the data it contains.) Close the
tblClient table, saving if necessary.
Table 1: tblClient Table Records
ClientID
FirstName
LastName
Address
City
State
Zip
A10027
Jenny
Lin
220 Delaware Ave.
Buffalo
NY
14202
B18423
Adam
Smith
266 Elmwood Ave.
Buffalo
NY
14222
Open the tblLocation table in Datasheet View, and then update
the table as described below:
e. Change the name of the ID field to LocationID. (Hint: Do not
type the period.)
f. Change the data type of the LocationID field to Short Text.
g. Save the table, but do not close it.
With the tblLocation table still open in Datasheet View, change
the data type of the LocationOpened field to Date/Time. Save,
but do not close, the table.
With the tblLocation table still open in Datasheet View, enter
the records shown in Table 2 below into the tblLocation table.
Close the tblLocation table.
Table 2: tblLocation Table Records
LocationID
LocationName
LocationOpened
Address
City
State
ZipCode
Phone
301
Elmwood
5/2/2014
1400 Elmwood Ave.
Buffalo
NY
14216
716-555-1212
308
Sheridan
1/5/2015
5200 Sheridan Dr.
Buffalo
NY
14221
716-555-7621
You have been provided with a support file that contains a table
with additional equipment data. The tblEquipment table has the
same design as the tblGym table in the support file. Copy all the
records from the tblGym table in the file
Support_NP_AC16_1a_Equipment.accdb, available for
download from the SAM website, and paste them at the end of
the tblEquipment table in the current database. Close the
tblEquipment table.
Use the Simple Query Wizard to create a query based on the
tblTrainer table as described below:
h. Include the FirstName, LastName, and Specialty fields (in
that order) from the tblTrainer table in the query.
i. Name the query qrySpecialties, and then close the query.
You now want to create a simple form to allow employees to
update information on the trainers employed at Healthy Myles
Fitness Center.
j. Use the Form tool to create a simple form based on the
tblTrainer table.
k. Save the form with the name frmTrainer. (Hint: Do not type
the period.)
Switch the frmTrainer form to Form View, use the navigation
buttons to navigate to the third record (with the TrainerID field
value 454), and then change the Certification field value to
ACSM. (Hint: Do not type the period.)
With the frmTrainer form still open in Form View, navigate to
the last record (with the TrainerID field value 709) in the
frmTrainer form, and then change the Specialty field value to
Strength Training. (Hint: Do not type the period.) Navigate back
to the first record in the tblTrainer table, and then close the
form.
Use the Report tool to create a report based on the tblEquipment
table. Save the report as rptEquipmentList, then close the
report.
You decide to adjust the formatting of the rptTrainer report to
make it easier to read and to make it fit on one page.
l. Open the rptTrainer report in Layout View, and then reduce
the width of the TrainerID column so it is approximately as
wide as the text “TrainerID” in the column heading, or 0.8".
m. Select the text box that appears below the TrainerID column
(and contains the number 9) in the rptTrainer report. Then use
the mouse to resize the height of the text box slightly so that it
is tall enough to completely display the value it contains, or
approximately 0.27" high, as shown in Figure 1 on the next
page. Save the report.
n. Select the text box that appears below the Specialty column
and that contains the text “Page1 of 1”. Use an arrow key to
move the text box to the left so that its left edge vertically
aligns with the left edge of the Specialty column above it.
Right-align the text. View the report in Print Preview to see the
changes you made. Save and close the report.
Figure 1: rptTrainer Report
Save and close any open objects in your database. Compact and
repair your database, close it, and then exit Access. Follow the
directions on the SAM website to submit your completed
project.
2
Grading Rubric for SIA Term Paper Fall 2019
Levels of
Achievement
Point
Range
Weight
Meets few if any
expectations
Substantially
Below
Expectations
Below
Expectations
Meets
Expectations
Substantially
Above
Expectations
Abstract 0 to 5 5.00% 0 to 1 1 to 2 2 to 3 3 to 4 4 to 5
DPC Background 0 to 15 15.00% 0 to 3 3 to 6 6 to 9 9 to 12 12
to 15
Stakeholders 0 to 10 10.00% 0 to 2 2 to 4 4 to 6 6 to 8 8 to 10
Ethical Analysis 0 to15 15.00% 0 to 3 3 to 6 6 to 9 9 to 12 12 to
15
Social Impact Analysis 0 to 10 10.00% 0 to 2 2 to 4 4 to 6 6 to 8
8 to 10
Conclusion 0 to 15 15.00% 0 to 3 3 to 6 6 to 9 9 to 12 12 to 15
References 0 to 5 5.00% 0 to 1 1 to 2 2 to 3 3 to 4 4 to 5
Originality 0 to 10 10.00% 0 to 2 2 to 4 4 to 6 6 to 8 8 to 10
Spelling Grammar 0 to 5 5.00% 0 to 1 1 to 2 2 to 3 3 to 4 4 to 5
Length 0 to 10 10.00% 0 to 2 2 to 4 4 to 6 6 to 8 8 to 10
0 to 100 100.00%

Weitere ähnliche Inhalte

Ähnlich wie Required Sections of the Social Impact Analysis Paper Ab

Part OneFirst, use the provided  MS Excel Spreadshe.docx
Part OneFirst, use the provided             MS Excel Spreadshe.docxPart OneFirst, use the provided             MS Excel Spreadshe.docx
Part OneFirst, use the provided  MS Excel Spreadshe.docxLacieKlineeb
 
Business Model and Strategic Planning OutlineI. Title Page.docx
Business Model and Strategic Planning OutlineI. Title Page.docxBusiness Model and Strategic Planning OutlineI. Title Page.docx
Business Model and Strategic Planning OutlineI. Title Page.docxhumphrieskalyn
 
Research project accounting 526 accounting for managers
Research project accounting 526   accounting for managers Research project accounting 526   accounting for managers
Research project accounting 526 accounting for managers aryan532920
 
ProspectBiking gained popularity rapidly in the recent years. M.docx
ProspectBiking gained popularity rapidly in the recent years.  M.docxProspectBiking gained popularity rapidly in the recent years.  M.docx
ProspectBiking gained popularity rapidly in the recent years. M.docxamrit47
 
Administrative InformationDate AssignedSaturday, March 30, 2.docx
Administrative InformationDate AssignedSaturday, March 30, 2.docxAdministrative InformationDate AssignedSaturday, March 30, 2.docx
Administrative InformationDate AssignedSaturday, March 30, 2.docxcoubroughcosta
 
Eileen Mullahy Document Planning
Eileen Mullahy Document PlanningEileen Mullahy Document Planning
Eileen Mullahy Document PlanningAmanda
 
Sheet1Assignment 1AvailableActualStudent Answer Sheet Complete ea.docx
Sheet1Assignment 1AvailableActualStudent Answer Sheet Complete ea.docxSheet1Assignment 1AvailableActualStudent Answer Sheet Complete ea.docx
Sheet1Assignment 1AvailableActualStudent Answer Sheet Complete ea.docxbjohn46
 
BSOP 326 Success Begins /newtonhelp.com 
BSOP 326 Success Begins /newtonhelp.com BSOP 326 Success Begins /newtonhelp.com 
BSOP 326 Success Begins /newtonhelp.com myblue117
 
Course Project Grading RubricCategoryFinal Project.docx
Course Project Grading RubricCategoryFinal Project.docxCourse Project Grading RubricCategoryFinal Project.docx
Course Project Grading RubricCategoryFinal Project.docxfaithxdunce63732
 
COC-Proposal-Template.doc
COC-Proposal-Template.docCOC-Proposal-Template.doc
COC-Proposal-Template.docljcamren1
 

Ähnlich wie Required Sections of the Social Impact Analysis Paper Ab (10)

Part OneFirst, use the provided  MS Excel Spreadshe.docx
Part OneFirst, use the provided             MS Excel Spreadshe.docxPart OneFirst, use the provided             MS Excel Spreadshe.docx
Part OneFirst, use the provided  MS Excel Spreadshe.docx
 
Business Model and Strategic Planning OutlineI. Title Page.docx
Business Model and Strategic Planning OutlineI. Title Page.docxBusiness Model and Strategic Planning OutlineI. Title Page.docx
Business Model and Strategic Planning OutlineI. Title Page.docx
 
Research project accounting 526 accounting for managers
Research project accounting 526   accounting for managers Research project accounting 526   accounting for managers
Research project accounting 526 accounting for managers
 
ProspectBiking gained popularity rapidly in the recent years. M.docx
ProspectBiking gained popularity rapidly in the recent years.  M.docxProspectBiking gained popularity rapidly in the recent years.  M.docx
ProspectBiking gained popularity rapidly in the recent years. M.docx
 
Administrative InformationDate AssignedSaturday, March 30, 2.docx
Administrative InformationDate AssignedSaturday, March 30, 2.docxAdministrative InformationDate AssignedSaturday, March 30, 2.docx
Administrative InformationDate AssignedSaturday, March 30, 2.docx
 
Eileen Mullahy Document Planning
Eileen Mullahy Document PlanningEileen Mullahy Document Planning
Eileen Mullahy Document Planning
 
Sheet1Assignment 1AvailableActualStudent Answer Sheet Complete ea.docx
Sheet1Assignment 1AvailableActualStudent Answer Sheet Complete ea.docxSheet1Assignment 1AvailableActualStudent Answer Sheet Complete ea.docx
Sheet1Assignment 1AvailableActualStudent Answer Sheet Complete ea.docx
 
BSOP 326 Success Begins /newtonhelp.com 
BSOP 326 Success Begins /newtonhelp.com BSOP 326 Success Begins /newtonhelp.com 
BSOP 326 Success Begins /newtonhelp.com 
 
Course Project Grading RubricCategoryFinal Project.docx
Course Project Grading RubricCategoryFinal Project.docxCourse Project Grading RubricCategoryFinal Project.docx
Course Project Grading RubricCategoryFinal Project.docx
 
COC-Proposal-Template.doc
COC-Proposal-Template.docCOC-Proposal-Template.doc
COC-Proposal-Template.doc
 

Mehr von anitramcroberts

Propose recommendations to create an age diverse workforce.W.docx
Propose recommendations to create an age diverse workforce.W.docxPropose recommendations to create an age diverse workforce.W.docx
Propose recommendations to create an age diverse workforce.W.docxanitramcroberts
 
Prosecuting Cybercrime  The Jurisdictional ProblemIn this discuss.docx
Prosecuting Cybercrime  The Jurisdictional ProblemIn this discuss.docxProsecuting Cybercrime  The Jurisdictional ProblemIn this discuss.docx
Prosecuting Cybercrime  The Jurisdictional ProblemIn this discuss.docxanitramcroberts
 
PromptTopic Joseph is scheduled to have hip replacement surgery .docx
PromptTopic Joseph is scheduled to have hip replacement surgery .docxPromptTopic Joseph is scheduled to have hip replacement surgery .docx
PromptTopic Joseph is scheduled to have hip replacement surgery .docxanitramcroberts
 
Property TaxThe property tax has been criticized as an unfair ba.docx
Property TaxThe property tax has been criticized as an unfair ba.docxProperty TaxThe property tax has been criticized as an unfair ba.docx
Property TaxThe property tax has been criticized as an unfair ba.docxanitramcroberts
 
Prosecutors and VictimsWrite a 2 page paper.  Address the follow.docx
Prosecutors and VictimsWrite a 2 page paper.  Address the follow.docxProsecutors and VictimsWrite a 2 page paper.  Address the follow.docx
Prosecutors and VictimsWrite a 2 page paper.  Address the follow.docxanitramcroberts
 
Prompt Discuss the recent public policy decisions made in Texas wit.docx
Prompt Discuss the recent public policy decisions made in Texas wit.docxPrompt Discuss the recent public policy decisions made in Texas wit.docx
Prompt Discuss the recent public policy decisions made in Texas wit.docxanitramcroberts
 
Properties of LifeChapter 1 of the text highlights the nine proper.docx
Properties of LifeChapter 1 of the text highlights the nine proper.docxProperties of LifeChapter 1 of the text highlights the nine proper.docx
Properties of LifeChapter 1 of the text highlights the nine proper.docxanitramcroberts
 
Proofread and complete your manual that includes the following ite.docx
Proofread and complete your manual that includes the following ite.docxProofread and complete your manual that includes the following ite.docx
Proofread and complete your manual that includes the following ite.docxanitramcroberts
 
Proof Reading and adding 5 pages to chapter 2The pre-thesis .docx
Proof Reading and adding 5 pages to chapter 2The pre-thesis .docxProof Reading and adding 5 pages to chapter 2The pre-thesis .docx
Proof Reading and adding 5 pages to chapter 2The pre-thesis .docxanitramcroberts
 
prompt:Leadership Culture - Describe the leadership culture in ope.docx
prompt:Leadership Culture - Describe the leadership culture in ope.docxprompt:Leadership Culture - Describe the leadership culture in ope.docx
prompt:Leadership Culture - Describe the leadership culture in ope.docxanitramcroberts
 
Prompt  These two poems are companion pieces from a collection by.docx
Prompt  These two poems are companion pieces from a collection by.docxPrompt  These two poems are companion pieces from a collection by.docx
Prompt  These two poems are companion pieces from a collection by.docxanitramcroberts
 
PromptTopic Robert was quite active when he first started colleg.docx
PromptTopic Robert was quite active when he first started colleg.docxPromptTopic Robert was quite active when he first started colleg.docx
PromptTopic Robert was quite active when he first started colleg.docxanitramcroberts
 
PromptTopic Outline the flow of blood through the heart.  Explai.docx
PromptTopic Outline the flow of blood through the heart.  Explai.docxPromptTopic Outline the flow of blood through the heart.  Explai.docx
PromptTopic Outline the flow of blood through the heart.  Explai.docxanitramcroberts
 
PromptTopic Deborah has 2 preschool-age children and one school-.docx
PromptTopic Deborah has 2 preschool-age children and one school-.docxPromptTopic Deborah has 2 preschool-age children and one school-.docx
PromptTopic Deborah has 2 preschool-age children and one school-.docxanitramcroberts
 
PROMPTAnalyze from Amreeka the scene you found most powerfu.docx
PROMPTAnalyze from Amreeka the scene you found most powerfu.docxPROMPTAnalyze from Amreeka the scene you found most powerfu.docx
PROMPTAnalyze from Amreeka the scene you found most powerfu.docxanitramcroberts
 
Prompt What makes a poem good or bad  Use Chapter 17 to identi.docx
Prompt What makes a poem good or bad  Use Chapter 17 to identi.docxPrompt What makes a poem good or bad  Use Chapter 17 to identi.docx
Prompt What makes a poem good or bad  Use Chapter 17 to identi.docxanitramcroberts
 
PromptTopic Anton grew up in France and has come to America for .docx
PromptTopic Anton grew up in France and has come to America for .docxPromptTopic Anton grew up in France and has come to America for .docx
PromptTopic Anton grew up in France and has come to America for .docxanitramcroberts
 
Prompt #1 Examples of Inductive InferencePrepare To prepare to.docx
Prompt #1 Examples of Inductive InferencePrepare To prepare to.docxPrompt #1 Examples of Inductive InferencePrepare To prepare to.docx
Prompt #1 Examples of Inductive InferencePrepare To prepare to.docxanitramcroberts
 
Project This project requires you to identify and analyze le.docx
Project This project requires you to identify and analyze le.docxProject This project requires you to identify and analyze le.docx
Project This project requires you to identify and analyze le.docxanitramcroberts
 
ProjectUsing the information you learned from your assessments and.docx
ProjectUsing the information you learned from your assessments and.docxProjectUsing the information you learned from your assessments and.docx
ProjectUsing the information you learned from your assessments and.docxanitramcroberts
 

Mehr von anitramcroberts (20)

Propose recommendations to create an age diverse workforce.W.docx
Propose recommendations to create an age diverse workforce.W.docxPropose recommendations to create an age diverse workforce.W.docx
Propose recommendations to create an age diverse workforce.W.docx
 
Prosecuting Cybercrime  The Jurisdictional ProblemIn this discuss.docx
Prosecuting Cybercrime  The Jurisdictional ProblemIn this discuss.docxProsecuting Cybercrime  The Jurisdictional ProblemIn this discuss.docx
Prosecuting Cybercrime  The Jurisdictional ProblemIn this discuss.docx
 
PromptTopic Joseph is scheduled to have hip replacement surgery .docx
PromptTopic Joseph is scheduled to have hip replacement surgery .docxPromptTopic Joseph is scheduled to have hip replacement surgery .docx
PromptTopic Joseph is scheduled to have hip replacement surgery .docx
 
Property TaxThe property tax has been criticized as an unfair ba.docx
Property TaxThe property tax has been criticized as an unfair ba.docxProperty TaxThe property tax has been criticized as an unfair ba.docx
Property TaxThe property tax has been criticized as an unfair ba.docx
 
Prosecutors and VictimsWrite a 2 page paper.  Address the follow.docx
Prosecutors and VictimsWrite a 2 page paper.  Address the follow.docxProsecutors and VictimsWrite a 2 page paper.  Address the follow.docx
Prosecutors and VictimsWrite a 2 page paper.  Address the follow.docx
 
Prompt Discuss the recent public policy decisions made in Texas wit.docx
Prompt Discuss the recent public policy decisions made in Texas wit.docxPrompt Discuss the recent public policy decisions made in Texas wit.docx
Prompt Discuss the recent public policy decisions made in Texas wit.docx
 
Properties of LifeChapter 1 of the text highlights the nine proper.docx
Properties of LifeChapter 1 of the text highlights the nine proper.docxProperties of LifeChapter 1 of the text highlights the nine proper.docx
Properties of LifeChapter 1 of the text highlights the nine proper.docx
 
Proofread and complete your manual that includes the following ite.docx
Proofread and complete your manual that includes the following ite.docxProofread and complete your manual that includes the following ite.docx
Proofread and complete your manual that includes the following ite.docx
 
Proof Reading and adding 5 pages to chapter 2The pre-thesis .docx
Proof Reading and adding 5 pages to chapter 2The pre-thesis .docxProof Reading and adding 5 pages to chapter 2The pre-thesis .docx
Proof Reading and adding 5 pages to chapter 2The pre-thesis .docx
 
prompt:Leadership Culture - Describe the leadership culture in ope.docx
prompt:Leadership Culture - Describe the leadership culture in ope.docxprompt:Leadership Culture - Describe the leadership culture in ope.docx
prompt:Leadership Culture - Describe the leadership culture in ope.docx
 
Prompt  These two poems are companion pieces from a collection by.docx
Prompt  These two poems are companion pieces from a collection by.docxPrompt  These two poems are companion pieces from a collection by.docx
Prompt  These two poems are companion pieces from a collection by.docx
 
PromptTopic Robert was quite active when he first started colleg.docx
PromptTopic Robert was quite active when he first started colleg.docxPromptTopic Robert was quite active when he first started colleg.docx
PromptTopic Robert was quite active when he first started colleg.docx
 
PromptTopic Outline the flow of blood through the heart.  Explai.docx
PromptTopic Outline the flow of blood through the heart.  Explai.docxPromptTopic Outline the flow of blood through the heart.  Explai.docx
PromptTopic Outline the flow of blood through the heart.  Explai.docx
 
PromptTopic Deborah has 2 preschool-age children and one school-.docx
PromptTopic Deborah has 2 preschool-age children and one school-.docxPromptTopic Deborah has 2 preschool-age children and one school-.docx
PromptTopic Deborah has 2 preschool-age children and one school-.docx
 
PROMPTAnalyze from Amreeka the scene you found most powerfu.docx
PROMPTAnalyze from Amreeka the scene you found most powerfu.docxPROMPTAnalyze from Amreeka the scene you found most powerfu.docx
PROMPTAnalyze from Amreeka the scene you found most powerfu.docx
 
Prompt What makes a poem good or bad  Use Chapter 17 to identi.docx
Prompt What makes a poem good or bad  Use Chapter 17 to identi.docxPrompt What makes a poem good or bad  Use Chapter 17 to identi.docx
Prompt What makes a poem good or bad  Use Chapter 17 to identi.docx
 
PromptTopic Anton grew up in France and has come to America for .docx
PromptTopic Anton grew up in France and has come to America for .docxPromptTopic Anton grew up in France and has come to America for .docx
PromptTopic Anton grew up in France and has come to America for .docx
 
Prompt #1 Examples of Inductive InferencePrepare To prepare to.docx
Prompt #1 Examples of Inductive InferencePrepare To prepare to.docxPrompt #1 Examples of Inductive InferencePrepare To prepare to.docx
Prompt #1 Examples of Inductive InferencePrepare To prepare to.docx
 
Project This project requires you to identify and analyze le.docx
Project This project requires you to identify and analyze le.docxProject This project requires you to identify and analyze le.docx
Project This project requires you to identify and analyze le.docx
 
ProjectUsing the information you learned from your assessments and.docx
ProjectUsing the information you learned from your assessments and.docxProjectUsing the information you learned from your assessments and.docx
ProjectUsing the information you learned from your assessments and.docx
 

Kürzlich hochgeladen

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 

Kürzlich hochgeladen (20)

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 

Required Sections of the Social Impact Analysis Paper Ab

  • 1. Required Sections of the Social Impact Analysis Paper Abstract: This section provides a brief overview of the paper. It identifies the design, product, or concept (DPC) being analyzed. It identifies the more important ethical arguments for and against development or deployment of the DPC. It states your position regarding whether development or deployment of the DPC should continue. DPC Background: This section provide a technical description of the design/product/concept (DPC). Explain the technology that enables the DPC. Explain generally how the DPC works. Keep the paper balanced. It is very easy to spend the majority of the paper explaining the technology and not enough time on the ethical issues. In this section include the following: a) Who is responsible or accountable for creating/producing/building it?
  • 2. b) What need is it intended to fill? Stakeholders: This section Identifies the direct and indirect stakeholders who might be impacted positively or negatively by deployment of the DPC. Examples of direct stakeholders might be inventors, developers, investors, corporations, stockholders, consumers. Examples of indirect stakeholders might be competitors, individuals, cultural groups, business entities, institutions, governmental agencies, communities, regulatory agencies, etc. These are not exhaustive lists. Be sure to include the following: a) What benefits for stakeholders are anticipated for this DPC b) What drawbacks for stakeholders are anticipated for this DPC Ethical Analysis: This section identifies the most significant ethical issues that need to be resolved as a result of developing or deploying the DPC. Explain why these ethical issues are the most significant. a) Which of the three ethical theories (utilitarianism, respect for persons, virtue ethics)
  • 3. do you find most useful in dealing with each of these ethical issues? Explain your reasoning in enough detail to demonstrate critical thinking with regard to the mechanics of the approach chosen. b) What elements of the NSPE Code of Ethics or the Code of Ethics for your discipline are most relevant to the development or deployment of the DPC. Social Impact Analysis: a) What knowledge and skills are needed to deploy or implement the DPC? b) What interdisciplinary perspectives would help identify innovative and non-obvious solutions to issues that might arise in deploying or implementing the DPC? c) What insights can you articulate, based your culture and other cultures with which you are familiar, to help understand how the DPC might enable better societal outcomes? Conclusion: Based on your critical analysis provide well-
  • 4. reasoned arguments why the development or deployment of the DPC should or should not continue. a) What is the most compelling argument in favor of development or deployment of the DPC b) What is the most compelling argument against development or deployment of the DPC c) What is your position on the right thing(s) to do regarding the development or deployment of the DPC? List of References: The references cited in your paper must conform to one of the following style guides: a) CSE (Council of Science Editors) - Biology - Scientific Style and Format: The CSE Manual for Authors, Editors, and Publishers b) Chicago Manual of Style - used in the humanities and social sciences c) APA (American Psychological Association) - used in the social sciences
  • 5. d) MLA (Modern Language Association) - used in literature and the humanities Advice Regarding Originality: Originality is scored by SafeAssign based on the percent of the text in your paper that is identical to or similar to other published work. References are excluded. A good originality score would be less than 15%. Zero percent would be perfect but very unlikely as there will always be some random text matches. Quoting long sections of text verbatim will significantly lower the originality score. Paraphrasing another author’s text will tend to lower the originality score. Writing your own words and critical thinking increases the originality score. Referencing another author’s ideas that support or refute your critical thinking is neutral or positive and adds depth to your paper. Using another author’s work without proper citation is plagiarism and will result in a score of zero on the SIA paper.
  • 6. New Perspectives Access 2016 | Module 1: SAM Project 1a New Perspectives Access 2016 | Module 1: SAM Project 1a Healthy Myles Fitness Center CREATING a table, query, form, and report GETTING STARTED Open the file NP_AC16_1a_FirstLastName_1.accdb, available for download from the SAM website. Save the file as NP_AC16_1a_FirstLastName_2.accdb by changing the “1” to a “2”. 0. If you do not see the .accdb file extension in the Save As dialog box, do not type it. The program will add the file extension for you automatically. To complete this Project, you will also need to download and save the following support file from the SAM website: · Support_NP_AC16_1a_Equipment.accdb Open the _GradingInfoTable table and ensure that your first and last name is displayed as the first record in the table. If the table does not contain your name, delete the file and download a new copy from the SAM website. PROJECT STEPS You are employed at Healthy Myles Fitness Center and are in charge of consolidating the company’s records and other important information into a database. The owners expect that the database will help them run the business more smoothly. You start by setting up the basic structure of the database. Create a new table in Datasheet View: a. Save the table as tblClient. (Hint: Do not type the period.) b. Change the name of the ID field in the tblClient table to ClientID. (Hint: Do not type the period.) c. Change the data type of the ClientID field to Short Text. d. Create the following fields in the table, using the Short Text data type, in the order shown: FirstName, LastName, Address, City, State, and Zip. (Hint: Do not type the period.) With the tblClient table still open in Datasheet View, enter the
  • 7. records shown in Table 1 on the next page. (If necessary, resize the Address field to best fit the data it contains.) Close the tblClient table, saving if necessary. Table 1: tblClient Table Records ClientID FirstName LastName Address City State Zip A10027 Jenny Lin 220 Delaware Ave. Buffalo NY 14202 B18423 Adam Smith 266 Elmwood Ave. Buffalo NY 14222 Open the tblLocation table in Datasheet View, and then update the table as described below: e. Change the name of the ID field to LocationID. (Hint: Do not type the period.) f. Change the data type of the LocationID field to Short Text. g. Save the table, but do not close it. With the tblLocation table still open in Datasheet View, change the data type of the LocationOpened field to Date/Time. Save, but do not close, the table.
  • 8. With the tblLocation table still open in Datasheet View, enter the records shown in Table 2 below into the tblLocation table. Close the tblLocation table. Table 2: tblLocation Table Records LocationID LocationName LocationOpened Address City State ZipCode Phone 301 Elmwood 5/2/2014 1400 Elmwood Ave. Buffalo NY 14216 716-555-1212 308 Sheridan 1/5/2015 5200 Sheridan Dr. Buffalo NY 14221 716-555-7621 You have been provided with a support file that contains a table with additional equipment data. The tblEquipment table has the same design as the tblGym table in the support file. Copy all the records from the tblGym table in the file Support_NP_AC16_1a_Equipment.accdb, available for
  • 9. download from the SAM website, and paste them at the end of the tblEquipment table in the current database. Close the tblEquipment table. Use the Simple Query Wizard to create a query based on the tblTrainer table as described below: h. Include the FirstName, LastName, and Specialty fields (in that order) from the tblTrainer table in the query. i. Name the query qrySpecialties, and then close the query. You now want to create a simple form to allow employees to update information on the trainers employed at Healthy Myles Fitness Center. j. Use the Form tool to create a simple form based on the tblTrainer table. k. Save the form with the name frmTrainer. (Hint: Do not type the period.) Switch the frmTrainer form to Form View, use the navigation buttons to navigate to the third record (with the TrainerID field value 454), and then change the Certification field value to ACSM. (Hint: Do not type the period.) With the frmTrainer form still open in Form View, navigate to the last record (with the TrainerID field value 709) in the frmTrainer form, and then change the Specialty field value to Strength Training. (Hint: Do not type the period.) Navigate back to the first record in the tblTrainer table, and then close the form. Use the Report tool to create a report based on the tblEquipment table. Save the report as rptEquipmentList, then close the report. You decide to adjust the formatting of the rptTrainer report to make it easier to read and to make it fit on one page. l. Open the rptTrainer report in Layout View, and then reduce the width of the TrainerID column so it is approximately as wide as the text “TrainerID” in the column heading, or 0.8". m. Select the text box that appears below the TrainerID column (and contains the number 9) in the rptTrainer report. Then use the mouse to resize the height of the text box slightly so that it
  • 10. is tall enough to completely display the value it contains, or approximately 0.27" high, as shown in Figure 1 on the next page. Save the report. n. Select the text box that appears below the Specialty column and that contains the text “Page1 of 1”. Use an arrow key to move the text box to the left so that its left edge vertically aligns with the left edge of the Specialty column above it. Right-align the text. View the report in Print Preview to see the changes you made. Save and close the report. Figure 1: rptTrainer Report Save and close any open objects in your database. Compact and repair your database, close it, and then exit Access. Follow the directions on the SAM website to submit your completed project. 2 Grading Rubric for SIA Term Paper Fall 2019 Levels of Achievement Point Range Weight Meets few if any expectations Substantially
  • 11. Below Expectations Below Expectations Meets Expectations Substantially Above Expectations Abstract 0 to 5 5.00% 0 to 1 1 to 2 2 to 3 3 to 4 4 to 5 DPC Background 0 to 15 15.00% 0 to 3 3 to 6 6 to 9 9 to 12 12 to 15 Stakeholders 0 to 10 10.00% 0 to 2 2 to 4 4 to 6 6 to 8 8 to 10 Ethical Analysis 0 to15 15.00% 0 to 3 3 to 6 6 to 9 9 to 12 12 to 15 Social Impact Analysis 0 to 10 10.00% 0 to 2 2 to 4 4 to 6 6 to 8 8 to 10 Conclusion 0 to 15 15.00% 0 to 3 3 to 6 6 to 9 9 to 12 12 to 15 References 0 to 5 5.00% 0 to 1 1 to 2 2 to 3 3 to 4 4 to 5 Originality 0 to 10 10.00% 0 to 2 2 to 4 4 to 6 6 to 8 8 to 10 Spelling Grammar 0 to 5 5.00% 0 to 1 1 to 2 2 to 3 3 to 4 4 to 5
  • 12. Length 0 to 10 10.00% 0 to 2 2 to 4 4 to 6 6 to 8 8 to 10 0 to 100 100.00%