WEEK 2, ch4 Flashcards

1
Q

data

A

pieces of information with no context, which is not useful, they are raw facts and are devoid of context or intent

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

quantitative data

A

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

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

qualitative data

A

descriptive

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

information

A

is PROCESSED DATA that possesses context, relevance, and purpose

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

Knowledge

A

in a certain area uses human beliefs or perceptions about relationships among facts or concepts relevant to that area.

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

explicit knowledge

A

knowledge that can be expressed into words or numbers

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

tacit knowledge

A

insights and intuitions and is difficult to transfer to another person by means of simple communication (riding a bicycle, skiing)

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

wisdom

A

when they 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
8
Q

Database (talk about the relation of the data)

A

organized collection of related information. It is an organized collection, because in a database, all data is described and associated with other data. All the info should be related as well.

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

several defects can arise when managing data resources improperly. The three common defects:

A

Non-control of Redundant Data: unnecessary duplication

Violation of data integrity: accuracy, consistency, and reliability of data throughout its lifecycle

Relying on human memory to store and to search needed data: important business information is not properly recorded or stored in a system, forcing employees to depend on their own memory to recall and retrieve data

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

Relational database

A

is one in which data is organized 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

is 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

designing a database (4 steps)

A
  1. design team determines which tables to create
  2. define specific info that each table will hold
  3. make sure that every table have one field in common with at least one other table (they should have a relationship), for this a PRIMARY KEY must be selected for each table, this is a unique identifier which cannot change.
  4. identify and make rela between the tables so that you can pull the data together in meaningful ways.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what does normalizing a database mean

A

reduces duplication of data between tables, gives the table as much flexibility as possible

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

name the datatypes

A

text, number, yes/no, date/time, currency, paragraph text (longer text than texts), object

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

spreadsheet

A

Allows you to define what kinds of values can be entered into its cells, ideal tool for analyzing the data stored in a database

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

Structured Query Language (SQL)

A

programming language that works with relational database. it can be used to analyze and manipulate relational data.

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

record locking

A

For a relational database to work properly, it is important that only one person can manipulate a piece of data at a time. But this is hard with large-scale databases, NoSQL comes in handy in this case.

18
Q

Database Management Systems

A

create a database, change its structure or simply do an analysis

19
Q

enterprise database

A

is a LARGE-scale database system designed to store, manage, and process vast amounts of data for businesses and organizations

20
Q

enterprise database can be set up in two ways

A

1.small business might run its database on one computer for a few employees.
2.big company like Amazon needs its database on many servers worldwide so that millions of customers can shop at the same time without slowdowns.

21
Q

whats the main challenge with relational databases?

A

scalability

22
Q

Metadata

A

can be understood as data about data, meaning it provides information about the structure and properties of data.

23
Q

example of metadata

A

Example: If a database has a field “Year of Birth” with a value 1992, the metadata includes:
* Field name: “Year of Birth”
* Data type: Integer
* Last updated: Date and time of last modification

24
Q

Data dictionary

A

Special part of a database that stores metadata, defining the structure of tables, fields, and data types used in the database.

25
Q

Data warehouses

A

system that collects, stores, and organizes data from multiple databases for analysis and reporting

26
Q

Data warehouses should be so designed so that it meets the following criteria

A
  • Non-operational data: Stores a copy of data from active business databases, updated on a schedule.
  • Time-variant: Data is recorded with timestamps, allowing for historical comparisons.
  • Standardized: Data from different sources is converted into a uniform format using the ETL process (Extraction-Transformation-Load).
27
Q

there are 2 ways to design a data warehouse

A
  1. bottom up approach: Starts with smaller data marts (mini data warehouses) that solve specific business problems. These data marts are later integrated into a larger data warehouse
  2. top down approach: Begins with building large enterprise-wide data warehouse. Smaller data marts are created from it as specific business needs arise
28
Q

what are the 5 benefits of data warehouse?

A
  1. Better understanding of data
  2. Historical data tracking
  3. Centralized data view
  4. Data consistency
  5. Advanced data analysis
29
Q

data mining

A

the process of analyzing data to find previously unknown trends, patterns and associations to make decisions.

30
Q

what is the problem that arises with data mining

A

raises privacy concerns as more personal and corporate data is collected and analyzed.

31
Q

data brokers

A

collect publicly available and government data, combine it with other sources, and sell it, raising ethical concerns.

32
Q

Business intelligence

A

refers to the process of collecting and analyzing data to gain a competitive advantage.

33
Q

Business analytics

A

focuses on using internal company data to optimize processes and improve decision-making.

34
Q

Knowledge management (KM)

A

is the practice of capturing, organizing, and storing company knowledge. This ensures that valuable insights and expertise are documented rather than being lost when employees leave.

35
Q

tulips

A

cannot change data and use ()

36
Q

Who is shared and who gets privacy

A

ledger shared but participants privacy

37
Q

can people see transactions with blockchain

38
Q

advantages of proof of work (poW)

A
  1. strong competition: increases security
  2. miners get rewards
  3. decentralized
  4. high security: difficult to hack or cheat
39
Q

disadvantages of proof of work (poW)

A
  1. expensive equipment needed
  2. high energy usage
  3. slow transactions
  4. high fees
40
Q

advantages of PoS

A
  1. no expensive equipment
  2. faster transaction
  3. energy efficient
41
Q

disadvantages of PoS

A
  1. coin hoarding (rich have more to say)
  2. not fully tested at large scale
  3. big investors have more control
  4. requires a big initial investment
42
Q

when is blockchain NOT a good choice for a business

A
  1. not fast enough for systems that need transactions to be completed in milliseconds
    2.useful for big networks, not small businesses
  2. is NOT the same as a traditional database.
    4.NOT meant for messaging or communication
    5.not a better version of traditional payment systems (Traditional payment processing (like credit card systems) is faster and more efficient than blockchain for everyday transactions).