Data types and structures

EasyMedium
1234567891011121314151617181920212223242526272829303132333435
Question 16
Easy

Telemetry data from a marine research buoy is stored as a STRING variable named buoyReading.

The data string for a specific sensor reading taken on 12 August 2026 is shown below:

TX982_W-SPD08.4_2026/08/12_P04

Using 0-based indexing:

a.

State the indexing expression (using the variable name buoyReading) for the first character of the date substring (2026/08/12).

[1]
b.

State the indexing expression (using the variable name buoyReading) for the last character of the date substring (2026/08/12).

[1]
c.

State the total number of characters (length) of the entire date substring.

[1]

Data types and structures Questions

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