burgeois chapter 4 Flashcards
data
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.
quantitative data
numeric, the result of a measurement, count, or some other mathematical calculation.
qualitative data
descriptive
information
processed data that possesses context, relevance, and purpose.
knowledge
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.
explicit knowledge
typically refers to knowledge that can be expressed into words or numbers.
tacit knowledge
includes insights and intuitions and is difficult to transfer to another person by means of simple communication.
wisdom
when a person can combine their knowledge and experience to produce a deeper understanding of a topic.
database
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.
relational database
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.
record
one instance of a set of fields in a table, which can also be thought of as the rows in a table.
data integrity
consistency among stored data.
primary key
a unique identifier for each record in the table. a primary key cannot change.
normalisation of the database
- reducing duplication of data between tables
- giving the table as much flexibility as possible
text (data type)
for storing non-numeric data that is brief, generally under 256 characters. the database designer can identify the maximum length of the text.
number (data type)
for storing numbers. there are usually a few different number types that can be selected, depending on how large the largest number will be.
yes/no (data type)
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”.