UTA INSY 2303 Exam 3 Review (Unit 10)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/63

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

64 Terms

1
New cards

Operational database

A database that is used to collect, modify, and maintain data on a daily basis.

2
New cards

Analytical database

A database that is used to collect data that will be used for spotting trends that offer insights for tactical and strategic business decisions.

3
New cards

Operational databases are commonly part of an enterprise's TPS, OLTP, CRM, SCM, or ERP information systems.

True

4
New cards

Operational databases store data as it is collected from point-of-sale systems, customer loyalty programs, social media signups, and other transactions.

True

5
New cards

With _______ , the data is typically dynamic where it changes constantly and reflects up-to-minute information.

Operational databases

6
New cards

Analytical databases commonly hold historical data coped from one or more transaction processing systems.

True

7
New cards

Unlike an operational database, the data in an analytical database is not being constantly updated, therefore it remains relatively static.

True

8
New cards

Because the data in analytical databases is historical, the information that can be inferred us like a snapshot of a point in time.

True

9
New cards

Operational databases perform the following:

1. Collect and store data

2. View data

3. Find data

4. Update data

5. Organize data

6. Distribute data

7. Move or remove data

10
New cards

Analytical databases store data that is used by corporate executives, strategic planners, and other workers to examine business metrics.

True

11
New cards

Analytical databases perform the following:

1. Find relationships and patterns using data mining.

2. Make predictions using predictive analytics.

3. Examine multiple factors using OLAP (online analytical processing).

12
New cards

Database model

A model that determines the logical structure of a database and fundamentally determines in which manner data can be stored, organized and manipulated.

13
New cards

One of the simplest models for storing data is a _______ that consists of a single, two-dimensional table of data elements.

Flat file

14
New cards

A _______ uses a uniform format to store data for each person or thing in the file.

Structured file

15
New cards

A _______ contains the smallest unit of meaningful information; it is the basic building block for a structured file or database.

Field

16
New cards

A _______ is like an accordion, it expands to fit the data you enter.

Variable-length field

17
New cards

A _______ contains a predetermined number of characters (bytes).

Fixed-length field

18
New cards

Record

A collection of data fields

19
New cards

The template for a record is a _______.

Record type

20
New cards

In database jargon, a _______ is an association between data that's sorted in different record types.

Relationship

21
New cards

Cardinality

The number of associations that can exist between two record types and the uniqueness of data values contained in a column.

22
New cards

The relationship between record types can be depicted graphically with an _______.

Entity-relationship diagram (ERD)

23
New cards

Hierarchical database

A database that allows one-to-one and one-to-many relationships which are linked in a hierarchical structure.

24
New cards

Graph database

A database that offers an alternative way to track relationships; its structure resembles sociograms with their interlinked nodes.

25
New cards

Relational database

A database that stores data in a collection of related tables.

26
New cards

Multidimensional database

A database that organizes relationships over three or more dimensions; in the context of databases, a dimension is a layer based on a data element, such as a product, place, or customer, that can be used to categorize data.

27
New cards

Object database (also called an object-oriented database or O-O)

A database that stores data as objects, which can be grouped into classes and defined by attributes and methods.

28
New cards

Document-oriented database

A database that stores unstructured data, such as the text of a speech.

29
New cards

DBMS (Database management system)

A computer-software application that interacts with end-users, other applications, and the database itself to capture and analyze data.

30
New cards

DBMSs require security features to ensure data confidentiality, protect against insider threats, and block unauthorized access.

True

31
New cards

Most DBMSs include a report generator, which is a software tool for specifying the content and format for a database report.

True

32
New cards

Commands processed by the DBMS are issued using computer programming languages designed for databases.

True

33
New cards

Filemaker Pro and Microsoft Access are easy-to-use DBMSs that are a good fit for small businesses and individuals.

True

34
New cards

Modern DBMSs work with many kinds of data including text, numbers, images, PDFs, and audio files.

