开发者

Is there a general term that covers both reading from and writing to memory? [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

So the process of retrieving information from memory is referred to a开发者_StackOverflows a "read". And the process of storing information in memory is known as a "write"...

But, is there a term that covers both forms of memory access?


The answer is I/O - or Input/Output


Might you be referring to the instruction cycle/fetch-execute cycle?

Typically:

  1. Fetch the instruction
  2. Decode the instruction
  3. Execute the instruction
  4. Store results

http://en.wikipedia.org/wiki/Instruction_cycle

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