answersLogoWhite

0


Best Answer

interleaving

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is The process in which the CPU alternates communication between two or more memory banks?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Other methods of speeding up processing interleaving bursting pipelining?

Interleaving: A process in which the CPU alternates communication between two or more memory banks Bursting:A process in which the CPU grabs a block of information at a time, on the assumption that the next address requested will be sequential to the previous one. Pipelining: Division of large tasks into a series of smaller overlapping ones


How the process interact with eatch other?

Processes are interacting each other using Inter Process Communication. In Inter process communication there are shared memory, message queues, pipes there for communication.


What is the difference between Light-weight process and heavyweight process?

Light weight process are the process are the processes which is considered for the os as less burden like thread.means the threads are executing inside a process which share the same code and data also memory space of a single process that's it has a less burden to the os and considered as a light weight process.also the communication between the threads are much more efficient. where as in case of a heavy weight process for doing multiple task the os has to create multiple processes which have a multiple memory address space and for communication between them they have to use inter process communication using sockets and pipe and which has more burden on the os than the threads(ligt weight processes) and hence considered as a heavy weight process


What are two functions of memory and role of thinking in the communication process?

role play, for the dirty wee rascals;)


What is the difference between shared memory and thread?

Shared memory and thread are not compareable since both of them relies to different technologies. A Shared memory is one of the methods to implement interprocess communication or IPC, by which different processes or tasks can access the same memory area, to share data between them. A thread or thread of execution is a mechanism by which a process can be split in to multiple simultaneously running pieces of code.


What resources is used for communication between a hardware device and the operating system?

Memory Address


Which resource is used for communication between a hardware device and operating system?

Memory Address


When a process creates a new process using what state is shared between the parent process and the child process?

shared memory segment


What is the main advantage of the microkernel approach to system design?

Microkernels provide minimal process and memory management, in addition to a communication facility.


What resources are used when a thread is created?

When a thread is created the threads does not require any new resources to execute the thread shares the resources like memory of the process to which they belong to. The benefit of code sharing is that it allows an application to have several different threads of activity all within the same address space. Whereas if a new process creation is very heavyweight because it always requires new address space to be created and even if they share the memory then the inter process communication is expensive when compared to the communication between the threads


The computer that can move data and instructions between storage and memory in a process is called?

sawpping


Is newly created process is in main memory or in secondary memory?

A newly created process is in main memory.