Figure 1 shows pseudocode assigning string values to two variables.
brand ← 'smart'
product ← 'watch'
Select the option that shows the exact result of concatenating the variable brand with the variable product.
'smart watch'
'Smartwatch'
'smartwatch'
'smart watch'
89 exam-style questions on AQA GCSE Computer Science String handling operations in a programming language. Each one has a worked solution and a mark scheme showing where the marks go.