answersLogoWhite

0

The community needed a receiver of memory because it holds pain and memory

User Avatar

Clovis Abshire

Lvl 10
3y ago

What else can I help you with?

Related Questions

When The giver Explained why the people needed a receiver of Memory what were the reasons?

The Giver explained that the community needed a Receiver of Memory because memories of the past help make important decisions, provide wisdom, and serve as a guide for the future. Without a Receiver, the community would lack understanding of their history and the capacity to learn from mistakes.


What is a satellite receiver?

A satellite TV receiver is needed in order to view satellite programming. Additionally, a satellite dish is needed in order for the receiver to decode digital signals which then allows you to watch TV.


Why is cache memory needed?

Cache Memory is needed because Hardware implements cache as a block of memory for temporary storage likely to be used again.


Explain the concept of virtual memory and why it is needed?

In order to free up space in memory, an operating system with a virtual memory capability transfers data that is not immediately needed from memory to the HDD; when that data is needed again, it is copied back into memory. That is, when all of the RAM is being used (e.g., if there are many programs open simultaneously or if one very large program is in use), a computer with virtual memory enabled will swap data to the HDD and back to memory as needed, thus, in effect, increasing the total system memory.


Is a receiver needed for tomtom traffic?

Yes but, there are different receivers for different modles.


Why memory cell is needed in computer system?

depends on the computer and what you mean by memory cell????


Why is ram needed?

for faster access of memory


How much memory is needed to back up computer files?

None. You use the free memory.


Why was writing needed?

Communication reasons .


Why tazz was released from the WWE?

Tazz chose not to renew is contract. He explained his reasons as being that he was worn out and run down and needed a break to recharge. He felt he could not get that if he were to remain in the company and informed them a couple of weeks prior to the end of his contract that he had decided not to renew it.


How many 128 8 memory chips are needed to provide a memory capacity of 4096 16?

64


Compare and contrast dynamic memory allocation and the allocation of files in secondary storage?

Static Memory Allocation: Allocating the total memory requirements that a data structure might need all at once without regard for the actual amount needed at execution time. Dynamic Memory Allocation: The opposite strategy of static memory allocation - Dynamic Memory Allocation, involves allocating memory as-needed.