module 10# Flashcards

study

1
Q

(DBMS) database program

A

software that allows you to create, access, and manage a database.

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

A primary key

A

is a field that uniquely identifies each record in a table, such as student ID.

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

File Processing Systems

A

In a typical file processing system, each department or area within an organization has its own set of files. The records in one file may not relate to the records in any other file.

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

Database Approach

A

When an organization uses a database approach, many programs and users share the data in the database.
The database secures its data so that only authorized users can access certain data items.
The database approach addresses many of the weaknesses associated with file processing systems.
Advantages of the database approach include the following

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

database service

A

a website that acts as a portal for a database, enables government agencies, schools, and companies to share information with a wide audience.

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

Government web database services

A

can provide access to information about the government as well as information created and used by government agencies.

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

A field

A

is a combination of one or more related characters or bytes and is the smallest unit of data a user accesses.

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

A table

A

is the highest level in the data hierarchy, as it contains fields and records

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

A record

A

is a group of related fields.

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

A query

A

extracts data from a database based on specified criteria, or conditions, for one or more fields.

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

A data dictionary, or a repository

A

contains data about each table in the database and each field in those tables.

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

Structured Query Language (SQL or sequel),

A

a popular query language that allows users to manage, update, and retrieve data.

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

A query language

A

consists of simple, English-like statements that allow users to specify the data they want to display, print, store, update, or delete.

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

QBE (query by example)

A

a feature that has a graphical user interface to assist users with retrieving data.

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

A report writer

A

allows users to design a report on the screen, retrieve data into the report design, and then display or print the report.

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

A one-to-many relationship (Relational Databases)

A

connects each record in one table to one or more records in another table.

17
Q

A one-to-one relationship (Relational Databases)

A

is restricted to exactly one record in the table on each side of the relationship.

18
Q

A many-to-many relationship (Relational Databases)

A

allows more than one record on the left side of the relationship to be connected to more than one record on the right side of the relationship.

19
Q

Key-value databases

A

create any number of key-value pairs for each record.

20
Q

A key-value pair

A

consists of two related items:
A constant that defines the set (the key)
A variable that belongs to the set (the value)

21
Q

relational database management system (RDBMS)

A

a software program in which data is organized as a collection of tables, and relationships between tables are formed through a common field.

22
Q

A front-end database

A

is part of a split database that contains the user interface and other objects but not the tables that are needed for an application.

23
Q

A back-end database,

A

or the back-end, is part of a split database that contains table objects and is stored on a file server that all users can access

24
Q

Specially trained database administrators (DBAs)

A

work with the back-end components to ensure a company’s business data is safe, secure, and well-managed.

25
Q

An index

A

is a database object that is created based on a field or combination of fields

26
Q

Confidentiality, Integrity, and Availability (CIA) triad

A

Ensuring that data is accessible when it is needed and that no one has made unauthorized changes are key aspects of database security.
A classic security model called the Confidentiality, Integrity, and Availability (CIA) triad addresses these concerns directly.

27
Q
A