What is the purpose of a record when developing software?
It allows for the storage of values of the same data type only
It allows for the storage of values of multiple data types simultaneously
To identify a memory location in memory used for the storage of a variable value
Which of the following data should be held within a string variable?
G93 1PW
21.45
211
What is the correct definition for the term ‘concatenation’?
Extracting part of a string for use elsewhere in a program
Joining together two or more strings or substrings
The term used to describe the process of converting all string data to lower case form
What do Boolean data types hold?
All types of data
Only numbers with a decimal value
A true or false value
How is each element in a 1-D array identified?
By a specific name
By an index value
By a data type