What does it mean by buffer?

后端 未结 8 1187
自闭症患者
自闭症患者 2020-12-04 05:04

I see the word \"BUFFER\" everywhere, but I am unable to grasp what it exactly is.

  1. Would anybody please explain what is buffer in laym
8条回答
  •  时光取名叫无心
    2020-12-04 05:17

    Buffer means 'temporary storage'. Buffers are important in computing because interconnected devices and systems are seldom 'in sync' with one another, so when information is sent from one system to another, it has somewhere to wait until the recipient system is ready.

提交回复
热议问题