Identify common data formats Flashcards

1
Q

What is data?

A

Collection of facts such as numbers, descriptions and observations used to record information. Data structures which data is organized represent entities and each entity has one or more attributes or characteristics.

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

What are the data formats?

A
  1. Structured data
  2. Semi-strucuted data
  3. Unstructured data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is structured data?

A

Data that adhered to fixed schema - all data have same fields or properties. The schema for structured data entries is tabular - each row represent a data entity, and the column represents attributes of the entity. Structured data is often stored in multiple tables and referenced using key values in a relational model.

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

What is semi-structured data

A

Semi-structured data is information that has structure but allows for variation between entity instances. Example, entities may have one, many or no email address. Common format is JavaScript Object Notation (JSON)

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

What is unstructured data?

A

Examples of unstructured data data include documents, images, audio and video data, and binary files.

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