Prelim Flashcards

(34 cards)

1
Q

Data and Information

A

Database Management

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

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

A

Database

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

Database software allows you to:

A
  • Create database
  • Add, change, and delete data
  • Sort and retrieve data
  • Create forms and reports
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

DBMS

A

Database Management System

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

Data is not raw facts , t or f

A

False

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

degree to which data is correct

A

Data integrity

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

GIGO

A

Garbage in Garbage Out

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

computer phrase that means you
cannot create correct information from
incorrect data

A

GIGO

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

What are common data types?

A

Text,numeric,currency,data

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

only the
values Yes or No (or True or False)

A

Boolean

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

address that links to
document or Web page

A

Hyperlink Web

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

photograph, audio, video, or
document created in other application such
as word processing or spreadsheet

A

Object also called BLOB

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

Types of Validity Check

A

CHeck DIgit, Alphabetic/numeric check, range check,completeness check,consistency check

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

same fields stored in multiple files

A

Data redundancy

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

Data Stored in seperate files so it is difficult to access

A

isolated data

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

many programs and users can share data in database

A

database approach

17
Q

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

A

Data Dictionary

18
Q

Request for specific data from a
database

19
Q

Window on screen that provides areas
for entering or changing data in database

20
Q

Allows user to design a report on screen,
retrieve data into report design, then display
or print reports

A

Report Generator

21
Q

define activities that
specific user or group of users can perform

A

Access privileges

22
Q

User can view data, but cannot change it

A

Read only privileges

23
Q

User can view and change data

A

Full update Privileges

24
Q

a listing of activities that change
database contents

25
Allows you to manage, update, and retrieve data
SQL
26
SQL
Structured Query Language
27
- are the properties that define the entity type.
Attributes
28
- uniquely identifies each entity in the entity set.
Key Attribute
29
A Relationship Type represents the association between entity types.
Relationship type and relationship set
30
The number of different entity sets participating in a relationship set.
Degree of a relationship set
31
When there is only ONE entity set participating in a relation.
Unary Relationship
32
When there are TWO entities set participating in a relationship.
Binary Relationship
33
When there are n entities set participating in a relation.
nary relationship
34
In this type of cardinality mapping, an entity in A is connected to at most one entity in B.
Many to one