Chapter 9 Flashcards

(39 cards)

1
Q

1:1

A

A type of entity relationship. A one to tone relationship, exists when exactly one of the second entry occurs for each instance of the first entry

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

1:M

A

a type of entity relationship. This exists when one occurrence of the first entity can be related to many occurrences of the second entity, but each occurrence of the second entity can be associated with only one occurrence of the first entity

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

abbreviation code

A

Alphabetic abbreviation.

Ex) State codes MI

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

absolute date

A

The total number of days from some specific base date.

To Calculate: subtract one base date from the other base date

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

action code

A

Indicates what action is to be taken with an associated item

Ex) student records program might prompt a user to enter/click an action code such as D (display), A (add), and X (exit)

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

alphabetic code

A

Uses alphabet letters to distinguish one item from another bases on a category, in abbreviation, or an easy-to-remember value, called a mnemonic code

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

ASCII

A

American Standard Code for Information Interchange, a data storage coding method used on most personal computers and workstations

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

associative entity

A

An entity that has its own set of attributes and characteristics. Associative entities are used to link between M:N relationships

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

attribute

A

A single characteristic or fact about an entity. An attribute, or field, is the smallest piece of data that has meaning within an information system. In object oriented analysis, an attribute is a part of a class diagram that describes the characteristics of objects in the class. Also known as a data element

EX) Company name, SSN

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

audit fields

A

Special fields within data records to provide additional control of security information. Typical audit fields include the date records was created/modifies, the name of the user who performed the action, and the number of times the record has been accessed.

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

audit log files

A

Record details of all accesses and changes to a file or database and can be used to recover changes made since the last backup

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

backup

A

The process of saving a series of file or data copies to be retained for a specific period of time. Data can be backed up continuously, or at prescribed intervals

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

binary storage format

A

A format that offers efficient storage of numeric data.

EX) when numeric data types are specified using Microsoft Access, there are a variety of storage format choices, including integer and long integer, among others

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

bit

A

The smallest unit of data is one binary digit

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

block sequence code

A

Cipher that uses blocks of numbers for different classifications

17
Q

byte

A

A group of eight bits. Also known as a character. A set of bytes forms a field, which is an individual fact about a person, a thing, or an event

18
Q

candidate key

A

Sometimes it is possible to have a choice of fields or a field combinations to use as a primary key. Any field that could serve as a primary key is called a candidate key

19
Q

cardinality

A

A concept that describes how instances of one entity relate to instances of another entity. Described in ERDs by notation that indicates combinations that include zero or one to many, one to one, and many to many.

20
Q

cardinality notation

A

Code that shows relationship between entites

21
Q

category codes

A

Ciphers that identify a group of related items. For example, a local department store may use a two-character category code to identify the department in which a product is sold

22
Q

character

A

A group of eight bits

23
Q

cipher codes

A

Use of a keyword to encode a number.

Ex) a retail store may use a 10 letter word to code wholesale prices

24
Q

clicks to close

A

The average number of page views to accomplish a purchase or obtain desired information

25
clickstream storage
Recording web visitor behavior and traffic trends for later data mining use
26
code
A set of letters of numbers that represents a data item. Code can be used to simplify output, input, and data formats
27
combination key
A type of data validation check that is performed on two or more fields to ensure that they are consistent or reasonable when considered together. Even though all of the fields involved in a combination check might pass their individual validation checks, the combination of the field values might be inconsistent or unreasonable
28
common field
An attribute that appears in more than one entity. Common fields can be used to link entities in various types of relationships
29
composite key
Sometimes it is necessary for a primary key to consist of a combination of fields. In that case, the primary key is called a combination key, composite key, concatenated key, or multivalued kay
30
crow's foot notation
A type of cardinality notation. It is called crow's foot notation because pf the shapes, which include circles, bars, and symbols, that indicate various possibilities. A single bar indicates one, a double bar indicates one and only one, and a circle indicates 0, and a crow's foot indicates many
31
data element
A single characteristic or fact about an entity. This is the smallest piece of data that has meaning within an information system also known as data item
32
data manipulation language (DML)
Controls database operations, including storing, retrieving, updating, and deleting data. Most commercial DBMs, such as Oracle and IBM's, DB2, use a DML
33
data mart
A specialized database designed to serve the needs of a specific department, such as sales, marketing, or finance. Each data mark includes only the data that users in the department require to perform their jobs
34
data mining
Looking for meaningful patterns and relationships among data. Ex) this type of software could help a consumer products firm identify potential customers based on their prior purchases
35
data structure
A meaningful combination of the related data elements that is included in a data flow or retained in a data store. A framework for organizing and storing data
36
data warehouse
An integrated collection of data that can support management analysis and decision making
37
database administrator (DBA)
Someone who manages a DMNs. The DBA assesses overall requirements and maintains the database for the benefit of the entire organization rather than a single department or user
38
database management system (DBMS)
A collection of tools, features, and interfaces that enables users to add, update, manage, access, and analyze data in a database
39