Data types and structures

EasyMedium
1234567891011121314151617181920212223242526272829303132333435
Question 18
Easy

An engineer designing software for an oceanographic research buoy decides to store each telemetry reading as a record rather than a one-dimensional array as it needs to hold different attributes like temperature, depth, and timestamp.

Explain the characteristics of a record that make it suitable for this purpose.

[2]

Data types and structures Questions

  1. GCSE
  2. /Computer Science
  3. /Data types and structures