2714 1

0.0(0)
Studied by 1 person
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/32

flashcard set

Earn XP

Last updated 10:25 PM on 2/13/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards
Data
Raw measurements, anything that can be written down
2
New cards
Information
processed data that has meaning
3
New cards
Database
Tool for data and information storage and management
4
New cards
- shared, integrated computer structure that houses collection of raw data

5
New cards
- contains 2 types of data: End user data & metadata

6
New cards
structural dependence
A database characteristic in which a change in the database syntax affects data access, thus requiring changes in all access programs. (i.e. if a database uses commas to delimit fields, and that changes to dashes it affects a programs ability to access the data)
7
New cards
Data dependence
A data characteristic in which a change in the data format affects data access, thus requiring changes in all access programs. (i.e. if an address field is stored as a string in order of area code, street then city, and if this order is changed to city, street then area code, or if an age field is changed from a int to a double, it affects a programs ability to access the data)
8
New cards
Cons of file system data process
- Long development time
9
New cards
- Requires specialists

10
New cards
- Hard to get quick answers

11
New cards
- needs complex administration

12
New cards
- lack of security

13
New cards
- needs extensive programming

14
New cards
Record
- Instance of a collection of related data
15
New cards
- a row in a data table

16
New cards
- (i.e. an individual student in a student database)

17
New cards
Field
- a single point of data of a record
18
New cards
- (i.e. the age of an individual student)

19
New cards
data independence
The separation of data descriptions from the application programs that use the data. (i.e. Having the ability to change aspects of the data without having to rewrite the application that uses the data)
20
New cards
logical data format
The way a person views data within the context of a problem domain.
21
New cards
physical data format
The way a computer "sees" (stores) data.
22
New cards
data redundancy
occurs when unnecessary duplicate information exists in a database
23
New cards
data anomalies
abnormalities when all changes in redundant data are not made correctly
24
New cards
data anomaly types
Insertion anomalies
25
New cards
Deletion anomalies

26
New cards
Update anomalies

27
New cards
data integrity
When all data in a database is consistent and accurate with reality
28
New cards
DBMS
- database management system
29
New cards
- Collection of programs that stores data structures, relationships between structures and access paths, and controls access to data

30
New cards
DBMS Functions and Properties
- is an intermediary between end use and database, hiding most of internal database complexity. (middleman for logical and physical data formats)
31
New cards
- allows sharing data across multiple apps

32
New cards
- can only access data through it

33
New cards
metadata
data about data (i.e. the time that a photo was taken)