CS401A's Prelims: Info Management Module 01 Flashcards

(57 cards)

1
Q

Raw facts, or facts that have not yet been processed to reveal their meaning to the end user.

A

Data

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

The result of processing raw data to reveal its meaning.

A

Information

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

consists of transformed data and facilities decision making.

A

Information

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

is a shared, integrated computer structure that houses a collection of data.

A

Database

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

that is, raw facts of interest to the end user.

A

End-user data

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

or data about data,

A

Metadata,

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

through which the end-user data is integrated and managed.

A

Metadata,

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

is a collection of programs that manages the database structure and controls access to the data stored in the database.

A

A Database Management System (DBMS)

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

serves as the intermediary between the user and the database.

A

The DBMS (Database Management System)

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

The database structure itself is stored as a collection of files, and the only way to access the data in those files is through the

A

DBMS (Database Management System).

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

The DBMS serves as the intermediary between the user and the database.

A

Improved data sharing

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

The database structure itself is stored as a collection of files, and the only way to access the data in those files is through the DBMS.

A

Improved data sharing

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

A DBMS provides a framework for better enforcement of data privacy and security policies.

A

Improved data security

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

Wider access to well-managed data promotes an integrated view of the organization’s
operations and a clearer view of the big picture.

A

Better data integration

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

Data inconsistency exists when different versions of the same data appear in different places.

A

Minimized data inconsistency

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

The DBMS makes it possible to produce quick answers to ad hoc queries.

A

Improved data access

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

From a database perspective,
is a specific request issued to the DBMS for data manipulation

A

a query

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

Better-managed data and improved data access make it possible to generate better-
quality information, on which better decisions are based.

A

Improved decision making

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

The availability of data, combined with the tools that transform data into usable
information, empowers end users to make quick, informed decisions that can make the difference between success and failure in the global economy.

A

Increased end-user productivity

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

can be used to build many different types of databases.

A

Database Management System (DBMS)

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

A type of database that supports only one user at a time.

A

Single-user database

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

Single user database that runs on personal computer.

A

Desktop database

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

A type of database that supports multiple users at the same time.

A

Multiuser database

24
Q

A type of database that supports a relatively small number of users or a specific department
within an organization.

A

Workgroup database

25
A type of database that is used by the entire organization and supports many users across many departments.
Enterprise database
26
A type of database that supports data located at a single site.
Centralized database
27
A type of database that supports data distributed across several different sites.
Distributed database
28
A database that is created and maintained using cloud services, such as Microsoft Azure or Amazon AWS.
Cloud database
29
A database that contains a wide variety of data used in multiple disciplines.
General-purpose database
30
A type of database that contains data focused on specific subject areas.
Discipline-specific database
31
A type of database designed primarily to support a company's day-to-day operations.
Operational database
32
A type of database focused primarily on storing historical data and business metrics used for tactical or strategic decision making.
Analytical database
33
refers to the activities that focus on the design of the database structure that will be used to store and manage end-user data.
Database Design
34
A database that meets all user requirements does not just happen; its structure must be designed carefully.
Database Design
35
# TRUE || FALSE The first step in constructing a physical database should be skipping the logical design and directly integrating the database structure.
FALSE | First step should be transforming logical design using best practices.
36
# TRUE || FALSE Understanding the shortcomings of the file system enables you to understand the development of modern databases.
TRUE
37
# TRUE || FALSE The file system method of organizing and managing data was a flawless improvement over the manual system, and the file system served as useful purpose in data management for over two (2) decades.
FALSE | The system was an improvement. Nonetheless, many flaws became evident.
38
modern databases use a nonprocedural data manipulation language that allows the user to specify what must be done without specifying how.
Lengthy development times
39
The need to write programs to produce even the simplest reports makes ad hoc queries impossible.
Difficulty of getting quick answers
40
System administration becomes more difficult as the number of files in the system expands.
Complex system administration
41
Even a simple file system with a few files requires creating and maintaining several file management programs.
Complex system administration
42
Another fault of a file system data repository. Data sharing and security are closely related.
Lack of security and limited data sharing
43
Sharing data among multiple geographically dispersed users introduces a log of security risks.
Lack of security and limited data sharing
44
Making changes to an existing file structure can be difficult in a file system environment.
Extensive programming
45
A data characteristic in which a change in the database schema affects data access, thus requiring changes in all access programs.
Structural dependence
46
A data characteristic in which changes in the database schema do not affect data access.
Structural independence
47
A data condition in which data representation and manipulation are dependent on the physical data storage characteristics.
Data dependence
48
A condition in which data access is unaffected by changes in the physical data storage characteristics.
Data independence
49
It exists when the same data is stored unnecessarily at different places.
Data redundancy
50
Uncontrolled data redundancy sets the stage for the following:
Poor data security Data inconsistency Data-entry errors Data integrity problems
51
Having multiple copies of data increases the chances for a copy of the data to be susceptible to unauthorized access.
Poor data security
52
exists when different and conflicting versions for the same data appear in different places.
Data inconsistency
53
are more likely to occur when complex entries are made in several different files or recur frequently in one or more files.
Data-entry errors
54
# Occurs when there is inconsistent data is stored. For example, entering a nonexistent sales agent's name and phone number into a Customer file can mislead customers and cause errors in the system.
Data integrity problems
55
# Occurs when there is inconsistent data is stored. For example, It is possible to enter a nonexistent sales agent's name and phone number into the Customer file, but customers are not likely to be impressed if the insurance agency supplies the name and phone number of an agent who does not exist.
Data integrity problems
56
# What is it called when in which inconsistent change have been made to a database.
A data abnormality
57
# What develops when not all of the required changes in the redundant data are made successfully.
A data anomaly