This document defines common tree terminology and concepts such as nodes, edges, roots, leaves, subtrees, height, levels, degrees, and different types of tree traversals including preorder, inorder, and postorder. It provides recursive definitions and algorithms for traversing binary trees in each ordering and numbers the steps of each traversal on a sample binary tree.