Data types and structures

EasyMedium
1234567891011121314151617181920212223242526272829303132333435
Question 13
Easy

An aerospace engineer is designing the telemetry logging software for an autonomous cargo drone.

State the most appropriate primitive data type to store each of the following pieces of data:

a.

The current velocity of the drone in metres per second (e.g., 18.65 or 0.0)

[1]
b.

The count of rotor blades detected as operational by the pre-flight diagnostic system (e.g., 8)

[1]

Data types and structures Questions

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