Environment
Vocabulary
Objects
Data
Code
100

The place where simulations are selected

What is the Library?

100

A step by step process for completing a task

What is an algorithm?

100

The "creatures" in a NetLogo model

What are turtles?


100

How time is measured in NetLogo

What is ticks?

100

The place where code is entered in NetLogo

What is the NetLogo Code tab?

200

The button clicked to arrange a NetLogo simulation

What is Setup?

200

A set of directions in NetLogo that run a command.

What is a procedure?

200

The background area that turtles move on.  

What is a patch?

200

Where data is displayed in NetLogo

What is a Plot?

200

The code that will change the color of a patch

What is pcolor?

300

The button clicked to end a NetLogo simulation

What is Go?

300

When a computer rereads the computer program and changes it into the form it can use.

What is Recompile?

300

The tool used to speed up or slow down time in NetLogo

What is the tick slider?

300

Computer information

What is data?

300

Symbols that are used to enclose words or mathematial symbols.

What are brackets?

400

How time is measured in NetLogo

What is in Ticks?

400

The order that code is written in.

What is sequence?

400

The tool used to visualize data in NetLogo

What is a plot or graph?

400

Data displayed as charts, graphs, or tables

What is data visualization?

400

The set of instructions that create a computer program.

What is code? 

500

The place that explains what the current NetLogo model is all about

What is Model Info?

500

A set of instructions that tell a computer what to do.  Examples:  Java, Python, Scala

What is programming language?

500

A tool that displays the number of objects that are present in the current simulation

What is a monitor?

500

The process of examining 2 things to see what is the same or different about them.

What is compare?

500

This is what happens when code is entered incorrectly

What is an error?