Algorithms

EasyMediumHard
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
Question 49
Easy

An automated vineyard management system uses smart soil-moisture sensors. Each sensor probe has a unique alphanumeric Probe ID. The volumetric water content (VWC, expressed as a percentage) is recorded at two different soil depths (15 cm and 45 cm) for each probe.

A two-dimensional array is used to store this soil moisture data.

Complete the table below to show appropriate column headings and realistic example data for this data structure.

[2]

Algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Algorithms