burgeois chapter 4 Flashcards

1
Q

data

A

pieces of information with no context, which is not useful. they are raw facts and devoid of context or intent. to be useful, data needs to be given context.

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

quantitative data

A

numeric, the result of a measurement, count, or some other mathematical calculation.

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

qualitative data

A

descriptive

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

information

A

processed data that possesses context, relevance, and purpose.

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

knowledge

A

a certain area uses human beliefs or perceptions about relationships among facts or concepts relevant to that area. if we put data intro context, aggregate and analyse it, it can be used to make decisions for an organisation. this produces knowledge.

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

explicit knowledge

A

typically refers to knowledge that can be expressed into words or numbers.

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

tacit knowledge

A

includes insights and intuitions and is difficult to transfer to another person by means of simple communication.

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

wisdom

A

when a person can combine their knowledge and experience to produce a deeper understanding of a topic.

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

database

A

an organised collection of related information. it is organised because all data is described and associated with other data. all info. should be related so separate databases should be created to manage unrelated information.

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

relational database

A

a database in which data is organised into one or more tables. each table has a set of fields, which define the nature of the data stored in the table.

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

record

A

one instance of a set of fields in a table, which can also be thought of as the rows in a table.

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

data integrity

A

consistency among stored data.

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

primary key

A

a unique identifier for each record in the table. a primary key cannot change.

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

normalisation of the database

A
  1. reducing duplication of data between tables
  2. giving the table as much flexibility as possible
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

text (data type)

A

for storing non-numeric data that is brief, generally under 256 characters. the database designer can identify the maximum length of the text.

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

number (data type)

A

for storing numbers. there are usually a few different number types that can be selected, depending on how large the largest number will be.

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

yes/no (data type)

A

a special form of the number data type that is (usually) one byte long, with 0 for “No” or “False” and a 1 for “Yes” or “True”.

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

date/time (data type)

A

a special form of the number data type that can be interpreted as a number or a time.

19
Q

currency (data type)

A

a special form of the number data type that forms all values with a currency indicator and two decimal places.

20
Q

paragraph text (data type)

A

this data type allows for text longer than 256 characters.

21
Q

object (data type)

A

this data type allows for the storage of data that cannot be entered via keyboard, such as an image or a music file.

22
Q

Structured Query Language (SQL)

A

the primary way to work with a relational database. it can be used to analyse and manipulate relational data.

23
Q

NoSQL

A

arose from the need to solve the problem of large-scale databases spread over several servers or even across the world.

24
Q

record-locking

A

only one person can manipulate a piece of data at a time. this is not possible with large-scale databases, which is where the more unstructured environment of NoSQL comes in handy.

25
Q

Database Management Systems (DBMS)

A

a category of software applications meant to create a database, change its structure, or simply do an analysis. DBMS packages generally provide an interface to view and change the design of the database, create queries, and develop reports.

26
Q

relational enterprise database packages

A

when databases are installed over several servers worldwide, mean to be accessed by millions. they are built and supported by companies such as Oracle, Microsoft, and IBM.

27
Q

scale

A

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

28
Q

App Engine Datastore

A

can be used by developers to develop applications that access data from anywhere in the world.

29
Q

big data

A

refers to such massively large data sets that conventional database tools do not have the processing power to analyse them. understanding the best tools and techniques to manage and analyse these large data sets is a problem that government and businesses are trying to solve.

30
Q

metadata

A

can be understood as “data about data”. eg. looking at values of ‘year of birth’ the data may be “1992”. the metadata about the value would be the field name Year of Birth, the time it was last updated, and the data type (integer).

31
Q

“data dictionary”

A

created to hold the metadata, defining the fields and structure of the database. it is created when the database is designed.

32
Q

data warehouse

A

concept is extract data from one or more of the organisation’s databases and load it into the datawarehouse for storage and analysis.

33
Q

non-operational data

A

the data warehouse uses a copy of data from the active databases that the company uses in its day-to-day operations, so the data warehouse must pull data from the existing databases on a regular, scheduled basis.

34
Q

time variant data

A

means that whenever data is loaded into the data warehouse, it receives a time stamp, which allows for comparisons between different time periods.

35
Q

standardised data

A

data in a data warehouse usually comes from several different sources, so it may not use the same definitions or units. this can be done through ETL.

36
Q

extraction-transformation-load (ETL)

A

the process of agreeing upon a standard date format and converting all data loaded into the warehouse to use this standard format.

37
Q

bottom-up data warehouse design

A

start by creating data marts to solve specific business problems. they can be combined to a larger data warehouse.

38
Q

data marts

A

small data warehouses.

39
Q

top-down data warehouse design

A

start by creating an enterprise-wide data warehouse and then, as specific business needs are identified, create smaller data marts from the data warehouse.

40
Q

data mining

A

the process of analysing data to find previously unknown trends, patterns, and associations in order to make decisions. it is generally accomplished through automated means against extremely large data sets, eg. data warehouse. sometimes the project is begun with a hypothetical result in mind.

41
Q

data brokers

A

firms that combine publicly accessible data with information obtained from the government and other sources to create vast warehouses of data about people and companies that they then can sell. it causes privacy concerns.

42
Q

business intelligence

A

used to describe the process that organisations use to take data that they are collecting and analyse it in the hopes of obtaining a competitive advantage.

43
Q

business analytics

A

term used to describe the use of internal company data to improve business processes and practices.

44
Q

knowledge management (KM)

A

the process of formalising the capture, indexing, and storing of the company’s knowledge in order to benefit from the experiences and insights that the company has captured during its existence. otherwise, knowledge would only be stored in the heads of employees.