Data types and structures

EasyMedium
1234567891011121314151617181920212223242526272829303132333435
Question 23
Easy

An automated weather monitoring drone logs telemetry data containing the following parameters:

  • Drone Identifier: 90143
  • Timestamp: 2026-10-12T14:32:00
  • Atmospheric Pressure (kPa): 101.32

Complete the table to give the most appropriate primitive data type for each item.

ItemData type
Drone Identifier
Timestamp
Atmospheric Pressure (kPa)
[3]

Data types and structures Questions

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