answersLogoWhite

0

it means mapping directly

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Which cache mapping function does not require replacement algorithm?

direct mapping doesn't need replacement algorithm


A mapping diagram can be used to represent a function or a relation?

A mapping diagram can be used to represent a function or a relation true or false?


When does a relation be a function?

A function is a relation whose mapping is a bijection.


Is b c a function?

No. There is no mapping.No. There is no mapping.No. There is no mapping.No. There is no mapping.


What is the direct mapping cache memory?

it ia html


What is mapping between a set of inputs and a set of outputs?

It is simply a mapping. It could be a function but there are several conditions that need to be met before the mapping can become a function and there is no basis for assuming that those conditions are met.


What is the mapping between a set of input and a set of output?

It is simply a mapping. It could be a function but there are several conditions that need to be met before the mapping can become a function and there is no basis for assuming that those conditions are met.


What is the mapping between a set of inputs and a set out outputs?

It is simply a mapping. It could be a function but there are several conditions that need to be met before the mapping can become a function and there is no basis for assuming that those conditions are met.


What is The mapping between a set of inputs and a set of outputs?

It is simply a mapping. It could be a function but there are several conditions that need to be met before the mapping can become a function and there is no basis for assuming that those conditions are met.


What is vertical line test in a function?

If, at any time, a vertical line intersects the graph of a relationship (or mapping) more than once, the relationship is not a function. (It is a one-to-many mapping and so cannot be a function.)


What are the advantage and dis advantage of direct mapping?

Advantage: Direct mapping is simple and requires less hardware, making it cost-effective. It also provides fast access to data due to its fixed mapping of blocks to cache lines. Disadvantage: Direct mapping can lead to cache conflicts, where multiple memory blocks map to the same cache line, causing performance degradation. It also has poor cache utilization compared to other mapping techniques.


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