Week 1 Flashcards

1
Q

Data

A

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

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

Information

A

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

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

Knowledge

A

The body of information and facts about a specific subject. Knowledge implies familiarity, awareness, and understanding of information as it applies to an environment. A key characteristic is that new knowledge can be derived from old knowledge.

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

Data Management

A

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

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

Database

A

A shared, integrated computer structure that houses a collection of related data. A database contains two types of data: end-user data (raw facts) and metadata.

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

Metadata

A

Data about data; that is, data about data characteristics and relationships. See also Data Dictionary.

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

DBMS

A

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

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

Data inconsistency

A

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

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

Query

A

A question or tasks asked by an end user of a database in the form of SQL code. A specific request for data manipulation issued by the end user or the application to the DBMS.

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

ad hoc query

A

a “spur of the moment” question

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

query result set

A

The collection of data rows returned by a query.

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

Data Quality

A

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

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

single-user database

A

A database that supports only one user at a time.

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

desktop database

A

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

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

Multiuser database

A

A database that supports multiple concurrent users.

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

Workgroup database

A

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

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

Enterprise Database

A

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

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

Centralized database

A

A database located at a single site.

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

Distributed database

A

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

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

Cloud Database

A

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

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

General Purpose databases

A

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

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

Discipline-specific databases

A

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

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

Operational database

A

A database designed primarily to support a companys day-to-day operations. Also known as a transactional database, OLTP database or production database.

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

OLTP online transaction processing database

A

A database designed primarily to support a companys day-to-day operations. Also known as a transactional database, OLTP database or production database.

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

Transactional database

A

A database designed primarily to support a companys day-to-day operations. Also known as a transactional database, OLTP database or production database.

26
Q

Production database

A

A database designed primarily to support a companys day-to-day operations. Also known as a transactional database, OLTP database or production database.

27
Q

Analytical database

A

A database focused primarily on storing historical data and business metrics used for tactical or strategic decision making.

28
Q

Data warehouse

A

An integrated, subject-oriented, time-variant, nonvolatile collection of data that provides support for decision making.

29
Q

Online analytical processing (OLAP)

A

A set of decision support system (DSS) tools that use multidimensional data analysis environment that supports decision making, business modeling, and operations research.

30
Q

Business intelligence

A

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

31
Q

Unstructured Data

A

Data that exists in its original, raw state; that is, in the format which it was collected. Usually unstructured data does not conform to a predefined data model.

32
Q

Structured Data

A

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

33
Q

Semistructured data

A

Data that has already been processed to some extent.

34
Q

Extensible Markup Language XML

A

A meta-language used to represent and manipulate data elements. Unlike other markup languages, XML permits the manipulation of a documents data elements. XML facilitates the exchange of structured documents such as orders and invoices over the internet.

35
Q

XML database

A

A database system that stores and manages semistructured XML data.

36
Q

Social Media

A

Web and mobile technologies that enable “Anywhere, anytime, always on” human interactions.

37
Q

NoSQL

A

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

38
Q

Database design

A

The process that yiels the description of the database structure and determines the database components. The second phase of the database life cycle.

39
Q

data processing (DP) specialist

A

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

40
Q

Field

A

A character or group of characters (alphabetic or numeric) that has a specific meaning. A field is used to define and store data.

41
Q

Record

A

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

42
Q

File

A

A collection of related records for example a file might contain data about students currently enrolled at Gigantic University.

43
Q

Structural dependence

A

A data characteristic in which a change in the database schema affects data access thus requiring changes in all access programs.

44
Q

structural independence

A

A data characteristic in which changes in the database schema do not affect data access.

45
Q

data type

A

Defines the kind of values that can be used or stored. Also, used in programming languages and database systems to determine the operations that can be applied to such data.

46
Q

data dependence

A

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

47
Q

Data independence

A

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

48
Q

Logical data format

A

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

49
Q

Phsyical Data format

A

The way a computer sees (stores) data.

50
Q

islands pf information.

A

The old file system environment, pools of independent, often duplicated, and inconsistent data created and managed by different departments.

51
Q

Data redundancy

A

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

52
Q

Data integrity

A

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

53
Q

Data anomaly

A

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.

54
Q

Database system

A

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

55
Q

Data Dictionary

A

A DBMS component that stores metadata-data about data. Thus, the data dictionary contains the data definition as well as their characteristics and relationships. A data dictionary may also include data that are external to the DBMS. Also known as an information resource dictionary. See also active data dictionary, metadata, passive data dictionary.

56
Q

Performance tuning

A

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

57
Q

query language

A

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

58
Q

SQL Structured Query Language

A

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

59
Q

application programming intergfaces API

A

Software through which applications interact with each other transmitting data, messages, status, etc. Also specifically software through which programmers interact with middleware. An API allows the use of generic SQL code, thereby allowing client processes to be database server-independent.

60
Q

discpilpline specific database

A

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

61
Q

general purpose database

A

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