Computer Science, asked by kjemmanu4866, 11 months ago

Difference between read and write operation in memory

Answers

Answered by Fis
8

Answer:

ead:- A "Read" operation occurs when a computer program reads information from a computer file/table (e.g. to be displayed on a screen). The "read" operation gets information out of a file (some computer languages use the term "get" instead of "read"). After a "read", the information from the file/table is available to the computer program but none of the information that was read from the file/table is changed in any way.

Write:- A "Write" operation occurs when a computer program adds new information, or changes existing information in a computer file/table.

Answered by NITIN0002
0

Explanation:

  1. if computer shows data without change data is like read operation example photo you captured
  • if computer shows data with chage is like write operation example photo that u capured it was edited by some application

Similar questions