“Processing of data in a Text File is faster than a Binary File” – Do you agree?
Justify your answer.
Answers
Answered by
0
Answer:
A compressed text file is often smaller than you can do with binary. Or consider a less verbose text format; it's possible to reliably transmit a text representation of your data with a lot less characters than XML uses. And finally, if you do end up having to use binary, try to chose an existing format or base your format on an existing format
Explanation:
Hope it helps you..
please mark me as a brainlist!
Answered by
1
Answer:
A binary file is usually very much smaller than a text file that contains an equivalent amount of data. ... Small files save storage space, can be transmitted faster, and are processed faster.
Similar questions