Computer Science, asked by science2883, 1 year ago

Difference between read operation and write operation

Answers

Answered by smartykiller
52
Difference between read and write operation:-

Read:- 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.

Hope it's help you
================
Answered by utkarsh46
16
hello dear.

Read operation : It is a type operation in which we can only read the file but could modify it because in this type of operation the program had saved so we could change it .





write operation : This is a operation in a computer system in which we can write after we can also modify it


thanks dear.
Similar questions