A tree with a distinguished vertex called its root. Having specified a root, we may orient the tree's edges towards the root. This is useful, for instance to record a Lisp s-expression, or the sequence of function calls in an execution of a computer program.

Note that trees grow from the top of the page downwards. The root is up (but the tree is not uprooted). God got this one wrong in the Real World.