Question 1
The data is first stored in main memory and later transferred to the peripheralby DMA.
The write operation directly updates the peripheral’s hardware registermapped at that address.
The CPU triggers an interrupt to notify the peripheral of new data.
The value is cached and updated only after multiple writes.