week 2 Flashcards

1
Q

a ) ______________
➔ Early systems used paper-and-pencil methods.
➔ Data was organized in file folders and filing cabinets.
➔ Suitable for small data sets with minimal reporting needs.
Challenges:
● Inefficient for large data sets and complex reporting requirements.
● As organizations grew, managing data manually became increasingly difficult.

A

Manual File Systems

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

b ) ___________
➔ Transition from manual to computer-based systems for efficiency.
➔ Reports generation was slow and labor-intensive in manual systems.
➔ Computerized systems introduced data files similar to manual files but automated reporting.
Challenges:
● Early computerized file structures often mirrored manual systems, which were not ideal for
databases.

A

Computerized File Systems

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

data processing (DP) specialist was hired to create a computer-based system that would
track data and produce required report

A

data processing (DP) specialist

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

________
A character or group of characters (alphabetic or numeric) that has a specific meaning.
A field is used to define and store data.

_______
A logically connected set of one or more fields that describes a person, place, or thing.

_______
A collection of related records.
For example, a file might contain data about the students currently enrolled at Gigantic
University

A

field
record
file

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

File System Redux: Modern End-User Productivity Tools

Personal computer ____________ such as Microsoft Excel are widely used by business users,
and they allow the user to enter data in a series of rows and columns so the data can be manipulated
using a wide range of functions
.
Misuse of Spreadsheets:
● ____________: Spreadsheets are frequently used as makeshift databases, despite
being less suited for such tasks. Users often replicate traditional manual data storage methods in a
digital format.
● __________: With numerous users independently managing spreadsheets, multiple copies of
data emerge, leading to inconsistencies and redundant data management issues

A

spreadsheet programs
Substitution for Databases
Duplicate Data

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

_________ consists of logically related data stored in a single logical data repository

A

Database system

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

__________
A data abnormality in which inconsistent changes have been made to a database.
For example, an employee moves, but the address change is not corrected in all files in the
database.

A

data anomaly

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

Database System Environment
__________ refers to an organization of components that define and regulate the collection, storage,
management, and use of data within a database environment

A

database system

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

____________ refers to all of the system’s physical devices, including computers, storage devices, printers,
network devices, and other devices (automated teller machines, ID readers, and so on)

A

Hardware

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

_____________
Manages database operations, including data storage, retrieval, and manipulation.
Three types of software are needed to make the database system function fully:

____________ manages all hardware components and makes it possible for all other
software to run on the computers.

_____________ manages the database within the database system.

_______________ are used to access and manipulate data in the DBMS and
to manage the computer environment in which data access and manipulation take place. Utilities
are the software tools used to help manage the database system’s computer components

A

Software
Operating system software
DBMS software
Application programs and utility software

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

____________
Users interact with the database system to perform tasks such as querying, updating, and managing data.

Five types of users can be identified in a database system:
● ______________ oversee the database system’s general operations.
● ______________, also known as DBAs, manage the DBMS and ensure that the database is
functioning properly.
● ___________ design the database structure. If the database design is poor, even the best
application programmers and the most dedicated DBAs cannot produce a useful database
environment.
● _______________ design and implement the application programs. They design
and create the data-entry screens, reports, and procedures through which end users access and
manipulate the database’s data.
● ________ are the people who use the application programs to run the organization’s daily
operations.

A

People
System administrators
Database administrators
Database designers
System analysts and programmers
End users

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

_________ covers the collection of facts stored in the database.

Because data is the _________ from which information is generated, determining which data to enter
into the database and how to organize that data is a vital part of the database designer’s job.

➔ Represents the core content of the database system

A

Data
raw material

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

A __________ performs several important functions that guarantee the integrity and consistency of the data in
the database. Most of those functions are transparent to end users, and most can be achieved only
through the use of a DBMS.

A

DBMS

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

Data dictionary management

The__________ stores definitions of the data elements and their relationships (metadata) in a data dictionary.
In turn, all programs that access the data in the database work through the DBMS. The DBMS uses the
data dictionary to look up the required data component structures and relationships, thus relieving you
from having to code such complex relationships in each program.

