PRELIM Flashcards

(57 cards)

1
Q

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

A

report generator

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

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

A

data dictionary

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

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

A

rollback

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

A listing of activities that change database contents.

A

log

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

A copy of the entire database.

A

backup

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

It determines whether number is within specified range.

A

range check

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

Acronym: SQL

A

structured query language

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

Acronym: DBA

A

database administrator

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

Procedures that keep data current.

A

file maintenance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
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
9
Q

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

A

data warehouse

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

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

A

field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
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
11
Q

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

A

form

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

Acronym: GIGO

A

garbage in garbage out

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

Collection of related records stored on disk.

A

data file

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

Acronym: DBMS

A

database management system

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

Acronym: DA

A

database analyst

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

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

A

validation

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

Data that is organized and meaningful.

A

information

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

Software system to define, construct, and manipulate databases.

A

DBMS (Database Management System)

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

Simple text files.
Stores data in a single table.

A

Flat File Databases

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

Complex databases.
Stores information across multiple tables.

A

Relational Databases

18
Q

Optimizing storage and data retrieval.

19
DBMS Key Features
Structured Data: Well-organized data storage. Query Language: Retrieve specific data using queries. Multi-User Access: Allows multiple users to access data simultaneously. Data Dictionary: Describes database structure, fields, etc Data Abstraction: Levels include: External: User’s view. Conceptual: Organization-wide view. Internal: Physical storage detailsDBMS Key Features
19
Objectives of Database
Efficiency: Optimizing storage and data retrieval. Integrity: Ensuring accuracy and consistency of data. Privacy: Controlling access to sensitive information. Security: Protecting data from unauthorized users. Flexibility: Ability to handle various data structures and changes.
20
Types of Data Structures
Hierarchical Model Network Model Relational Model
20
Organizes data in a tree-like structure. Parent-child relationships (1).
Hierarchical Model
21
Records can have multiple parent and child records.
Network Model
22
Data stored in tables. Tables contain rows (tuples) and columns (attributes).
Relational Mode
23
Relational Terminologies
Domain Attribute Tuple
24
Name of a role played by a domain in a relation.
Attribute
25
Set of atomic values for an attribute
Domain
26
A set of related data values (row).
Tuple
27
Raw facts.
Data
28
The Hierarchy of Data
Characters Fields Records Files
29
Smallest unit of data.
Characters
30
A combination of characters (e.g., name, ID).
Fields
31
Group of related fields.
Records
32
Collection of related records.
Files
33
Common Data Types
Text Numeric Currency Date Boolean BLOB
34
Letters, numbers, special characters.
Text
35
Numbers only.
Numeric
36
Dollar/cent amounts.
Currency
37
Date and time.
Date
38
Yes/No or True/False.
Boolean
39
Binary Large Object (e.g., images, videos).
BLOB
40
Data stored in isolated files. Leads to data redundancy.
File Processing System
41
Data is shared across users and applications.
Database Approach
42
Input new data.
Adding Records
42
Maintaining Data
Adding Records Changing Records Deleting Records Validation
43
Remove unnecessary data.
Deleting Records
44
Modify existing data.
Changing Records
45
Focuses on the meaning and usage of data.
Database Analyst (DA)
45
Disadvantages of DBMS
Complexity and Cost Size and Resource Requirements Risk of System Failure Security Concerns
45
Advantages of DBMS
Data Integrity Data Security Data Independence Concurrent Access and Transactions Data Redundancy Reduction Data Query and Retrieval
46
Manages security, performance, and backup/recovery procedures.
Database Administrator (DBA)