Data types

Easy
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
Question 37
Easy

Refer to the following algorithm written in pseudo-code:

sensorName ← "Kitchen Temp"
readingCount ← 142
temperature ← 21.8
isActive ← True

Which of the following would be the most suitable data type for the variable readingCount?

Boolean

Character

Integer

Real

Data types Questions

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