True

35
New cards

DBMSs handle the details of how to most efficiently arrange data on a storage medium for optimal access speed

True

36
New cards

A _______ is a calculation that a DBMS performs, similar to the way a spreadsheet computes a formula.

Computed field

37
New cards

Data independence

A type of data transparency that matters for a centralized DBMS and refers to the immunity of user applications to changes made in the definition and organization of data where data is separated from the programs that manipulate it.

38
New cards

Data redundancy

The amount of data that is duplicated in a database.

39
New cards

Normalization

A process that helps database designers create a database structure that minimizes storage space and increases processing efficiency by removing non-recurring expenses or revenue from a financial metric like EBITDA, EBIT or earnings.

40
New cards

The goal of normalization is to minimize data redundancy.

True

41
New cards

Big data

The huge collections of data that are difficult to process, analyze, and manage using conventional database tools.

42
New cards

An example of big data is the 1 million transactions generated by Walmart sales registers every hour.

True

43
New cards

Big data is a relatively new phenomenon that businesses are just beginning to deal with.

True

44
New cards

Big data is characterized as having:

1. High Volume

2. High Velocity

3. Diversified Variety

4. Unknown Veracity

5. Low-density Value (low-density data refers to large volumes of data containing unimportant details).

45
New cards

A high percentage of today's expenditures on big data are for technologies that enhance the customer experience and provide targeted marketing solutions.

True

46
New cards

Real-time analysis and decision making are popular reasons to invest in big data technologies.

True

47
New cards

Mainstream big data exploration produces commercial benefits.

True

48
New cards

Hadoop

An open source, Java-based programming framework that supports the processing and storage of extremely large data sets in a distributed computing environment.

49
New cards

MapReduce

A programming model and an associated implementation for processing and generating big data sets with a parallel, distributed algorithm on a cluster.

50
New cards

Data mining

A process used by companies to turn raw data into useful information by using software to look for patterns in large batches of data, businesses.

51
New cards

Distributed database

A database in which portions of the database are stored in multiple physical locations and processing is distributed among multiple database nodes.

52
New cards

Relationship

A set of software applications that help an organization determine the needs and preferences of their customers by managing, organizing, tracking and storing all customer interactions.

53
New cards

Entity-relationship diagram (sometimes called an ER diagram or ERD)

A data modeling technique used in software engineering to produce a conceptual data model of a information system.

54
New cards

The SQL query language provides a collection of special command words called SQL keywords, such as SELECT, FROM, INSERT, and WHERE.

True

55
New cards

Most SQL queries can be divided into three simple elements that specify an action, the name of a database table, and a set of parameters.

True

56
New cards

An SQL query begins with an action keyword, or command, which specifies the operation you want carried out.

True

57
New cards

Parameters

Detailed specifications for a command.

58
New cards

SQL/ SQL commands

Domain-specific language used in programming and designed for managing data held in a relational database management system.

59
New cards

CREATE SQL command

Description: Create a database or table

Example: CREATE TABLE Albums

60
New cards

INSERT SQL command

Description: Add a record

Example: INSERT INTO AlbumDescription (Cat#, Condition) VALUES ('LPM-2256', 'Mint condition; no visible scratches; original album cover')

61
New cards

UPDATE SQL command

Description: Change data in a field

Example: UPDATE Albums SET Price = 15.95 WHERE Cat# = 'LPM-2256'

62
New cards

DELETE SQL command

Description: Remove a record from a table

Example: DELETE FROM Tracks WHERE TrackTitle = 'Blue Suede Shoes'

63
New cards

JOIN SQL command

Description: Use the data from two tables

Example: SELECT FROM Albums JOIN Tracks ON Albums.Cat# = Tracks.Cat#

64
New cards

SELECT SQL command

Description: Search for records

Example: SELECT FROM Albums WHERE Artist = 'Beatles'