Shared Flashcard Set

Details

ISDS 2001
Access Terms
94
Computer Science
Undergraduate 2
03/15/2011

Additional Computer Science Flashcards

 


 

Cards

Term
Database
Definition

1.   A file that consists of one or more tables and the supporting objects used to get data into and out of the fields

Term
Relational database software
Definition

1.   a computer application, such as Microsoft Access, that is used to store data and convert it into information

Term
Relational database management system
Definition

1.   Data are grouped into similar collections, called tables, and the relationships between tables are formed by using a common field

Term
Flat or non-relational data
Definition

1.   data contained in a single page or sheet

Term
Field
Definition
a basic entity, data element, or category, such as a book title or telephone number
Term
Column
Definition
the data field that you assign to group data vertically into columns; ex. First name, last name, address, and phone number
Term
Record
Definition

1.   a complete set of all of the data about one person, place, event, or idea; All the fields on my class roster about one student.

Term
Row
Definition
the source field that you assign to group data horizontally in a crosstab query
Term
Table
Definition
a collection of records
Term
Primary key
Definition

1.   the field that makes each record in a table unique; ex. Student ID number

Term
Foreign key
Definition
a field in one table that also is stored in a different table as a primary key; ex:  The StudentID (primary key) in the Student table is joined to the EmployeeID (foreign key) in the Employee table in the case of a student worker on campus
Term
Query
Definition
a database object that enables you to ask questions about the data stored in a database and returns the answers in the order from the records that match your instructions
Term
Form
Definition

1.   an interface that enables you to enter or modify record data

Term
Report
Definition

1.   a printed document that displays information professionally form a database

Term
Microsoft Office applications of Word, Excel and PowerPoint work primarily from 
Definition
Term
Microsoft Office applications of Word, Excel and PowerPoint work primarily from 
Definition
memory
Term
Access works primarily from 
Definition
storage
Term

1.   Practicing good file management in Access:

Definition

a.   Avoid damaging data by copying data and renaming the file.

b.   Access speed –the amount of time it takes for the storage device to make the file content available for use

c.    Access runs best from a hard drive or network drive because those drives have sufficient access speed to support the software.

Term
Backing up databases on a regular basis is critical because 
Definition

a.   the data is the lifeblood of an organization.

Term
To back up an Access file:
Definition

a.   creates a duplicate copy of the database

Term
All databases have a tendency to expand with use. This expansion will occur whenever the database is being used, such as 
Definition

a.   when new information is added, the database is being viewed, queries are created or run, or filters are applied and removed.

Term
Because the database files tend to rather large to start with, 
Definition

a.   any growth creates problems.

Term
Compact and Repair Database Utility 
Definition

a.   Reduces the size of the database and eliminates wasted space.

Term
Compact and Repair Database Utility 
Definition

                                              i.     Acts like a disk defragmenter utility. It finds related file sectors and reassembles them in one location if they become scattered from database use.

                                            ii.     You should compact and repair your database each day when you close the file.

                                          iii.     This step often will decrease the file size by _50% or more_.

Term
Datasheet view
Definition

1.   a grid containing columns and rows where you add, edit, and delete records in a database table

Term
Design view
Definition

1.   displays the infrastructure of a table, form, or report without displaying the data

Term
One-to-many relationship
Definition

1.   exists when each record in the first table may match one, more than one, or no records in the second table

Term
Cascades
Definition

1.   permit data changes to travel from one table to another.

Term
Cascade delete
Definition

1.   searches the database and deletes all of the related records; ex.  Delete a customer and all his orders will be deleted, too.

Term
Cascade update
Definition

1.   connects a primary key change to the tables in which it is a foreign key

Term
Indexed property
Definition
is a list that relates the field values to the records that contain the field value.
Term
Like an index in a book, using an index to find a record in a database 
Definition
reduces retrieval time.
Term
All primary keys must be 
Definition
indexed
Term
Data redundancy  
Definition
-occurs when unnecessary duplicate information exists in a database
Term
Text
Definition
stores alphanumeric data, such as a student;s name or address. Example: City
Term
Number
Definition
contains a value that can be used in a calculation, such as the number of credits a student has earned. Example: Height
Term
Autonumber
Definition
is a special data type that Access used to assign the next consecutive number each time you add a record. Example: customer account number
Term
Date/Time
Definition
hold formatted dates or times and allows the values to be used in date or time arithmetic. Example: library databases that store research papers
Term
Currency
Definition
can be used in a calculation and is used for fields that contain monetary values. Example: Your checking account balance
Term
Yes/No
Definition
assumes one of two values, such as Yes or No, True or False, or On or Off. Example: Dean’s list
Term
Hyperlink
Definition
stores a Web address (URL). Example: www.lsu.edu
Term
OLE
Definition
contains an object created by another application. Example: Excel workbook
Term
Attachment
Definition
data type that allows you to attach images, spreadsheet files, charts, and other types of supported files to the records in your database
Term
Date arithmetic
Definition
a mathematical expression that calculates elapsed time; Ex.  Add one to Today( ) to get tomorrow.
Term
Filter
Definition
condition that helps you find a subset of  data meeting your specifications; Ex. Filter by crash data by parish code
Term
Sort (ascending or descending) 
Definition

1.   ascending) provides an alphabetical list of text data or a small-to-large list of numeric data. (Descending) arranges the records with the highest value listed first

