Your computer processes data, stores it, and sends it to different peripherals and output devices. Computer science uses a few terms specific to this type of process: spooling, buffering and caching.
A programming technique that uses two buffers to speed up a computer that can overlap I/O with processing. Data in one buffer are being processed while the next set of data is read into the other one.