An environmental monitoring agency deploys a network of ocean buoys. Each buoy transmits a daily telemetry packet containing the following data:
14:30:00)"BUOY-09")True)In the system's software, this collection of related data items is defined as a single composite entity named BuoyReading\text{BuoyReading}BuoyReading.
Which option correctly classifies BuoyReading\text{BuoyReading}BuoyReading and explains its relationship to primitive data types?
BuoyReading\text{BuoyReading}BuoyReading is a primitive data type because any data type defined for standard network transmission must be primitive to guarantee platform-independent serialization.
BuoyReading\text{BuoyReading}BuoyReading is a structured data type (specifically a one-dimensional array) because it represents a finite, ordered sequence of elements stored in contiguous memory locations.
BuoyReading\text{BuoyReading}BuoyReading is a structured data type (specifically a record) because it consists of a collection of related items (fields) of different data types grouped under a single identifier.
BuoyReading\text{BuoyReading}BuoyReading is a primitive data type because it is composed entirely of basic types that can be directly mapped to CPU registers without pointer indirection.