At any time you may be given a pop quiz on anything in this document that we have gone over in class.
Summary of Terminology for Nouns in J |
||||
|
Atom |
Non-Atomic Array |
||
Rank |
0 |
1 |
2 |
higher n |
Name |
Atom |
List |
Table |
Rank-n Array |
Shape (always a list) |
(empty list) |
1-item list ,l |
2-item list r,c for an rxc table with r rows and c columns |
n‑item list |
Items |
The atom itself |
atoms |
lists (each with shape ,c) |
(n‑1)‑cells |
Name/Shape if |
impossible |
empty list |
empty table |
empty array |
,0 |
0,c |
0,... |
||