Refer to the following pseudocode sequence:
scores = [84, 92, 76, 65, 88]
count = 0
while count < 3
index = random(0, 4)
print(scores[index])
count = count + 1
endwhile
State the type of data structure represented by the variable scores.
Practise AQA GCSE Computer Science Data structures with exam-style questions for GCSE Computer Science. 37 questions, matched to the AQA GCSE Computer Science (8525) specification and written in Paper 1 and Paper 2 style. Every question includes a full worked solution and mark scheme, so you can see where marks are awarded rather than just whether you got the answer right.