answersLogoWhite

0

multitasking this answer is wrong.

right answer is thrashing.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

When virtual memory is in use the condition of excessive paging is called swapping Answer True False?

False. It is called Thrashing.


Is the condition of excessive paging referred to as thrashing when virtual memory is in use?

Nope, swapping and paging are essentially synonymous. Excessive paging is known as thrashing.


What is thrashing and how it will be overcome?

when there are too many processes available and memory is low, than processor remains busy in swapping in and out the pages from disk in order to overcome it: 1) increase memory 2) reduce multi programming level


Virtual memory refers to your computers swapping of data currently in use between what types of memory?

explain the logical& physical memory


What is thrashing in c?

Thrashing in C refers to excessive swapping of data between RAM and virtual memory, significantly slowing down the system due to the high overhead involved in managing memory. It typically occurs when a program doesn't have enough physical memory and constantly swaps data in and out of virtual memory.


Swapping files from virtual memory back to RAM is called?

Swapping files from virtual memory back to RAM is known as multitasking. When a computer with an insufficient amount of RAM uses its virtual memory too often, it can cause the computer to enter Safe Mode.


What is the difference between a virtual channel and virtual path?

A virtual channel defines a single point to point connection, identified by its virtual channel identifier (VCI). A virtual path however, is a bundle of virtual channels that share the same end-point. Hence, a virtual path can be considered as a container that contains several virtual channels. Each virtual path is identified by its unique virtual path identifier (VPI). sridhara................


Too much virtual memory and does this cause problems?

Excessive use of virtual memory can lead to performance issues, as the system spends more time swapping data between RAM and disk storage rather than executing processes efficiently. This can result in slower application responsiveness and increased latency. Additionally, relying heavily on virtual memory may indicate insufficient physical RAM, which can further exacerbate system performance problems. Ultimately, while virtual memory is a useful feature, over-reliance on it can hinder overall system performance.


How does thrashing occur?

Thrashing occurs when a computer's performance degrades due to excessive swapping of data between RAM and virtual memory. This happens because the system is spending more time moving data back and forth than actually executing tasks efficiently. It typically occurs when the amount of memory required by running processes exceeds the available RAM.


Where is data stored when it is in virtual memory?

Virtual memory, when not active, is written to a swapping area. The swapping area is often on a designated area of the system HDD (hard drive), or a separate HDD. If faster storage is available, it may also be on a designated semiconductor storage facility such as an SSD, SD or USB flash drive.


When virtual memory is in use excessive paging is referred to as?

FALSE


Is page swapping the same as thrashing?

Page Swapping is not the same as Thrashing. Thrashing is the significant degradation of performance caused by overuse of a computers resource, most commonly virtual memory. Page Swapping is a normal memory management function of most Operating Systems. It occurs any time a computer is running. Thrashing most often takes the form of too much Page Swapping. That occurs when a program needs more virtual memory than the computer can provide at the moment and pages of memory are moved on and off the disc so often that the program running cannot progress in its function. Thrashing is, therefore, not equivalent to Page Swapping and vice versa.