Chapter 5: Data Flashcards

1
Q

A record is one instance of a set of fields in a table.

A

Attribute

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

A broad term for data sets so large or complex that traditional data processing applications are inadequate

A

Big Data

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

An organized collection of related information.

A

Database

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

Created to hold the metadata, defining the fields and structure of the database. To learn more, check out the example below and this resource from the University of Regina on data modeling and ERD diagrams.

A

Data Dictionary

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

The structure and organization of data in a database

A

Data Hierarchy

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

Consistency among the stored data.

A

Data Integrity

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

Programs that provide user-friendly, interfaces to view and change a database, create queries, and develop reports.

A

Database Management Systems (DBMS)

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

The use of a programming language to modify data in a database to make it easier to view or for the purpose of decision making.

A

Database Manipulation

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

of a database is the logical structure of the data items and their relationships

A

Data Model

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

The integration of the whole data in an organization leads to the ability to produce more information from a given amount of data. When the data is centralized in one database it makes it easier.

A

Data Sharing

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

When defining the fields in a database table, we must give each field a …For example, the field ‘StudentName’ is text string, while ‘EnrollmentCapacity’ is number. Most modern databases allow for several different …to be stored.

A

Data Types

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

the data contained in the database (e.g., students, course, grade, classroom)

A

Entities

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

Which shows the relationships among the tables of data. When a database is being designed.

A

Entity Relationship Diagram (ERD)

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

Which contains only one file/table, with no relationships.A table created in a spreadsheet would be considered a …

A

Flat File Database

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

Popular in the 1960s and 1970s, connected data together in a hierarchy, allowing for a parent/child relationship between data.

A

Hierarchical Database Model

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

Data that describes other data.

A

Metadata

17
Q

… a database means to design it in a way that reduces data redundancy; and ensure data integrity

A

Normalization

18
Q

A type of database that operates using means other than relational tables. …became popular with the growth of Web 2.0 and the need for faster data retrieval.

A

NoSQL Databases

19
Q

A graphical query tool, to retrieve data though visualized commands.

A

Query-by-Example (QBE)

20
Q

the rows of the table.

A

Record(row)

21
Q

…is data that is repeated in a database, which can cause the data set to be inconsistent. In the database approach, ideally each data item is stored in only one place in the database.

A

Redundant Data

22
Q

One in which data is organized into one or more related tables.

A

Relational Database

23
Q

between data items (e.g., students get grades in courses that are offered in classrooms)

A

Relationships

24
Q

Refers to a database getting larger and larger, being distributed on a larger number of computers connected via a network.

A

Scale

25
Q

Developed to provide an overall description of the database.

A

Schema

26
Q

The most common language for creating and manipulating databases. …inhabiting everything from desktop software, to high-powered enterprise products.

A

Structured Query Language (SQL)