What is buffer and buffering in computer?

What is Buffer in Computer?

ANS:

In computer science, a buffer is a region of a physical memory storage used to temporarily store data while it is being moved from one place to another.However, a buffer may be used when moving data between processes within a computer.

JS Buffers matter! Sometimes. - Frontend Weekly - Medium


Example:
                 When you download an audio or video file from the Internet, it may load the first 20% of it into a buffer and then begin to play.


Node JS Tutorial for Beginners #13 - Streams and Buffers - YouTube





What is Buffering in Computer?

ANS:
          Buffering is an act of storing data temporarily in the buffer.

An Explanation of Buffering in C++




Post a Comment

0 Comments