answersLogoWhite

0

Storage is the incorrect response

User Avatar

Joseph Justice

Lvl 3
4y ago

What else can I help you with?

Related Questions

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

A newly created process is in main memory.


The process of assigning memory addresses to programs is called?

memory mapping


What is segmentation in computer memory?

memory segmentation is the process of dividing the computer memory into different overlapping segments.


44 The process of assigning memory addresses to programs is called?

memory mapping


How does virtual memory management assist in the process of multitasking?

Virtual memory management assist in the process of multitasking by providing extra memory when a computer has used up all its RAM. Virtual memory is however slower than RAM.


What is the significance of ''process''in an operating system environment?

Process is a programm under execution in main memory. Or in other world when a user wants to execute a programm which resides on secondary memory it must be placed in to the primary memory for the execution then it is called as process.


Is system operation is the process of operating system?

Process is a programm under execution in main memory. Or in other world when a user wants to execute a programm which resides on secondary memory it must be placed in to the primary memory for the execution then it is called as process.


What is memory leaking in c plus plus?

Memory leaking in C++, or in any language that supports dynamic memory allocation, is a failure to release memory when its use is no longer required. This causes the memory image of the process to grow, sometimes without bounds, ultimately causing process failure due to memory exhaustion.


What is the first step of memory process?

Encoding


What process is a memory?

Storage is the incorrect response


What is process memory?

Storage is the incorrect response


What is Bernstein's Conditions in OS?

Bernstein's Conditions1. If process Pi writes to a memory cell Mi, then no process Pj can read the cell Mi.2. If process Pi read from a memory cell Mi, then no process Pj can write to the cell Mi.3. If process Pi writes to a memory cell Mi, then no process Pj can write to the cell Mi.