This document defines key terminology used in tree data structures. It explains that a tree is a hierarchical data structure composed of nodes connected by edges. The root node is the top node, with child nodes connected below and leaf nodes at the bottom with no children. Other terms defined include parent, sibling, internal and external nodes, degree, level, height, depth, path, and subtree.