Test 1 Note Cards Flashcards

(51 cards)

1
Q

The problems with lists are …

A

The Redundancy and Multiple themes

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

Addresses many of the information complexity issues …

A

Relational Databases

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

stores information in tables, each info topic is stored in its own table . ..

A

relational database

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

Aa international standard for creating, processing, and querying databases and their tables…

A

SQL

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

The four components of a database system are:

A

Users, Database Application, Database Management System (DBMS), Database

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

uses a database application to track things

A

user

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

a self-describing collection of related records

A

Database

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

contents of a Database are…

A

user data
Metadata
Indexes
Application Metadata

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

serves as an intermediary between database applications and the database…

A

Database Management System (DBMS)

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

ensure that the values of a column in one table are valid based on values in another table

A

referential integrity constraints

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

a set of one or more computer programs that serve as an intermediary between the user and this DBMS …

A

database application

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

Name the functions of a Database Applications

A

Create and process forms
Process User Queries
Create and process reports
Execute application logic
control database applications

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

An…… is important to auser that needs to be represented in a database, represents one theme or topic

A

entity

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

a……. is a 2-D table that has specific characteristics that consist of rows and columns

A

relation

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

Two characteristics of a Relation are ….

A

Cells of the table hold a single valve
No two rows may be identical

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

A…… is one or more columns of relations that are used to identify a row

A

Key

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

A key that contains two or more attributes, needed for a key to be unique,…

A

composite Key

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

is candidate to become a primary key…

A

Candidate key

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

chosen to be the main key for the relation. uniquely identifys a single row….

A

primary key

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

unique numeric value that is added to a relation to serve as the primary or main key.

A

surrogate key

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

a primary key from one table placed into another

22
Q

states that every value of a foreign key must match a value of an existing primary key…

A

referential integrity

23
Q

means no data was entered

24
Q

when one attribute determines the value of another attribute in the same table

A

functional Dependency

25
ensures that a relation is well formed
Normalization
26
Along with relationships These are the requirements of an E-R Model
- Entities - Attributes - Identifiers
27
a description of the structure and format of occurrences of the entity
entity class
28
an occurrence of an entity within an entity class
entity instance
29
describes the entity's characteristics
attributes
30
identifies a particular instance in the entity class...
identifiers
31
Make an entity Attribute Display
Entity Identifires attriutes
32
defines the numbers of entity classes participating in the relationship
relationship degree
33
one entity related to another one
1:1
34
one entity related many entities
1:N
35
Many entities related to many entities
N:M
36
relationships are named and classified by their ..., which also means count
cardinality
37
maximun number at entity Instances that may participate in a relationship.
Maxium cardinality
38
zero optionaI and one mandatory ...
Minimum cardinality
39
a company has an employee represents a.....
HAS- A relationship
40
Uses Crow's feet to show the many sides of a relationship
Information Engineering crowfoot model
41
a version of the E-M model that is a national standard....
IDEF1X
42
a set of structures and techniques for modeling and designing objet - oriented programs and applications
UML
43
an entity that can not exist in the database without another entity
weak entity
44
an entity that is not weak
strong entity
45
relationship between a strong and weak entity is called an....... if the weak entity is ID- dependent
identifying relationship
46
relationship between a strong and weak entity is called an....... if the weak entity is non ID-dependent
non identifying relationship
47
if the supertype relates to at most one subtype, then it is
exclusive
48
if the supertype relates to one or more subtypes, then it is
inclusive
49
attributes of a supertype are called
discriminator
50
relationships that connect supertypes and subtypes are called
IS-A relationships
51
a...... is when an entity has a relationship to itself
recursive relationship