Spreadsheet & Database Keywords
Spreadsheet & Database Keywords
7. Cell Reference: A cell reference is the name of the cell that is found by
combining the Column Letter with the Row Number. For example the
cell in Column "C" in Row "3" would be cell C3.
8. Absolute Cell Reference: An absolute cell reference is one that does not
change when it is copied. To make a cell reference absolute, you must
include a $ before the reference (ex: $C$4).The other type of reference is
a Relative Reference.
9. Relative Reference: A relative cell reference is one that changes when it
is copied. For example, if a formula that contains the cell reference "C4"
is copied to the next cell to the right, the reference will change to D4
(updating the column letter). If the same formula is copied down one cell,
the reference will change to "C5" (updating the row number). The other
type of reference is an Absolute Reference.
10.Labels: Labels refer to text that is typed into the cells of a spreadsheet.
Labels have no numeric value and cannot be used in a formula or
function.
12. Filter: Filtering will allow you to quickly find the information that you
are looking for in a spreadsheet. When you apply a filter, you control the
data that is displayed on the screen by setting criteria. Data contained in
rows that don't meet your criteria will temporarily disappear from view
when the filter is applied. When the filter is cleared, all of the data will once
again appear in the spreadsheet.
TABLES
Databases store data or information in tables, just like the one below:
The table allows you to see all of the records stored in the database.
Tables can store many records, from a few dozen for a small database up to
millions for a large company database.
RECORDS
In the table below, all of the information about each cartoon character is stored
in a 'row' or 'record'.
1. What information could you find in the record for Cat Woman?
2. What records do you think are stored on the database at your school?
3. How about your school library - what records would be stored on their
database?
FIELDS
Look at Wonder Woman's record: it stores her first name, last name, address,
city and age. Each of these individual pieces of information in a record is called a
'field'.
1. What fields can you find about Tweety Bird?
2. What fields do you think would be stored in your student record in the school
database?
3. What fields would be stored in a book record in the school library database?
DATA TYPES
When you are about to set up a database, you need to think about the 'data
type' which you will use for each field.
This allows you to type in text, numbers and symbols Surname: Smith
Number
15
This allows a whole number or a decimal number
21.35
Only numbers can be entered, no letters or symbols
Currency
£5.75
This automatically formats the data to have a £ or $ or Euro
symbol in front of the data and also ensures there are two $54.99
decimal places.
It checks that a date can actually exist, for example, it would not Short Date: 20/02/06
DATA TYPES EXAMPLES
Autonumber Record 1: 1
You would think that 'telephone number' should be a 'number' data type.
However all telephone numbers start with a 0 and you can't put a 0 in front of a
'number' datatype, so telephone number needs to be set as a 'text' datatype.
Here is a database table with the different data types set up for you to see: