Difficulty: Easy
Correct Answer: a write cycle
Explanation:
Introduction / Context:
Digital systems interact with memory using well-defined bus timing. After a valid address is placed on the bus, the controller either reads the contents at that location or stores new data there. Correctly naming these operations is fundamental to interpreting datasheets and designing memory controllers.
Given Data / Assumptions:
Concept / Approach:
A write cycle is the sequence in which the controller asserts the write control, drives the data bus with the value to be stored, and meets setup/hold and pulse-width timing so the memory latches the new data into the addressed cell. In contrast, a read cycle retrieves data from the selected address, and a refresh cycle is specific to DRAM retention rather than user data storage. Chip select simply enables a device; it is not an operation by itself.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments