In the name of ALLAH, the most beneficient, the most merciful

Introduction to Programming (CS201)

Question (select most suitable option)

  If we have a program that writes the output data(numbers) to the disc, and if we collect the output data and write it on the disc in one write operation instead of writing the numbers one by one.
In the above situation the area where we will gather the number is called
Heap
Stack
Buffer
Cache