Algorithms

EasyMediumHard
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
Question 11
Easy

A marine research institute uses an automated database to track its fleet of autonomous underwater drones (AUVs). For each AUV, the system currently stores its unique serial number, maximum depth rating (in meters), and the date of its last safety inspection as variables in each drone's record.

State two other items of data that would need to be stored as variables for each individual drone in this database system.

[2]

Algorithms Questions

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