1. Cache memory is a form of Read Only Memory (ROM).
  2. It is directly associated with the microprocessor.
  3. Cache memory can be accessed much faster by a microprocessor in comparison to a RAM.
  4. Cache memory is sometimes called CPU memory.
  5. All of these
5 views

1 Answers

Option 1 : Cache memory is a form of Read Only Memory (ROM).

Cache memory is not associated with ROM, rather it is called as CPU or Random access memory which a computer microprocessor can access more quickly than a regular RAM. The basic purpose of cache memory is to store program instructions that are frequently re-referenced by software during operation.
5 views

Related Questions