Data types and structures

EasyMedium
1234567891011121314151617181920212223242526272829303132333435
Question 25
Easy

An automated arctic weather station transmits telemetry logs containing environmental readings. One line of a log contains the following data:

  • Sensor Node ID: 7403
  • Log Timestamp: 2026-12-05 23:45
  • Average Temperature (°C): -12.45

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

ItemData type
Sensor Node ID
Log Timestamp
Average Temperature
[3]

Data types and structures Questions

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