DP-900 · Data Representation
22 cards
Data Representation Types
-
Quick check
What decides which representation type a set of data belongs to?
AHow consistently each instance organizes its attributes
Right. The representation type follows from how each instance is organized: the same fields for all, some variation, or no specific structure at all.
BWhether the data describes customers, products, or orders
The kind of entity is the subject of the data, and the same subject can be represented under different structural rules.
CWhether the facts are numbers, descriptions, or observations
Facts of every kind appear in all three representation types, so the type of fact settles nothing.
2 / 22
-
Quick check
What must be true of every instance in a structured dataset?
AInstances keep some overall organization but may carry different fields
That describes semi-structured data, where an overall organization survives but the specific fields vary.
BEvery instance follows the same fixed schema of fields or properties
Right. Structured data adheres to a fixed schema, so every instance has the same fields or properties.
CEach instance may change both its organization and its properties
Data free to change its organization from instance to instance has no fixed schema and is not structured.
5 / 22
-
Quick check
In the most common tabular schema for structured data, what do rows and columns represent?
ARows represent schemas, and columns represent unrelated binary files
A row holds one instance rather than a schema, and a column holds an attribute rather than a binary file.
BRows represent key values, and columns represent complete entity tables
A key value links to an instance in another table; it is not what a row stands for, and a column is not a whole table.
CRows represent entity instances, and columns represent the entity's attributes
Right. Each row represents one instance of an entity, while columns represent the entity's attributes.
7 / 22
-
Keep your progress in the app
That’s 3 of 9 quick checks. In the app they stay answered, and every lesson remembers where you left off.
-
Quick check
Customer records share an overall organization, but some have several email addresses and others have none. Which representation type fits?
AStructured data, with one fixed schema and identical properties everywhere
A fixed schema requires the same fields or properties in every instance, which these records do not have.
BSemi-structured data, with variation permitted between instances
Right. Semi-structured data has some structure but permits variation between entity instances, which is exactly what the differing email counts show.
CUnstructured data, with no recurring organization at all
The records do share a recognizable organization as customer records, so they are not without structure.
10 / 22
-
Quick check
Two JSON customer documents both contain address and contact sections, but their specific fields differ. How should this be classified?
ASemi-structured, because there is organization while the fields are free to vary
Right. The shared address and contact organization plus the differing fields is precisely the semi-structured pattern, and JSON is a common format for it.
BStructured, because the JSON format requires identical properties in every document
JSON imposes no such requirement; documents of the same kind can and do carry different fields.
CUnstructured, because JSON documents cannot carry recognizable organization
The shared address and contact sections are recognizable organization, so the documents are not unstructured.
12 / 22
-
Quick check
An archive must retain native images, audio recordings, videos, and application-specific binary documents, none of which share a schema of recurring fields. Which classification fits?
AStructured, because every binary file follows one common table schema
Binary media files do not follow a table schema, and a structured classification requires the same fields in every instance.
BSemi-structured, because media files carry varying address sections
Address sections belong to the semi-structured document example, not to images, audio, or video files.
CUnstructured, because the native files share no specific structure
Right. Unstructured data does not have a specific structure, and documents, images, audio, video, and binary files belong to that category.
15 / 22
-
Quick check
Which change introduces the defining semi-structured feature into records that previously shared one fixed schema?
AAllowing individual records to omit or repeat selected fields while keeping the organization
Right. Semi-structured data keeps some structure but permits variation between entity instances, such as an attribute holding several values in one record and none in another.
BKeeping identical fields in every record and continuing to use the same schema
Identical fields in every record is the definition of a fixed schema, so the data stays structured.
CReplacing the records with native media files that have no organization
Removing the organization altogether produces unstructured data rather than the semi-structured middle ground.
17 / 22
-
Quick check
A sales system requires every product instance to have the same properties, puts each product in a row with attributes in columns, and uses key values to reference related tables. Which classification fits?
ASemi-structured, because related tables let each product use different fields
Key references link instances across tables; they do not permit an instance to carry a different set of fields.
BStructured, because all instances share one fixed tabular schema
Right. Every instance has the same properties in a table of rows and columns, which is a fixed schema and therefore structured data.
CUnstructured, because key references remove any specific structure
Keys are part of a relational design, and the data described has a very specific structure indeed.
20 / 22
-
Quick check
Which line correctly pairs each representation type with its defining rule?
AStructured varies by instance, semi-structured has no structure, unstructured uses a fixed schema
Every pairing here is displaced by one: a fixed schema belongs to structured data, not to unstructured files.
BStructured has no structure, semi-structured uses rows and columns, unstructured varies by instance
Rows and columns are the common tabular form of structured data, and structured data is defined by having a fixed schema.
CStructured uses a fixed schema, semi-structured varies by instance, unstructured has no specific structure
Right. A fixed schema for all instances, organization with permitted variation, and no specific structure are the three defining rules in order.
22 / 22
-
9 quick checks · then the test
In the app, finishing the quick checks opens this lesson’s 10-question test, and the ones you miss come back exactly when you’re about to forget them.
The whole course, on your phone
Lessons you can read, audio you can listen to on the way to work, and practice that remembers what you got wrong.