CCK and Field API
CCK is the most useful module for Drupal. It adds custom fields and content types to Drupal. Drupal 7 incorporates the community efforts of CCK into the core as the Field API.
The CCK module allows a content type to have multiple fields with various field types and different field widgets and formatters. [...]