Here Important Computer MCQ questions are added which are frequently asked in almost all the examinations. You can check the correct answer of any question on clicking the show answer button or on option itself. The Correct answer will be displayed below. You can share any question with your friends on whatsapp by tapping whatsapp button.
37) The process of keeping addresses in memory for future use is called
(A) Routing
(B) Resolving
(C) Caching
(D) None of the above
Correct Answer - Option
(C)
Explanation:
Caching is the process of storing data or addresses temporarily so they can be quickly accessed in the future without recalculating or re-fetching them. This is commonly used in memory management, DNS lookups, CPU operations, and more.
Why other options are incorrect:
(A) Routing: Refers to selecting a path for traffic in a network — not related to storing memory addresses.
(B) Resolving: Typically used in the context of domain name resolution (DNS), i.e., converting domain names to IP addresses — not about storing addresses.
(D) None of the above: Incorrect because Caching is the valid term.