Answer
See explanation
Work Step by Step
Two methods for ensuring mutually exclusive access to data are:
1. Writing the programming units that describe the threads involved so that when using stored data, it blocks other threads.
2. Emboding the data item with the ability to control access to itself.