The correct answer is option 1.
Concept:
Data come from different sources, they can be in different formats.
Structured Data:
Data that is organized and can be recorded in a well-defined format is called structured data. Structured data is often kept in a tabular (rows and columns) format on a computer, with each column representing distinct data for a specific parameter called an attribute, characteristic, or variable, and each row representing data from observation for several attributes.
Example:
Data related to an inventory of kitchen items maintained by a shop.
Unstructured Data:
Unstructured data is information that is not arranged according to a pre-set data model or schema, and therefore cannot be stored in a traditional relational database or RDBMS. Text and multimedia are two common types of unstructured content.
Example:
A newspaper contains a variety of news pieces, often known as data. However, a newspaper's placement of news pieces follows no set pattern. On any given day, a page may have three photos of various sizes, five news articles, and one or more adverts. On another day, one large image with three written news pieces may be displayed.
Hence the correct answer is Structured Data.