answersLogoWhite

0

(Electronics & Computer Science / Computer Science) a technique whereby computer peripherals may be addressed as though they formed part of the main memory of the computer.

(Khanu Piyar)

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Diagram to show the address mapping of RAM and Cache?

consider a RAM of 64 words with a size of 16 bits.Assume that this memory have a cache memory of 8 Blocks with block size of 32 bits.Draw a diagram to show the address mapping of RAM and Cache, if 4-way set associative memory scheme is used.


What the difference among direct mapping associative mapping and autoassociative mapping?

Direct mappingA given Main Memory block can be mapped to one and only one Cache Memory line.It is Simple, Inexpensive, fastIt lacks mapping flexibilityAssociative mappingA block in the Main Memory can be mapped to any line in the Cache Memory available (not already occupied)It is slow, expensiveIt has mapping flexibility


The process of assigning memory addresses to programs is called?

memory mapping


What are the difference among direct mapping associative mapping and set associative mapping?

The differences among direct mapping and set-associative mapping :Direct mapping : Each line in main memory maps onto a single cache line.Set-associative : Each line in main memory maps onto a small (collection) set of cache line.Direct mapping : A memory block is mapped into a unique cache line, depending on the memory address of the respective block.Set-associative : A memory block is mapped into any of the line of a set. The set is determined by the memory address, but the line inside the set can be any one.dont knowyet


What are the differences among direct mapping associative mapping and set associative mapping?

The differences among direct mapping and set-associative mapping :Direct mapping : Each line in main memory maps onto a single cache line.Set-associative : Each line in main memory maps onto a small (collection) set of cache line.Direct mapping : A memory block is mapped into a unique cache line, depending on the memory address of the respective block.Set-associative : A memory block is mapped into any of the line of a set. The set is determined by the memory address, but the line inside the set can be any one.dont knowyet


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

memory mapping


What is memory management scheme which support the user's view of memory?

paging


What is the direct mapping cache memory?

it ia html


What is Runtime memory mapping?

Runtime memory mapping pertains to any given geographical?æinformation that is not officially stored memory. It is quite similar to real time in that it is the here and now status. Often times it is fed from satellite.?æ


How many memory locations can be specified by an 14 - bit address?

A 14 bit address can specify 214 or 16,384 different locations.


How mapping is done between cache memory and main memory?

Its simply done. By connecting many lines :p


What is paging memory types?

Paging is a memory management scheme that eliminates the need for contiguous allocation of physical memory, thus preventing fragmentation. It divides the virtual memory into fixed-size blocks called pages and the physical memory into frames of the same size. When a process is executed, its pages are loaded into any available frames in physical memory, allowing for efficient use of memory and easier process management. This system also utilizes a page table to keep track of the mapping between virtual pages and physical frames.