Reviewer - Information Management

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/74

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

75 Terms

1
New cards

What is a database?

Collection of data organized so you can access, retrieve, and use it

2
New cards

Database Management System (DBMS)

Software system that allows you to define, construct, and manipulate databases used for storing customer and financial information of an organization

3
New cards

Flat File Databases

Simple text files that store data in a single table.

4
New cards

Relational Databases

Complex databases that store information in multiple tables.

5
New cards

Factors to consider in database design

Efficiency, Integrity, Privacy, Security, Flexibility.

6
New cards

Data Model

Determines the structure of data and sequence of storing, organizing, and manipulating the data in a database system.

7
New cards

Types of Data Model

Hierarchical model, Network model, Relational model, Object-oriented model, and Object-relational model.

8
New cards

Hierarchical model

Uses two types of data structures, records, and parent-child relationships to define the data and relationships among data.

9
New cards

Network model

Database model used to represent objects and relationships among them.

10
New cards

Relational model (1970, E. F. Codd)

Provides a simple, rigorously defined concept of how data is perceived by users.

11
New cards

Domain

Set of defined atomic values for an attribute

12
New cards

Attribute

Name of a role played by a domain in the relation.

13
New cards

Tuple

Each row in a relation, a set of related data values.

14
New cards

Data

Raw facts.

15
New cards

Information

Data that is organized and meaningful.

16
New cards

Data Integrity

Degree to which data is correct.

17
New cards

Garbage in, garbage out (GIGO)

Means you cannot create correct information from incorrect data.

18
New cards

Qualities of Valuable Information

Accurate, Verifiable, Timely, Organized, Accessible, Useful.

19
New cards

Hierarchy:

Database contains files, files contain records, records contain fields, and fields contain characters.

20
New cards

Field:

Combination of one or more characters. Smallest unit of data a user accesses.

21
New cards

Field size

Maximum number of characters a field can contain.

22
New cards

Field name

Uniquely identifies each field.

23
New cards

Data type

Specifies the kind of data a field contains.

24
New cards

Common Data Types:

Text, Numeric, AutoNumber, Currency, Date, Memo, Yes/No, Hyperlink, Object.

25
New cards

Record:

Group of related fields.

26
New cards

Key field or primary key

uniquely identifies each record.

27
New cards

Data File:

Collection of related records stored on disk.

28
New cards

File Maintenance:

Procedures to keep data current, e.g., adding, changing, or deleting records.

29
New cards

Validation:

Process of comparing data with a set of rules to check correctness. Reduces data entry errors and enhances data integrity.

30
New cards
31
New cards

Types of Validity Checks:

Check Digit, Alphabetic/Numeric Check, Completeness Check, Range Check, Consistency Check.

32
New cards

File Processing System

Each department/area within an organization has its own set of files. Records in one file may not relate to records in another file.

33
New cards

Database Approach:

Programs and users share data in a database, Secures data so only authorized users access certain data.

34
New cards
35
New cards

Strengths of Database Approach

Reduced data redundancy, Improved data integrity, Shared data, Easier access, Reduced development time.

36
New cards

Advantages of DBMS

Data Integrity, Data Security, Data Independence, Concurrent Access and Transactions, Data Redundancy Reduction, Data Query and Retrieval.

37
New cards

Disadvantages of DBMS

Complexity and Cost, Size and Resource Requirements, Risk of System Failure, Security Concerns.

38
New cards

Data Dictionary

Contains data about each file in the database and each field within those files. Request for specific data from a database

39
New cards

Form

Window on screen for entering or changing data in a database

40
New cards

Report Generator

Allows users to design a report on-screen, retrieve data into the report design, and display or print reports

41
New cards

Data Security

DBMS ensures only authorized users can access data

42
New cards

Read-only privileges

Users can view data but cannot change it.

43
New cards

Full-update privileges

Users can view and change data.

44
New cards

Backup

A copy of the entire database.

45
New cards

Log

A listing of activities that change database contents

46
New cards

Recovery Utility

Uses logs and/or backups to restore databases when damaged or destroyed.

47
New cards

Rollforward

DBMS uses log to re-enter changes made to the database since the last save or backup

48
New cards

Rollback

DBMS uses log to undo changes made to the database during a certain period of time

49
New cards

Data Model

Rules and standards that define how the database organizes data, Defines how users view the organization of data.

50
New cards

Relational Database

Stores data in tables consisting of rows and column, Each row has a primary key

51
New cards

Structured Query Language (SQL)

Allows management, update, and retrieval of data

52
New cards

Steps in Planning a Database

Determine the purpose of your database, Determine the fields needed, Determine the tables needed, Identify fields with unique values for each record, Determine relationships between tables, Filter the design, Re-examine what fields will go into your database, Enter data and create other database objects.

53
New cards

Database Analyst (DA)

Focuses on meaning and usage of data

54
New cards

Database Administrator (DBA)

Creates and maintains data dictionary, manages database security, monitors database performance, and checks backup/recovery procedures.

55
New cards

DBMS

Database Management System.

56
New cards

SQL

Structured Query Language.

57
New cards

DBA

Database Administrator.

58
New cards

GIGO

Garbage In, Garbage Out.

59
New cards

DA

Database Analyst.

60
New cards

Database

Collection of data organized so you can access, retrieve, and use it.

61
New cards

Data Warehouse

Huge database system that stores and manages data required to analyze historical and current transactions.

62
New cards

Data Dictionary

Contains data about each file in the database and each field within those files.

63
New cards

Field

Combination of one or more characters and the smallest unit of data the user accesses.

64
New cards

Data Integrity

Degree to which data is correct.

65
New cards

Information

Data that is organized and meaningful.

66
New cards

Rollback

DBMS uses a log to undo changes made to the database during a certain period.

67
New cards

File Maintenance

Procedures that keep data current.

68
New cards

Validation

Process of comparing data with a set of rules to check if data is correct.

69
New cards

Log

Listing of activities that change database contents.

70
New cards

Backup

A copy of the entire database.

71
New cards

Range Check

Determines whether a number is within a specified range.

72
New cards

Form

Window on screen for entering or changing data in a database.

73
New cards

Report Generator

Allows users to design a report on-screen, retrieve data into the report design, then display or print reports.

74
New cards

Data File

Collection of related records stored on disk.

75
New cards