These are essentially nodes within a Linked List. They have pointers: car : Pointer to the data cdr : Pointer to the next Cons in a LISP List