The place where simulations are selected
What is the Library?
A step by step process for completing a task
What is an algorithm?
The "creatures" in a NetLogo model
What are turtles?
How time is measured in NetLogo
What is ticks?
The place where code is entered in NetLogo
What is the NetLogo Code tab?
The button clicked to arrange a NetLogo simulation
What is Setup?
A set of directions in NetLogo that run a command.
What is a procedure?
The background area that turtles move on.
What is a patch?
Where data is displayed in NetLogo
What is a Plot?
The code that will change the color of a patch
What is pcolor?
The button clicked to end a NetLogo simulation
What is Go?
When a computer rereads the computer program and changes it into the form it can use.
What is Recompile?
The tool used to speed up or slow down time in NetLogo
What is the tick slider?
Computer information
What is data?
Symbols that are used to enclose words or mathematial symbols.
What are brackets?
How time is measured in NetLogo
What is in Ticks?
The order that code is written in.
What is sequence?
The tool used to visualize data in NetLogo
What is a plot or graph?
Data displayed as charts, graphs, or tables
What is data visualization?
The set of instructions that create a computer program.
What is code?
The place that explains what the current NetLogo model is all about
What is Model Info?
A set of instructions that tell a computer what to do. Examples: Java, Python, Scala
What is programming language?
A tool that displays the number of objects that are present in the current simulation
What is a monitor?
The process of examining 2 things to see what is the same or different about them.
What is compare?
This is what happens when code is entered incorrectly
What is an error?