Week 13 DO NOW QUESTIONS. Suppose you had a working model of small fish feeding and living in the ocean. How could you change the code below to make the.

Slides:



Advertisements
Similar presentations
Week 7 DO NOW QUESTIONS. Question: In the following segment of code, “food-location” is a ___? breed [ foragers forager ] breed [ followers follower ]
Advertisements

Populations.
Understanding Populations Chapter 8. What is a Population? A population is a reproductive group because organisms usually breed with members of their.
What is a Population A population is a group of organisms of the same species that live in a specific geographical area and interbreed. A population is.
Population Simulation
Limits on Population can the world be taken over by one organism?
Define Habitat a. Place where organisms live b. A trait that an animal possesses in order to live in a certain environment. c. All the populations that.
Emily Zhu, Trevor Kelly, Hanna Hoyt, Benton Bickett Period 2.
Populations Chapter 8.
Population Control.  What makes populations of organisms increasing or decreasing in size…  When new predators come  When organisms leave the food.
Carrying Capacity  Catalyst  Humans cut down 2.4 acres of rainforest (about the size of two football fields) EVERY SECOND. We estimate that 137 species.
2-Day Introduction to Agent-Based Modelling Day 1: Session 4 Networks.
Fishing BY: Joshua Fannin. why fishing is a great thing to do? Great way to release stress Way to spend time out doors after long week. Gain information.
Week 11 DO NOW QUESTIONS. An ask turtles block is a set of instructions that is issued to every turtle. Even though computers can do things very quickly,
Ecology REVIEW JEOPARDY S2C06 Jeopardy Review Ways Organisms Get energy Ecology Living and non Living factors SymbiosisEcologyagain
New Mexico Computer Science For All Population Dynamics: Birth and Death Maureen Psaila-Dombrowski.
Warm Up A population of 30 deer lives in a forest. In your notebook, calculate how the population size changes during the five years listed below: A population.
Week 9 DO NOW QUESTIONS. Question: If the following procedure is executed after 1 turtle is created in the program, what shape is created on the NetLogo.
Copyright © by Holt, Rinehart and Winston. All rights reserved. ResourcesChapter menu Section 1 How Populations Change in Size Objectives Describe the.
Ecology REVIEW/Study Guide JEOPARDY S2C06 Jeopardy Review.
Mission Pledge: As part of HMS I will seek to create a positive learning environment in which all students will excel today, tomorrow, and forever. K-W-L:Energy.
Do now 1.Describe the ecosystem of Easter Island. 2.What are some factors that limited how many people can live on Easter Island?
Food Chains Name_______________________#____ Date______ K.Duda2010 We will be learning all about food chains! First, we will begin our educational journey.
Week 10 DO NOW QUESTIONS. A programmer has created 100 turtles of random colors and randomly distributes green patches. Every time the turtles land on.
Scientists found that, over a period of 200 years, a mountain pond was transformed into a meadow. During that time, several communities of organisms were.
Population/ Limiting Factors State Standards Learning Targets  I will be able to determine the size of a population.  I will be able to describe population.
Ecology. Ecology - the study of the interaction between living things and their environment.
ECOSYSTEMS (relationships and competition for limiting factors )
Organisms and Environments Review. Which of the following is represented in the diagram below? A. Transfer of energy B. Changing of a phase C. Evaporation.
Week 4 DO NOW QUESTIONS. Question: Predict a turtle’s heading after this procedure is run once. to go ask turtles [ forward 1 set heading random 45 right.
Studying Populations and Limiting Factors. Population density The number of individuals in a specific area.
Food Webs Within Ecosystems
Pay Yourself First Financial Capability. Pay Yourself First Income – any money you receive Expenses – what you spend money on Spending plan – a plan for.
Populations.
Ecology Review. Environment Living Things Energy Types of Interactions Misc. $100 $200 $300 $400 $500.
Week 13 DO NOW QUESTIONS. to FishWiggle right random 45 left random 45 forward 1 set Fenergy Fenergy end Suppose you had a working model of small.
Week 3 DO NOW QUESTIONS. In this setup procedure the programmer intended to create one turtle of each color: red, green, and blue. What went wrong? to.
Biodiversity and Limiting Factors in Ecosystems. Biodiversity -measure of the number of different species presenting a given area. -i.e. classroom = 1.
1.3 Populations
Interactions with the Environment Limiting Factors and Carrying CapacityLimiting Factors and Carrying Capacity.
Understanding PopulationsSection 2 An Organism’s Niche A niche is the unique position occupied by a species, both in terms of its physical use of its habitat.
Producers, Consumers & Decomposers
Interactions of Living Things Chapter 1. Everything Is Connected 1.2  All living things are connected in a web of life.  Ecology is the study of how.
1. All the living and non-living things interacting is an ____________________. 2. The non-living parts of an ecosystem are ________ factors. 3. The living.
Population Dynamics. Relationships in an Ecosystem.
Chapter 20 Interactions of Living Things. Environment Living Things Energy Types of Interactions Misc. $100 $200 $300 $400 $500.
Ecosystems Summarize the composition of an ecosystem, considering both biotic factors (including populations to the level or microorganisms and communities)
What determines population?
Answer. C. All non-living things
Energy Flow in Ecosystems
Three main factors determine whether a population increases or decreases: number of births, number of deaths, or number of individuals that move into.
Week 14 DO NOW QUESTIONS.
Food water shelter coyote
A. food B. shelter C. space D. water
As a group: Identify this subspecies of deer.
Studying Populations Key Terms: Population Population Size
Carrying Capacity The number of individuals who can be supported in a given area within natural resource limits, and without degrading the natural environment.
Populations.
Name an organism that may be placed at level A
ENERGY FLOW IN ECOSYSTEMS
Aim: How is the carrying capacity of an ecosystem determined?
Populations.
Chapter 8 Understanding Populations
What Is a Population? A population is a group of organisms of the same species that live in a specific geographical area and interbreed. A population is.
Jeopardy Final Jeopardy Food Web Energy Transfer Population Growth
creating a ecosystems model in net logo
Limiting Factors Chapter 10.2.
Population Dynamics Notes
What is the difference between a species and a population?
Presentation transcript:

Week 13 DO NOW QUESTIONS

Suppose you had a working model of small fish feeding and living in the ocean. How could you change the code below to make the model more general so that you could explore a variable without having to change the actual code each time? a.C hange the name of the procedure to BigFishWiggle b.Change line iv “Forward 2” c.Add a new slider called newSlider and change line v “set Fenergy Fenergy – newSlider” d.Include a line that “Ask fishes [ set size 3 ]”

“Breeds” allow programmers to have different kinds of turtles with different custom variables for each breed. The names also help programmers keep track of which agentset they are working with. What does the following command do? a.Immediately Creates 100 sharks b.Allows you to use the command “create-sharks” later in your code c.Allows to use a command like sharks-own [hungry?] later in your code. d.b and c above.

In a model that has fish that are moving and expending energy; eating and gaining energy; why might you want to have the code below? a.To punish the fish for not doing what you say. b.To model the consequences of running out of food. c.To make a more accurate model of sustainability—fish die when resources are depleted. d.b and c

The concept of “carrying capacity” is important in biology. It means that a given environment only has enough food (or space, etc.) to support a certain number of organisms. In a model that has fish moving (spending energy), eating (gaining energy), and reproducing when they have gained enough energy, what limits the fish population? a.The amount of food available b.The number of other fish c.The amount of energy that they need to reproduce. d.All of the above

You have created a simple fish ecosystem model with fish and plankton. Now you want to add a predator, say a shark. What things do you need to include? a.A new breed perhaps called shark b.An interaction between the shark and the fish c.Procedures that allow the shark to move around, give birth and die. d.Nothing, you just need to put the shark into the model and let nature take its course e.a, b and c