Data is raw facts that become information when given context. Databases and spreadsheets are used to store and process different types of data, like numeric, text, dates, and objects. Databases allow large amounts of data to be stored and accessed efficiently. Data is organized into records containing fields, and multiple records make up a database file. Database programs use tables to store field data, forms for user interfaces, queries to search and manipulate data, and reports to output formatted information. Relational databases connect tables through common fields to avoid data redundancy.