CSI-215 Chapter 1

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

1/73

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.

74 Terms

1
New cards

Data

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

2
New cards

Information

The result of processing raw data to reveal its meaning. Information consists of transformed data and facilitates decision making.

3
New cards

Knowledge

The body of information and facts about a specific subject. Knowledge implies familiarity, awareness, and understanding of information as it applies to an environment.

4
New cards

Data management

A process that focuses on data collection, storage, and retrieval. Common data management functions include addition, deletion, modification, and listing.

5
New cards

Database

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

6
New cards

Metadata

Data about data; that is, data about data characteristics and relationships.

7
New cards

Database management system (DBMS)

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

8
New cards

Data inconsistency

A condition in which different versions of the same data yield different (inconsistent) results.

9
New cards

Query

A question or task asked by an end user of a database in the form of SQL code.

10
New cards

Ad hoc query

A 'spur-of-the-moment' question.

11
New cards

Query result set

The collection of data rows returned by a query.

12
New cards

Data quality

A comprehensive approach to ensuring the accuracy, validity, and timeliness of data.

13
New cards

Single-user database

A database that supports only one user at a time.

14
New cards

Desktop database

A single-user database that runs on a personal computer.

15
New cards

Multiuser database

A database that supports multiple concurrent users.

16
New cards

Workgroup database

A multiuser database that usually supports fewer than 50 users or is used for a specific department in an organization.

17
New cards

Enterprise database

The overall company data representation, which provides support for present and expected future needs.

18
New cards

Centralized database

A database located at a single site.

19
New cards

Distributed database

A logically related database that is stored in two or more physically independent sites.

20
New cards

Cloud database

A database that is created and maintained using cloud services, such as Microsoft Azure or Amazon AWS.

21
New cards

General-purpose databases

A database that contains a wide variety of data used in multiple disciplines.

22
New cards

Discipline-specific databases

A database that contains data focused on a specific subject area.

23
New cards

Operational database

A database designed primarily to support a company's day-to-day operations.

24
New cards

Online transaction processing (OLTP) database

A database designed primarily to support a company's day-to-day operations.

25
New cards

Transactional database

A database that supports transaction-oriented applications.

26
New cards

Production database

A database that is actively used to support business operations.

27
New cards

Analytical database

A database optimized for analysis and reporting.

28
New cards

Data warehouse

A centralized repository for integrated data from multiple sources.

29
New cards

Online analytical processing (OLAP)

A category of software technology that enables analysts, managers, and executives to gain insight into data through fast, consistent, interactive access.

30
New cards

Business intelligence

Technologies and strategies used by enterprises for data analysis of business information.

31
New cards

OLTP database

A database designed primarily to support a company's day-to-day operations.

32
New cards

Decision support system (DSS) tools

A set of tools and processes used to capture, collect, integrate, store, and analyze data to support business decision making.

33
New cards

OLAP

A set of decision support system (DSS) tools that use multidimensional data analysis techniques.

34
New cards

Unstructured data

Data that exists in its original, raw state; that is, in the format in which it was collected.

35
New cards

Structured data

Data that has been formatted to facilitate storage, use, and information generation in a predefined data model.

36
New cards

Semistructured data

Data that has already been processed to some extent.

37
New cards

Extensible Markup Language (XML)

A meta-language used to represent and manipulate data elements.

38
New cards

XML database

A database system that stores and manages semistructured XML data.

39
New cards

Social media

Web and mobile technologies that enable 'anywhere, anytime, always on' human interactions.

40
New cards

NoSQL

A new generation of database management systems that is not based on the traditional relational database model.

41
New cards

Database design

The process that yields the description of the database structure and determines the database components.

42
New cards

Data processing (DP) specialist

The person responsible for developing and managing a computerized file processing system.

43
New cards

Field

A character or group of characters (alphabetic or numeric) that has a specific meaning.

44
New cards

Record

A logically connected set of one or more fields that describes a person, place, or thing.

45
New cards

File

A collection of related records.

46
New cards

Structural dependence

A condition where changes in the database structure require changes in the application program.

47
New cards

Structural independence

A condition where changes in the database structure do not require changes in the application program.

48
New cards

Data type

A classification that specifies which type of value a field can hold.

49
New cards

Data dependence

A condition where data is dependent on the structure of the database.

50
New cards

Data independence

A condition where data is not dependent on the structure of the database.

51
New cards

Logical data format

The way data is organized and presented to users.

52
New cards

Physical data format

The way data is physically stored in the database.

53
New cards

Islands of information

A situation where data is scattered across various locations, making it difficult to access and analyze.

54
New cards

Data Redundancy

Exists when the same data is stored unnecessarily at different places.

55
New cards

Data Integrity

In a relational database, a condition in which the data in the database complies with all entity and referential integrity constraints.

56
New cards

Data Anomaly

A data abnormality in which inconsistent changes have been made to a database. For example, an employee moves, but the address change is not corrected in all files in the database.

57
New cards

Database System

An organization of components that defines and regulates the collection, storage, management, and use of data in a database environment.

58
New cards

Data Dictionary

A DBMS component that stores metadata—data about data. Thus, the data dictionary contains the data definition as well as their characteristics and relationships.

59
New cards

Performance Tuning

Activities that make a database perform more efficiently in terms of storage and access speed.

60
New cards

Query Language

A nonprocedural language that is used by a DBMS to manipulate its data. An example of a query language is SQL.

61
New cards

Structured Query Language (SQL)

A powerful and flexible relational database language composed of commands that enable users to create database and table structures, perform various types of data manipulation and data administration, and query the database to extract useful information.

62
New cards

Application Programming Interfaces (API)

Software through which applications interact with each other transmitting data, messages, status, etc. Also specifically software through which programmers interact with middleware.

63
New cards

Discipline-Specific Database

A database that contains data focused on a specific subject area.

64
New cards

General-Purpose Database

A database that contains a wide variety of data used in multiple disciplines.

65
New cards

Data Characteristic

A data characteristic in which changes in the database schema affect data access, thus requiring changes in all access programs.

66
New cards

Data Storage Characteristics

A data condition in which data representation and manipulation are dependent on the physical data storage characteristics.

67
New cards

Data Access Independence

A condition in which data access is unaffected by changes in the physical data storage characteristics.

68
New cards

Data View

The way a person views data within the context of a problem domain.

69
New cards

Data Representation

The way a computer 'sees' (stores) data.

70
New cards

Active Data Dictionary

A type of data dictionary that may include data that are external to the DBMS.

71
New cards

DBMS

Database Management System, software that interacts with end users, applications, and the database itself to capture and analyze data.

72
New cards

Data Manipulation

The process of managing and manipulating data within a database.

73
New cards

Database Administration

The tasks and processes involved in managing a database system.

74
New cards

Database Server Independence

The ability for client processes to operate independently of the database server.