Week 5 Flashcards

1
Q

What is a data model?

A

A simple representation of complex, real world data strcutures
-> the semiformal format allows for precise but understandable format

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

What are the uses of a data model?

A
  1. Can be used by IT to model a database

2. Can be used by business to understand a database

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

What is the entity relationship model?

A

A graphical representation of entities and their relationoships in a database structure

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

What are the components of a relationship model?

A

Entity: Anything about which data are to be collected and stored

Attribute: A characteristic of an attribute

Relationship: Describes the association among entities

Constraint: A restriction placed on the data (often business rules)

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

What kind of relationships are possible in an entity relationship model?

A

One to many: (1:M)
Many to many (M:N or M:M)
One to one (1:1)

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

What is a business rule?

A

Internal policies. An example can be: the store can only be managed by one employee at the time

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

What is the crowsfeet notation of an ER model?

A

It uses the graphic representation of a database.
So every entity is in a table with rows for all the attributes. Additionally, the first attribute is the key attribute and the relationsship arrows look like crows feet indicating the relationship type

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

What are the 5 V’s of Big Data?

A
  • Volume
  • Variety
  • Velocity
  • Value
  • Veracity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is meant by volume in big data?

A

The data comes in large quantities

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

What is meant by variety in big data?

A

There is lots of different data that is collected. This also includes unstructured data such as photos.

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

What is meant by velocity in big data?

A

The high speed at which data is created.

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

What is meant by value in big data?

A

Commercial and strategic data that can lead to competitive advantage for companies

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

What is meany by veracity in big data?

A

Is all data true? Think about customer reviews that can be false or fabricated.

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

What are those 5V’s in relation to businesses?

A

Can be seen as challenges but also opportunities.

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

What kind of degree can there be in relationships in a ER model?

A
  • Unary -> relationship related to one entity
  • Binary -> relationship between two entities
  • Ternary -> relationship between three entities
How well did you know this?
1
Not at all
2
3
4
5
Perfectly