Term
Which is first? The Sort or Filter?  
Definition

1.   These operations can be done in either order.

Term
Filter by form
Definition
permits selecting the criteria from a dropdown list, or applying multiple criterion
Term
Filter by selection
Definition
selects only the records that match the pre-selected criteria
Term
Inequity – 
Definition
examines a mathematical relationship such as: 
Term
PivotChart view
Definition

1.   displays a chart of the associated PivotTable view

Term
PivotTable view
Definition
provides a convenient way to summarize and organize data about groups of records
Term
Query design grid
Definition

1.   displays when you select a query’s Design view; it divides the window into two parts

Term
Query Wizard
Definition
a tool that facilitates new query development through a series of dialog boxes
Term
Select query
Definition
searches the underlying tables to retrieve the data that satisfy the query parameters
Term
Calculated field
Definition
a field that derives its value from a formula that references one or more existing fields
Term
Data Mining
Definition
the process of analyzing large volumes of data to identify patterns and relationships
Term
Data demographics
Definition
are data describing population segments by age, race, education, and other variables.
Term
PivotTable Elements
Definition

Drop zone – 

Row field (Row drop zone)

Column field (Column drop zone)

 Detail or totals field

Drill button 

  Filter field (Filter drop zone) – 

Crossfooting

Term
Drop zone
Definition
an area in the PivotTable or PivotChart design grid where drop fields to organize the data
Term
Row field (Row drop zone)
Definition
the source field that you assign to group data horizontally into rows
Term
Column field (Column drop zone)
Definition
the data field that you assign to group data vertically into columns
Term
Detail or totals field
Definition
the data field that contains individual values to be summarized
Term
Drill button
Definition
the plus or minus sign that enables you to show or collapse details in a PivotTable
Term
Filter field (Filter drop zone) – 
Definition
the data field that you use to create criteria to filter data in a PivotTable
Term
Crossfooting – 
Definition
the sum of a total row compared to the sum of a column total to verify that the two totals match
Term
Calculating aggregate statistics 
Definition
– AutoCalc feature in a Pivot table.
Term
Sum
Definition

def - Adds the values together

ex - Total contributions for a political campaign by state

Term
Count
Definition

def -Counts the non-null items

ex-The number of students who earned an A in ISDS 2001

Term
Min
Definition
Term
Max
Definition

def - Returns the highest value

ex -The student with the highest GPA

 

Term
Average
Definition

def - Calculates the arithmetic mean – the mean obtained by adding several quantities together and dividing the sum by the number of quantities. It ignores null values.


ex - The average cost of a three-bedroom house in Tulsa.

Term
Standard Deviation
Definition

def - Measures how widely spread the values are from the average when the data describe an entire population


ex - If the average percent salary increase were 3 and the standard deviation were 5, these pay increases differ more than if the average were 3 and the standard deviation were 2. The range is more varied in the sample distribution.

Term
Variance Population
Definition

def -Measures the square of the population standard deviation


 ex - Spread or dispersion of salaries for employees in similar positions in an organization.

Term
Discrete data
Definition
classification of data that is measured and quantified in discrete, unique increments; categories; ex. the number of males and females in a class, names of countries, etc.
Term
Continuous data
Definition
classification of data in which values fall on a continuum and are easily scaled. Ex. Measurements of time, temperature, money, volume, size, and distance.
Term
Column Charts
Definition
available in 2D and 3D:
Term
Column, bar, and stack
Definition
charts that display quantitative data and compare data across categories. 
Term
Line Charts
Definition
chart that plots data points which are continuously distributed data to compare trends over time. Place time measurements on the X axis.
Term
Line Charts
Definition

                                              i.     Line in 2D and 3D, Area in 2D and 3D, and XY Scatter  

                                            ii.     Example:  Plot volunteer hours donated by month; Display sales data by quarter

Term

a.   Pie Charts:  

Definition

Pie chart

Doughnut chart

 

ex - Shows proportion of last week’s revenue generated by product line

Term
Pie chart
Definition
chart that shows proportion of each category to the whole for a single data series
Term
Doughnut chart
Definition
chart that shows values as percentages to the whole for multiple data series
Term
Bubble Charts
Definition

 a variation of a scatter chart to show how sets of things compare according to various factors. The sizes of the bubbles show the relative size of the data being plotted.

 

                                              i.     Example:  Salaries by job title with the size of the bubble representing the percentage of the total salary budget.

Term
PivotChart Elements
Definition

 - legend

- axes

- gridlines

- chart title

- plot area

Term
Legend 
Definition
area of the chart that identifies which color represents the data for each data series
Term
Axes
Definition
vertical and horizontal scales displaying plotted data in a line, column, bar, or scatter chart
Term
Gridlines
Definition
– the lines that extend across the plot area of a chart
Term
Chart title – 
Definition
the area of a chart that displays a name describing the data depicted in a chart
Term
Plot area
Definition
area of the chart that displays the data points
Term

1.   Calculations in a PivotTable

Definition

Calculated detail field

 

Calculated total field

Term
Calculated detail field
Definition
the portion of a PivotTable or PivotChart that  generates a new field and performs the stipulated calculation on all of the detail records 
Term

Calculated total field

Definition

– a data field used to customize aggregated data

Supporting users have an ad free experience!