Margaret has introduced a loyalty scheme for the ice cream kiosk customers - Edexcel - GCSE Computer Science - Question 7 - 2019 - Paper 1
Question 7
Margaret has introduced a loyalty scheme for the ice cream kiosk customers.
(a) Each month, Margaret emails a statement to the loyalty scheme members.
An example st... show full transcript
Worked Solution & Example Answer:Margaret has introduced a loyalty scheme for the ice cream kiosk customers - Edexcel - GCSE Computer Science - Question 7 - 2019 - Paper 1
Step 1
Draw a data structure diagram
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To represent the loyalty scheme data structure, I would use a table-like diagram that contains the following columns:
MemberNumber (Integer)
EmailAddress (Text)
FirstName (Text)
TotalSpend (Decimal)
CollectedPoints (Integer)
RedeemedPoints (Integer)
Here is an example of how the data structure could be represented: