The table t
below represents four animals from the shelter:
name | sex | age | fixed | pounds |
---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Match each Circle of Evaluation (left) to the description of what it does (right).
(transform-age t)
|
1 |
A |
Produces a table containing only Toggle and Maple |
|
(filter-if-fixed t)
|
2 |
B |
Produces a table with only Maple |
|
(build-elderly t)
|
3 |
C |
Produces a table that no longer has an "age" column |
|
(filter-if-young t)
|
4 |
D |
Produces a table with an extra column, named "elderly" |
|
(filter-if-heavy (filter-if-young t))
|
5 |
E |
Produces an empty table |
|
(filter-if-young (filter-if-heavy t))
|
6 |
F |
Produces a table containing the same four animals |
|
(filter-if-elderly (build-elderly t))
|
7 |
G |
Won’t run: will produce an error (if so, why?) |
|
(build-elderly (filter-if-elderly t))
|
8 |
H |
Produces a table with only Nori |
These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, 1738598, 2031479, and 1501927). Bootstrap by the Bootstrap Community is licensed under a Creative Commons 4.0 Unported License. This license does not grant permission to run training or professional development. Offering training or professional development with materials substantially derived from Bootstrap must be approved in writing by a Bootstrap Director. Permissions beyond the scope of this license, such as to run training, may be available by contacting contact@BootstrapWorld.org.