Home »
General Knowledge (GK) MCQs »
Computer Science GK MCQs
The most frequently used instructions of a computer program are likely to be fetched from which type of memory?
149. The most frequently used instructions of a computer program are likely to be fetched from which type of memory?
- Read Only Memory
- Random Access Memory
- Cache memory
- None of the above mentioned
Answer
The correct answer is: C) Cache memory
Explanation
Cache memory is a small-sized type of volatile memory that accesses the data with high speed for a processor to execute. The most frequently used instructions of a computer program are likely to be fetched from Cache memory.