PRELIM Q1 Flashcards
is a tool used to organize, store,
retrieve, and communicate (report on) group of
related information.
database
4 main Objects
- Tables – store data in rows and columns
- Queries – retrieve and process data
- Forms – control data entry and data views.
a Form is a customized manner of inputting data into a
database or representing data on a screen. - Reports – summarize and print data.
Database software, often called a
database
management system (DBMS)
identifies the quality of the data
Data integrity
GIGO
Garbage in, garbage out
points out the
accuracy of a computer’s output depends on the
accuracy of the input
(GIGO)
Valuable information should have the following
characteristics
Accurate
Verifiable
Timely
Organized
Accessible
Useful
Costeffective
is one byte
– Numbers, letters, space,
punctuation marks, or
other symbols
A character
is a combination
of one or more related
characters
– Field name
– Field size
– Data type
A field
is a group of related fields
record
uniquely identifies each record
primary key
is a collection of related records
data file
refers to the procedures that
keep data current
File maintenance
compares data with a set of rules or
values to find out if the data is correct
Validation
Database approach
* Programs and users share
data
* Reduce data redundancy
* Improve data integrity
* Share data
* Allows easier access
* Reduces development time
* Can be more vulnerable