Chapter 1 Flashcards

0
Q

What is a non-procedural database language?

A

A language, such as SQL, that allows you to specify the parts of a database to access rather than to code a complex procedure.

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

What does data independence mean?

A

A database should have an identity separate from the applications (computer programs, forms, and reports) that use it. The separate identity allows the database definition to be changed without affecting related applications.

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

What is a table?

A

A named, two-dimensional arrangement of data consisting of a heading part and body part.

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

The ___ language is an industry standard that includes statements for database ____, ____, and ____.

A

SQL, definition, manipulation, control.

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

A ____ is a collection of components that support data acquisition, dissemination, maintenance, retrieval, and formatting.

A

DBMS - database management system

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

Define transaction processing

A

A reliable and efficient processing of large volumes of repetitive work

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

Describe client-server architecture

A

An arrangement of components (clients and servers) and data among computers connected by a network–supports efficient processing of messages between clients and severs.

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

What is a database administrator?

A

A support position that specializes in managing individuals’ databases and DBMSs.

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

What is a data administrator?

A

A management position that performs planning and policy setting for the information resources of an entire organization.

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

A ____ is a database description.

A

Schema

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

Name the three characteristics of a database.

A

Persistent, Shared, & Interrelated

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

List the six common features of most DBMSs

A

Database definition, Nonprocedural access, Application development, Procedural language interface, Transaction processing, Database tuning

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

Three Schema Architecture has three levels of database description. What are they?

A

External, Conceptual,Internal

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

What is the goal of information management?

A

To use IT as a tool for processing, distributing, and integrating information throughout an organization

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

What does persistence mean?

A

Persistent data is data that is saved to a device such as a hard drive or USB drive.

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