Implementation: Data types and structuresTest questions

Data is stored differently depending on its type. Numbers are stored as integers or real numbers, text as string or characters. Lists of the same type of data can be stored in an array.

Part ofComputing ScienceSoftware design and development