Data types and structures

EasyMedium
1234567891011121314151617181920212223242526272829303132333435
Question 15
Easy

An automated marine research database stores telemetry and configuration data about deep-sea exploration probes. The data must be stored using the most suitable primitive data types for each data element.

Complete the table to identify the missing data types.

Data ElementExampleData Type
Probe IdentifierPROBE-DeepSea-901BString
a.

| Transponder Engaged | False | |

[1]
b.

| Active Scientific Sensors | 6 | |

[1]
c.

| Ambient Salinity (g/kg) | 34.18 | |

[1]
d.

| Shore Control Dial-In Code | 0808 157 0990 | |

[1]

Data types and structures Questions

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