2 Pages

enviro - Ch8obj9

Course: ENVIRO 101, Spring 2011
School: South Carolina
Rating:
 
 
 
 
 

Word Count: 314

Document Preview

can What we do to help sustain the earths biodiversity? The 3 main objectives of the World Conservation Strategy (created by the World Conservation Union): Maintain essential ecological services and life-support systems that support human life and sustainable development. Preserve genetic diversity as a source of plants and domesticated animals needed as human sources of food. Ensure sustainable use of all...

Register Now

Unformatted Document Excerpt

Coursehero >> South Carolina >> South Carolina >> ENVIRO 101

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
can What we do to help sustain the earths biodiversity? The 3 main objectives of the World Conservation Strategy (created by the World Conservation Union): Maintain essential ecological services and life-support systems that support human life and sustainable development. Preserve genetic diversity as a source of plants and domesticated animals needed as human sources of food. Ensure sustainable use of all species and ecosystems. Ways to accomplish the objectives of the conservation strategy: Educate the public and policy makers about the importance of the earths biological re sources and services Design national conservation strategies Establish a much larger global network of protected areas Greatly expanding biodiversity educational training and research Establish economic incentives to promote the conservation of species and ecosystems throughout the world Edward O. Wilson (expert on biodiversity) created 8 priorities for protecting the remaining ecosystems and species. Take immediate action to preserve the 34 biological spots hot in the world. These hot spots contain plant and animal species that are only found in those specific locations. Keep intact the worlds remaining old-growth forests and cease all logging of such forests. Complete the mapping of the worlds terrestrial and aquatic biodiversity so we know what we have and can make conservation efforts more precise and cost-effective. Determine the worlds marine hot spots and assign them the same priority for immediate action as for those on land. Concentrate on protecting and restoring everywhere the worlds lakes and river sys tems, which are the most threatened ecosystems of all. What can we do to help sustain the earths biodiversity? Ensure that the full range of the earths terrestrial and aquatic ecosystems is included in a global conservation strategy. Make conservation profitable. Initiate ecological restoration product worldwide Wilson believes taking such efforts would cost about $30 billion per year...but he believes it would be well worth the hefty price tag
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science- Dat Le- 8/24/11- 0b-www.apluscompsci.compublic class Lab0bcfw_public static void main ( String[] args )cfw_/define 1 variable of each of the/following data types/byteshortint/floatdouble/charboolea
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science-Dat Le-8/24/11-0c-www.apluscompsci.comimport static java.lang.System.*;import java.util.Scanner;public class Lab0ccfw_public static void main (String[] args)cfw_Scanner keyboard = new Scanner(System.in);
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science- Dat Le- 8/29/11- BigHouse-www.apluscompsci.comimport java.awt.Graphics;import java.awt.Color;import java.awt.Canvas;public class BigHouse extends Canvascfw_public BigHouse() /constructor - sets up the cla
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science- Dat Le- 8/29/11- GraphicsRunner-www.apluscompsci.comimport javax.swing.JFrame;public class GraphicsRunner extends JFramecfw_private static final int WIDTH = 800;private static final int HEIGHT = 600;publi
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science-Dat Le-08/29/11-1a-www.apluscompsci.comimport static java.lang.System.*;public class Lab01acfw_public static void main(String args[])cfw_/instantiate a StarsAndStripes objectStarsAndStripes flag = new Sta
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science- Dat Le- 8/29/11- Robot-www.apluscompsci.comimport java.awt.Graphics;import java.awt.Color;import java.awt.Canvas;class Robot extends Canvascfw_public Robot()/constructor method - sets up the classcfw_s
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science-Dat Le-8/29/11-SmileyFace-www.apluscompsci.comimport java.awt.Graphics;import java.awt.Color;import java.awt.Canvas;public class SmileyFace extends Canvascfw_public SmileyFace()/constructor - sets up the
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science-Dat Le-08/29/11-1a-www.apluscompsci.comimport static java.lang.System.*;public class StarsAndStripescfw_public StarsAndStripes()cfw_ out.println("StarsAndStripes");twoBlankLines();public void twentyStars
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.compublic class Fahrenheitcfw_private double fahrenheit;private double celsius;public void setFahrenheit(double fahren)cfw_fahrenheit = fahren;public double getCelsius()cfw_/double cel
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.compublic class Lab02acfw_public static void main( String[] args )cfw_Rectangle test = new Rectangle();test.setLengthWidth(2,6);test.calculatePerimeter( );test.print();test.setLengthWidt
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.compublic class Lab02bcfw_public static void main( String[] args )cfw_Sum test = new Sum();test.setNums(5,5);test.sum();test.print();test.setNums(90,100.0);test.sum();test.print();tes
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.compublic class Lab02ccfw_public static void main( String[] args )cfw_Average check = new Average();check.setNums(5,5);check.average();check.print();check.setNums(90.0,100.0 );check.ave
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.compublic class Lab02dcfw_public static void main( String[] args )cfw_Cube test = new Cube();test.setSide(112);test.calculateSurfaceArea();test.print();test.setSide(4);test.calculateSur
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.compublic class Lab02ecfw_public static void main( String[] args )cfw_Circle test = new Circle();test.setRadius(7.5);test.calculateArea( );test.print();test.setRadius(10);test.calculate
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.compublic class Lab02fcfw_public static void main( String[] args )cfw_Line run = new Line();run.setCoordinates(1,9,14,2);run.calculateSlope();run.print();run.setCoordinates(1,7,18,3);ru
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.compublic class Lab02gcfw_public static void main( String[] args )cfw_Fahrenheit test = new Fahrenheit();test.setFahrenheit(98.6);test.getCelsius();test.print();test.setFahrenheit(52.30)
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.compublic class Linecfw_private double xOne,yOne, xTwo, yTwo;private double slope;public void setCoordinates(double x1, double y1, double x2, double y2)cfw_xOne = x1;yOne = y1;xTwo = x2;
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.compublic class Rectanglecfw_private int length;private int width;private int perimeter;public void setLengthWidth(int len, int wid )cfw_length=len;width=wid;public void calculatePerim
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.compublic class Sumcfw_private double one, two, sum;public void setNums(double num1, double num2)cfw_one=num1;two=num2;public void sum( )cfw_sum=one+two;public void print( )cfw_Sys
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport java.util.Scanner;import static java.lang.System.*;import static java.lang.Math.*;public class Distancecfw_private int xOne,yOne,xTwo,yTwo;private double distance;public Distanc
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport java.util.Scanner;import java.lang.Math.*;public class Lab03a /this class is used to test Trianglecfw_public static void main( String[] args )cfw_Scanner keyboard = new Scanner(S
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport java.util.Scanner;import static java.lang.System.*;import static java.lang.Math.*;public class Lab03bcfw_public static void main( String[] args )cfw_Scanner keyboard = new Scann
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport java.util.Scanner;import static java.lang.System.*;import static java.lang.Math.*;public class Lab03ccfw_public static void main( String[] args )cfw_Scanner keyboard = new Scann
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport java.util.Scanner;import static java.lang.System.*;import static java.lang.Math.*;public class Lab03dcfw_public static void main( String[] args )cfw_Scanner keyboard = new Scann
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport java.util.Scanner;import static java.lang.System.*;import static java.lang.Math.*;public class MilesPerHourcfw_private int distance, hours, minutes;private double mph;public Mil
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport java.util.Scanner;import static java.lang.System.*;import static java.lang.Math.*;public class Quadraticcfw_private int a, b, c;private double rootOne;private double rootTwo;pu
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport java.util.Scanner;import java.lang.Math.*;public class Trianglecfw_private int sideA, sideB, sideC;private double perimeter;private double theArea;public Triangle()cfw_setSide
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;public class AddStringscfw_private String first, last;private String sum;public AddStrings()cfw_setStrings(",");sum=";public AddStrings(String one,
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;public class FirstAndLastcfw_private String word;private char firstLetter;private char lastLetter;public FirstAndLast()cfw_setString(");word=";publ
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;public class Lab04acfw_public static void main ( String[] args )cfw_AddStrings demo = new AddStrings("hello","world");demo.add();out.println(demo);dem
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;public class Lab04bcfw_public static void main ( String[] args )cfw_FirstAndLast demo = new FirstAndLast("Hello");demo.findFirstLastLetters();out.print
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;public class Lab04ccfw_public static void main ( String[] args )cfw_StringRipper demo = new StringRipper("chicken");out.println(demo.ripString(3,6);out
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabimportComputer Science - www.apluscompsci.comstatic java.lang.System.*;public class Lab04dcfw_public static void main ( String[] args )cfw_Name person = new Name("Sally Baker");System.out.println(person.getFirst();System.out
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;public class Lab04ecfw_public static void main ( String[] args )cfw_StringChecker demo = new StringChecker("chicken");out.println("looking for c "+demo.
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;public class Namecfw_private String name;public Name()cfw_setName(");name = ";public Name(String s)cfw_setName(s);public void setName(String s)c
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;public class StringCheckercfw_private String word;public StringChecker()cfw_word = ";public StringChecker(String s)cfw_setString(s);public void se
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;public class StringRippercfw_private String word;public StringRipper()cfw_setString(");word=";public StringRipper(String s)cfw_setString(s);publi
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimportimportimportimportimportimportimportjava.awt.Graphics;java.awt.Color;java.awt.event.ActionListener;java.awt.event.ActionEvent;javax.swing.Timer;javax.swing.JFrame;java.awt.
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;import java.util.Scanner;public class CharacterAnalyzercfw_private char theChar;public CharacterAnalyzer()cfw_theChar = 0;public CharacterAnalyzer(ch
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport java.util.Scanner;import static java.lang.System.*;import static java.lang.Math.*;public class Distancecfw_private int x1,y1,x2,y2;public Distance()cfw_x1 = 0;y1 = 0;x2 = 0;
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;import java.util.Scanner;public class Lab05acfw_public static void main( String args[] )cfw_Scanner keyboard = new Scanner(System.in);out.print("Enter
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;import java.util.Scanner;public class Lab05bcfw_public static void main ( String[] args )cfw_Scanner keyboard = new Scanner(System.in);out.print("Enter
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;import java.util.Scanner;public class Lab05ccfw_public static void main ( String[] args )cfw_Scanner keyboard = new Scanner(System.in);out.print("Enter
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;import java.util.Scanner;public class Lab05dcfw_public static void main ( String[] args )cfw_Scanner keyboard = new Scanner(System.in);out.print("Enter
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport java.util.Scanner;import static java.lang.System.*;import static java.lang.Math.*;public class Lab05ecfw_public static void main( String[] args )cfw_Scanner keyboard = new Scann
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;public class OddOrEvencfw_private int number;public OddOrEven()cfw_number=0;public OddOrEven(int num)cfw_setNum(num);public void setNum(int num)c
Cy-Fair College - C++ - comp122
/ A+/Name/Date/LabComputer Science--www.apluscompsci.comimport static java.lang.System.*;import java.util.Scanner;public class StringOddOrEvencfw_private String word;public StringOddOrEven()cfw_word=";public StringOddOrEven(String s)cfw_
American College of Computer & Information Sciences - COP - 1332
Public Class Form1Dim filename As StringDim oFile As System.IO.FileDim oWrite As System.IO.StreamWriterPrivate Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)Handles MyBase.Loadfilename = InputBox("Enter output file name")
American College of Computer & Information Sciences - COP - 1332
Exercise 5-6Exercise 5-6 Asks us to create a crude Bar Chart to display sales data for several retail stores.The user will be prompted via Input Box to enter the total sales for each store. The program willthen createand display a Bar Chart representi
American College of Computer & Information Sciences - COP - 1332
5-10 is a variation of the old compound interest problem. Sue Starts out being paid 1 the firstday. Her pay is doubled each day she works, 2 on day 2, 4 on day 3, etc. The exercise is tocreate an application to calculate her pay for any given number of
American College of Computer & Information Sciences - COP - 1332
The form accepts the following inputs: Number of days spent in the hospital at $350/day Amount of medication costs Amount of surgical costs Amount of Lab Fees Rehabilitation ChargesWe are asked to create the following VB functions CalculateStayChar
American College of Computer & Information Sciences - COP - 1332
This Exercise 6-1, asks us to create an application that uses a sub procedure to calculate theRetail Price of an Item (Whole Sale Price + Mark up). It is a rather simple little exercise; butuseful because it introduces us to functions and sub procedures
American College of Computer & Information Sciences - COP - 1332
Exercise 5-5.I used a piece of code I found on the internet 2/22/2010 as the basis of todays exercise. Theoriginal code was the clearing text boxes using a For Each .Next loop.Dim objControl As ControlFor Each objControl In Me.ControlsIf TypeOf objCo
American College of Computer & Information Sciences - COP - 1332
Exercise 6-3.I was a little slow posting last week. It was Income Tax time and took priority over all else. ITis done now so I can get back to what I love. This exercise from several days ago asks us tocreate an order form that will take the number of
American College of Computer & Information Sciences - COP - 1332
Exercise 6-5.This is an exercise I started back on April 7th; but just now getting around to posting. Theexercise asks us to create an application to allow a program to be password protected. The user isprompted to enter his/het user name and password.
American College of Computer & Information Sciences - COP - 1332
Exercise 7-1In this exercise we are asked to create a simple form to register participants for conference andcalculate the cost. The exercise requires us to use two forms and pass data between them. It is ashort little program that demonstrates creatio
American College of Computer & Information Sciences - COP - 1332
Public Class Form1Private Sub Button1_Click(ByVal sender As System.Object, ByVal e AsSystem.EventArgs) Handles Button1.ClickTextBox3.Text = TextBox1.Text * TextBox2.TextEnd SubPrivate Sub Button2_Click(ByVal sender As System.Object, ByVal e AsSystem
American College of Computer & Information Sciences - COP - 1332
Public Class Form1Private Sub btnVA_Click(ByVal sender As System.Object, ByVal e AsSystem.EventArgs) Handles btnVA.Click' Display the label controls.lblVA.Visible = TrueEnd SubPrivate Sub btnNC_Click(ByVal sender As System.Object, ByVal e AsSystem.
American College of Computer & Information Sciences - COP - 1332
Public Class Form1Private Property decRevA As DecimalPrivate Property decRevB As DecimalPrivate Property decRevC As DecimalPrivate Property dectotalrevenue As DecimalPrivate Property RevClassA As DecimalPrivate Sub lblTicketsSold_Click(ByVal sender
Blue Ridge - ECONOMICS - E101
TermsDefinitionsOLAP is a tool for enablingUsers to obtain online1) Users to obtain online answers to ad-hoc questions in answers to ad-hoc questionsa rapid amount of time.in a rapid amount of time.2) Users to view both logical and physical views o
Campbell - ANTHRO - 101
The 4 Fields of AnthropologyPhysical (Biological) AnthropologyArchaeologyAnthropological LinguisticsCultural AnthropologyPhysical AnthropologyPaleoanthropologyPrimatologyHuman physical variationForensic AnthropologyApplied Physical Anthropology