开发者

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

开发者 https://www.devze.com 2023-02-14 08:54 出处:网络
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. 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

精彩评论

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

关注公众号