answersLogoWhite

0

What else can I help you with?

Related Questions

Suppose server object is not loaded into the memory and the client request for it what will happen?

If a server object is not loaded in the memory and the request for it, then the server object is loaded in to the memory and is initialized


What is the Difference Between memory address and memory?

Memory is microchip; address are processor board slots


Explain the allocation of memory cells when a function is called?

When you call a function, the stack pointer is adjusted to cater for the function's arguments (if any), the caller's return address (mandatory), the function's local variables (if any) and the function's exception handlers (if any).


What is the meaning of handle in relation to computers?

A handle provides the means by which we can refer to an object by a virtual memory address rather than its physical address. There are only 4 gigabytes of physical addresses available on a 32-bit system, where each address refers to a single byte of memory. However, not all 32-bit systems have a full complement of 4 gigabytes of physical memory. So, when a memory request is made but there is insufficient physical memory available to meet the request, objects that are already allocated may be moved out of memory and stored in a hard-disk file, thus freeing the physical memory to meet the allocation request. Any object that was moved out of memory can be moved back into memory when it is needed, however there is no guarantee that the object will exist at the same address it was originally allocated, because if the object that currently resides at that address is in use it cannot be moved out. Thus, an object's physical address may change at any time. When we make a memory request, the operating system returns the start address of the allocation, allowing us to refer to the allocation. However, if that address can change at any time we would not be able to refer to the objects stored within that allocation because we'd still be referring to the original location. To get around this, the operating system returns a virtual address rather than a physical one. The operating system maintains a table of these virtual addresses and maps them to physical addresses. As objects are swapped to and from physical memory, the operating system updates the table accordingly. In this way, we can refer to objects through their virtual addresses and the operating system will translate those addresses into physical ones. A virtual address is, therefore a handle; it allows us to "hold" our memory allocations by referring to objects through their virtual addresses.


What is a memory characteristic where an application can request a specific item from memory?

Demand Paging


Where is the Iraq Memory Foundation Inc in Alexandria Virginia located?

The address of the Iraq Memory Foundation Inc is: 911 Duke St, Alexandria, VA 22309-4221


Is a memory address in Binary form?

memory address is stored in binary form


What is the highest memory address?

The highest memory address in the 8086/8088 is FFFFFH.


Why you need memory physical address and memory logical address?

Physical Address refers to Storage location on Physical Memory wheres Logical Addressing is used by Memory Managing Programs to refers addresses from Physical Memory and Virtual Memory.


How many nuMBer of address lines required for 8 MB of memory?

It takes 23 address lines to address 8 mb of memory.


Which Intel microprocessor address 1t of memory?

There is no microprocessor with !t of address memory, only virtual memory. the firt one was the 80486.


If your address bus is 20-bits wide, how much memory can your computer address approximately?

With a 20-bit address bus, a computer can address approximately 1,048,576 memory locations, which is equivalent to 1 megabyte of memory.