Q. Any successive write operation by a process on a data item x will be performed on a copy of x that is up to date with the value most recently read by that process. (Solved)
1. monotonic-write
2. writes follows reads
3. read your writes
4. monotonic-read
- b. writes follows reads