Computer Science, asked by aniket351560, 1 day ago

Consider a situation where the a processor intends to transfer a block of data to memory. Using a flowchart, briefly describe the techniques for doing this task​

Answers

Answered by nidaeamann
1

Explanation:

In such a situation the processor will first perform the computation on a temporary data memory. Once that is done, the processor will get the address of the memory where the data is to be written. The processor will then check if the memory is available or some data is already there. Incase of empty memory location, data will be pointed and its content will be saved into that. Incase of already available data, it will prompt user

Similar questions