3.
Take me as someone who has always had an interest in air pollution, but doesn't have the time to learn
...
earn about it independently. I am hiring you to learn all that you can about it and put together a report that will summarize all the information so that I can learn as much as I can in as little time as possible. Here is what you need to include in your report:
An explanation of air pollution. What is air pollution? //
Explain 4 causes of air pollution.
Explain 2 sources of air pollution. What are the toxins or pollutants that contaminate the air?
Explain at least 5 effects of air pollution on human health and/or the environment.
Explain 3 solutions to stopping air pollution. What can be done by the government or private organizations?
Work cited page should also be included, listing all the sources you used to get your information.
THIS REPORT SHOULD BE TYPED AND ORGANIZED IN 5 OR MORE PARAGRAPHS. READ THE RUBRIC BELOW CAREFULLY TO UNDERSTAND HOW THIS PROJECT WILL BE GRADED!!
WORKS CITED PAGE
General guidelines for citing sources:
List entries alphabetically by author (if no author list title first)
Separate entries with periods
General format:
Author, last name first. "Webpage title." Website title. Date published/updated. Organization/publisher. Date accessed. < URL >
Example:
Landsberger, Joseph. “Citing Websites." Study Guides and Strategies . 12 May 2005. University of
X. 13 May 2005. < http://www.studygs.net/citation.htm >.
These websites will format your citations for you: http://citationmachine.net/ & http://easybib.com/
**You should use google slides or powtoons to put together your information. You should have a minimum of 6 slides not including the title slide with your name.** DUE FRIDAY, APRIL 3, 2020
Rubric
Criteria
Points
Information Included
Three or more required elements are missing (not including additional facts).
(20 points)
1 or 2 required elements are missing (not including additional facts).
(30 points)
All required information is present, but no additional information is given.
(40 points)
All required information is present, including two additional facts.
(50 points)
_________
Quality of information
Information has little or nothing to do with the main topic OR sections do not provide any supporting detail or explanation.
(5 points)
Information clearly relates to the topic, but some sections are lacking detail and explanation.
(10 points)
Information clearly relates to the main topic and all sections include some supporting detail and explanation.
(15 points)
Information clearly relates to the main topic and all sections include significant supporting details and explanation.
(20 points)
________
Format
Title page is not present at all AND/OR there are errors in typing, spacing, no picture, etc.
(5 points)
Product has improperly formatted title page AND/OR no picture or not creative.
(8 points)
Product has incorrectly formatted title page and has pictures.
(12 points)
Product has a title page in the proper format, has pictures and is creative.
(15 points)
________
Spelling/Grammar
5 or more grammatical, spelling or punctuation errors present throughout the product.
(2 points)
3-4 grammatical, spelling or punctuation errors present throughout the product.
(3 points)
1-2 grammatical, spelling or punctuation errors present throughout the product.
(4 points)
No grammatical, spelling or punctuation errors present throughout the product.
(10 points)
________
Works Cited
Works Cited page not present.
(2 points)
All sources are documented with 3-4 errors in format OR Works Cited is not done a separate page.
(3 points)
Works Cited is done on a separate page and all sources are documented with 1-2 errors in format.
(4 points)
Works Cited is done on a separate, properly headed page with all sources documented in proper Works Cited format.
(5 points)
________
Total
_____/100
View More
5.Hi, I need help with correct and edit free writings. Please see below.
“Hi Aunty Anne, I have two questions
...
I have two questions for you.
I’m not sure how you paid for Walmart and CVS last year. When I made copies of receipts. I found out that you swapped the check 1234 $200.00 from Walmart to CVS. I just entered the amounts from Paid Receipts Report on form A
For Form B, I don’t see any box for 1-HP. Is it okay to add total form 1-ST and 1-HP together?
Please let me know what your thoughts are. Thank you for your help.”
" James, how come you ate lunch late? Eating late lunch is not good for you. Tell me what your favorite food is and i will treat you lunch one day after COVID is over"
“ Are you eating Korean food? You make me feel hungry. I love to eat beef tongues and chicken bbq. I wish I could sit next to you. ”
“ Thank you for sharing the information. You are the best teacher in the world.”
View More
8.I need help getting started with my C++ assignment.
This is the prompt of the assignment and guidelines must follow.
...
delines must follow.
The purpose of this assignment is to give you practice using structs, using strings, writing functions and sorting. You will read a student file into an array of structs, determine grades, sort the array and print it out.
Program Steps and Requirements
Use the Student struct shown below.
Read the input file (partially shown below) and store the data in an array of structs. The input file contains 55 student records and one heading line.
Write code to determine the grade for each student. The grade determination is exactly as specified for this class in the syllabus. Remember to discard the lowest assignment grade.
Sort the array of student students in descending order by the total points.
Write the output file using the exact format shown below and include the two lines of headings in the output.
Required Student struct and named constants
const unsigned NumberOfStudents = 55;
const unsigned PointsPossible = 400;
const unsigned NumberOfAssignments = 10;
const unsigned NumberOfExercises = 10;
struct Student
{
int id;
string name;
int exercise[NumberOfExercises];
int assignment[NumberOfAssignments];
int midterm;
int final;
int codelab;
int exerciseTotal;
int assignmentTotal;
int totalPoints;
int percent;
string grade;
};
Input file
-StudId- -------Name-------- -----Exercises----- ---------Assignments--------- Mi Fin CL
12345678 Smartiepants, Sam 5 4 5 4 5 5 5 5 5 5 20 19 20 20 20 20 19 20 20 19 65 98 9
18519268 Mendoza, Victor 4 2 5 4 1 4 5 5 5 4 17 12 17 18 14 17 19 18 14 18 59 49 6
23276929 Chien, Shengfeng 2 3 0 4 4 5 2 5 5 2 9 18 15 8 19 18 18 16 19 13 64 89 8
18242679 Dhaliwal, Shawn 5 5 3 4 5 4 2 4 4 5 9 18 17 15 18 19 12 15 18 14 45 92 9
09869966 Miraftab, Mina 5 3 5 5 3 5 4 0 4 3 17 4 3 18 12 16 14 17 17 12 52 68 7
10930997 Dimas, Abraham 5 3 4 5 4 3 4 3 3 3 12 18 20 11 14 7 15 10 18 15 64 89 6
11545560 Masongsong, Mikhael 1 3 5 4 3 4 5 3 5 5 19 19 9 13 17 20 20 14 14 19 64 96 8
10626377 Zigler, Joshua 4 3 4 3 2 5 4 4 4 5 17 14 18 20 17 18 12 19 14 14 51 90 5
...
Output report file
Stud Id Name Ex Ass Mi Fin CL Tot Pct Gr
-------- ------------------- -- --- -- --- -- --- --- --
12345678 Smartiepants, Sam 48 178 65 98 9 398 100 A+
11545560 Masongsong, Mikhael 38 155 64 96 8 361 90 A-
20767544 Martins, Gustavo 40 144 67 97 10 358 90 A-
23305464 Zumwalt, Jacob 37 160 62 90 8 357 89 B+
23579439 Feirstein, Berent 42 159 55 91 9 356 89 B+
14965959 Ho, Brandon 40 157 66 84 8 355 89 B+
19988142 Wang, Lu 31 157 58 98 9 353 88 B+
09559062 Mora, Gabriel 36 137 67 100 7 347 87 B
19108176 Bailey, Tanequa 44 152 56 85 8 345 86 B
Suggested main function
int main()
{
Student students[NumberOfStudents];
getStudentDataFromFile(students, InputFilename);
determineGrades(students);
sort(students);
printStudentDataToFile(students,OutputFilename);
}
View More
9.I need to write lab report for pGLO Transformation experiments thats provide a Title,an Abstract(its include a hypothesis on which
...
include a hypothesis on which of the different treated agar plates I will expect what degree of the growth of E.Coli) Particularly include a prediction in white plate GFP will be visible under UV-light and why do not exceed,Introduction(include the information about the pGLO plasmid with the different genes(Arac,beta lactamase,GFP) and their function(what do the translated proteins do?) I need to include at least three proper references(Miller et al., 2015 as an example) Materials and Methods(it describe the single steps and explain the purpose of each step in concise way) Results,Discussion, References(name all the authors,name all relevant information of the journal or book)
View More
10.Hi, I've been trying to figure out what should be the simplest of formulas for over an hour now. Take
...
e a look at this spreadsheet so I can properly explain:
https://docs.google.com/spreadsheets/d/1lEJIPiSZJk9LYUTSA4oeDwyLXCVd18Zdewm6gnjxcXo/edit?usp=sharing
Ok, so for the sake of simplicity We'll just go with row two here. Cell A2 represents the hours worked freelancing, where B2 is for the minutes of the recorded time frame. C2 is the net amount earned in that time. Over in cell N10 I need to figure out an equation using the =SUM() function (treats it as a normal math problem) where it prints the hourly income based on those three integers. I'll admit i was never great at math, but in my defense I've been up since 6 am yesterday (currently 3 pm) and have been running solely on caffiene and nicotine haha... The sheet is editable and I can see any changes you make in realtime. Is there any way you could help me out on this one? It's for a work report type thing.
View More