____________
A DBMS component that stores metadata-data about data. The data dictionary contains data definitions
as well as data characteristics and relationships. May also include data that is external to the DBMS

A

DBMS
data dictionary

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

Data transformation and presentation

The _______ creates and manages the complex structures required for data storage, thus relieving you from
the difficult task of defining and programming the physical data characteristics.

A _________ provides storage not only for the data but also for related data-entry forms or screen
definitions, report definitions, data validation rules, procedural code, structures to handle video and picture
formats, and so on.
Data storage management is also important for database performance tuning.

__________
Activities that make a database perform more efficiently in terms of storage and access speed

A

DBMS
modern DBMS
performance tuning

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

Data transformation and presentation

The DBMS _________ entered data to conform to required data structures.
The DBMS formats the physically retrieved data to make it conform to the user’s logical expectations.

A

transforms

17
Q

Security managemen
t
The DBMS creates a__________ that enforces user security and data privacy.
Security rules determine which users can access the database, which data items each user can access,
and which data operations (read, add, delete, or modify) the user can perform. This is especially important
in ________________

A

security system
multiuser database systems.

18
Q

Multiuser access control
To provide ___________, the DBMS uses sophisticated algorithms to ensure that
multiple users can access the database concurrently without compromising its integrity

A

data integrity and data consistency

19
Q

Backup and recovery management
The DBMS provides backup and data recovery to ensure _____________
Current DBMS systems provide special utilities that allow the DBA to perform routine and special backup
and restore procedures.
_____________ deals with the recovery of the database after a failure, such as a bad sector in the
disk or a power failure

A

data safety and integrity.
Recovery management

20
Q

Data integrity management
The DBMS promotes and enforces integrity rules, thus minimizing data __________ and maximizing data
__________.
The data relationships stored in the data dictionary are used to ________ data integrity. Ensuring data
integrity is especially important in transaction-oriented database systems

A

redundancy
consistency
enforce

21
Q

Data access languages and application programming interfaces

The DBMS provides data access through a ___________.

The DBMS also provides application programming interfaces to procedural languages such as COBOL, C,
Java, Visual Basic.NET, and C#. In addition, the DBMS provides administrative utilities used by the DBA
and the database designer to create, implement, monitor, and maintain the database.

__________
A nonprocedural language that is used by a DBMS to manipulate its data. An example of a query
language is SQL.

_____________
A powerful and flexible relational database language composed of commands that enable users to
create database and table structures, perform various types of data manipulation and data administration,
and query the database to extract useful information

A

query language
query language
Structured Query Language (SQL)

22
Q

Database communication interfaces
A current-generation DBMS accepts end-user requests via multiple, different network environments.
__________ can generate answers to queries by filling in screen forms through their preferred web browser.
The DBMS can automatically __________ on a website.
The DBMS can connect to ______________ to distribute information via email or other productivity
applications

A

End users
publish predefined reports
third-party systems

23
Q

Managing the Database System

With the shift from file systems to database systems, the focus of data management changes from
programming to overseeing and managing organizational data resources and complex database
software. Database systems enable ____________, provided they are designed effectively,
with well-structured data and relationships enhancing the system’s effectiveness.

A

more advanced uses of data

24
Q

Database systems do carry significant disadvantages:
● ____________: High expenses for sophisticated hardware, software, skilled personnel, training,
licensing, and regulatory compliance.
● ______________: Integration with various technologies and impact on company resources
and culture, requiring careful management of security and changes.
● ____________: Ongoing updates, patches, and training are necessary to keep the system
efficient and current.
● ___________: High investment in technology and training can lead to reluctance in switching
vendors, limiting pricing advantages and component choices.
● ______________: Regular updates and new versions can require additional
hardware, training, and costs

A

Increased costs\
Management complexity
Maintaining currency
Vendor dependence
Frequent upgrades/replace cycles