Core Data Concepts Flashcards

1
Q

Q: What are the main characteristics of structured data?

A
  • Follows a fixed schema
  • Organized in tables with rows and columns
  • Examples include SQL databases, spreadsheets
  • Easy to search and analyze
  • Typically used in relational databases
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What distinguishes semi-structured data from structured data?

A

Semi-structured data:

  • Has some organizational properties but no fixed schema
  • Contains tags or markers to separate elements
  • Examples include JSON, XML files
  • More flexible than structured data
  • Common in NoSQL databases
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the key characteristics of unstructured data?

A
  • No predefined data model or organization
  • Raw format with no structure
  • Examples include text documents, images, videos
  • More difficult to search and analyze
  • Requires specialized tools for processing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly