Chapter 11 Flashcards

1
Q

database

A

collection of data organized in a manner that allows access, retrieval, and use of that data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

data

A

collection of unprocessed items (text, numbers, images, audio, video)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

information

A

processed data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Database Management System (DBMS)

A

allows users to create a computerized database, add/modify/delete data, sort and retrieve data, and create forms/reports from the data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Data is organized in levels

A

hierarchy- each higher level of data consists of one or more items from the lower level (characters, field records, and files)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

character

A

one byte

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

field

A

a combo of one or more related characters (given field size and data type)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

data type

A

specifies the kind of data a field can contain and how the field is used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

record

A

a group of related fields

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

data file

A

a collection of related records that’s stored on a storage medium

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

primary key

A

a field that uniquely identifies each record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

composite key

A

when the primary key is made up of multiple fields

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

file maintenance

A

the procedures that keep data current- adding, modifying, and deleting records

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

validation

A

compares data with a set of rules or values to find out if the data meets certain criteria

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

file processing system

A

each department has its own set of files, redundant data, and isolated data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

database approach

A
programs and users share data
reduced data redundancy
improved data integrity
shared data
easier access
reduced development time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

back end

A

the DBMS

18
Q

front end

A

a program that generally has a more user-friendly interface than the DBMS (webpage)

19
Q

collaborative databases

A

where users store and share photos, videos, recordings, and other personal media

20
Q

database server

A

stores and provides access to a database

21
Q

data model

A

defines how users view the organization of thedata

22
Q

3 types of data models are:

A

relational, object-oriented, and multidimensional

23
Q

relational database

A

stores data in tables that consist of rows and columns

24
Q

object-oriented database

A

stores data in objects

25
Q

multidimensional database

A

stores data in dimensions

26
Q

data dictionary aka repository

A

contains data about each file in the database and each field in those files

27
Q

DBMS tools

A

query language, query by example, form, and report writer

28
Q

query

A

a request for specific data from the database

29
Q

query language

A

consists of simple, English-like statements that allows users to specify the data to display, print, store, update, or delete

30
Q

Structured Query Language (SQL)

A

a popular query language that allows users to manage, update, and retrieve data

31
Q

form

A

a window on the screen that provides areas for entering or modifying data in the database

32
Q

report writer

A

allows users to design a report on the screen, retrieve data into the report design, and then display or print the report

33
Q

access privileges

A

define the actions that a specific user or group of users can perform on the data

34
Q

principle of least privilege policy

A

where users’ access privileges are limited to the lowest level necessary to perform required tasks to prevent accidental or intentional misuse of the data

35
Q

backup

A

a copy

36
Q

log

A

a listing of activities that modify the contents of the database

37
Q

recovery utility

A

uses logs and/or backups and either rollforward or rollback techniques to restore a database when it becomes damaged or destroyed

38
Q

forward recovery (rollforward)

A

uses log to reenter changes made to the db since the last save or backup

39
Q

backward recovery (rollback)

A

uses the log to undo any changes made to the db during a certain period- restores the db to its condition prior to the failure

40
Q

continuous backup

A

a backup plan in which changes are backed up as they are made