Question
Memory that is paged out to the hardware is known as

Answers

its cache memory.
A CPU cache is a cache used by the central processing unit of a computer to reduce the average time to access memory.The cache is a smaller, faster memory which stores copies of the data from the most frequently used main memory locations. As long as most memory accesses are to cached memory locations, the average latency of memory accesses will be closer to the cache latency than to the latency of main memory.When the processor needs to read from or write to a location in main memory, it first checks whether a copy of that data is in the cache. If so, the processor immediately reads from or writes to the cache, which is much faster than reading from or writing to main memory.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q How can you set an arbitrary number of Reducers to be created for a job in Hadoop?
  • Q How may types of bonded strain gauges used ?
  • Q What are the various logic gates?
  • Q There are three tribes Pokka (always tells true), Wokka (always tells lie), and Solla (alternately tells true/lies (say for example true-false true or false-true-false)). There are three persons Add, even, divide and there are some statements given by the persons. The statements are as follows. Add says-- 1. My house no. is divisible by 4. 2. " second statement don't remember". 3. The difference between each of these houses is 13. Even says-- 1. Add's house no is divisible by 12. 2. My house no. is 37. 3. "third statement don't remember". Divide says-- 1. Add's house no. is divisible by 3. 2. My house no is 30. 3. No one's house no. is divisible by 10. Their house no.s are in the range of 1 to 50. Now you have to remind, these three persons belong to which category of tribes You also have to tell their house no.
  • Q Is delete,next,main,exit or null keyword in java
  • Q Explain life cycle of a Servlet?
  • Q Differentiate between ROM and RAM?
  • Q ----launches ‘Smart Vault’, a fully automated locker
  • Q   What is surrogate Key?
  • Q Which components manage deadlocks in DB2?
  • Q What is pointer -to-members in C++? Give their syntax?