Provide a basic definition for each of the following terms:
FIELD: A space allocated for a particular item of information. A tax form, for example, contains a number of fields: one for your name, one for your Social Security number, one for your income, and so on. In database systems, fields are the smallest units of information you can access.
RECORD: Records are composed of fields, each of which contains one item of information.
FILE: A set of records makes up a file.
QUERY: A request for information from a database.
DATABASE: A collection of information organized in such a way that a computer program can quickly select desired pieces of data. You can think of a database as an electronic filing system
REPORT: A formatted and organized presentation of data.
DBMS: A collection of programs that enables you to store, modify, and extract information from a database.
DATA DICTIONARY: In database management systems, a file that defines the basic organization of a database. A data dictionary contains a list of all files in the database, the number of records in each file, and the names and types of each field.
DATA TYPE: Classification of a particular type of information e.g. Alphanumeric, numeric or objects