adplus-dvertising
frame-decoration

Question

What is a working set?

a.

A data structure that lists physical pages in use in a process's address space

b.

A file used for backing up memory areas when they are not in use

c.

A system that deals with page faults as a part of its normal operations

d.

A measurement on when a page was last accessed

Posted under Reverse Engineering

Answer: (a).A data structure that lists physical pages in use in a process's address space Explanation:A working set is a per-process data structure that lists the current physical pages that are in use in the process’s address space. It helps the system determine each process’s active use of physical memory and which memory pages have not been accessed in a while, so that those pages can be paged out to disk and removed from the process’s working set.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is a working set?

Similar Questions

Discover Related MCQs

Q. What is the purpose of a working set?

Q. How is memory usage in a virtual memory system measured?

Q. What is the purpose of the distinction between kernel memory and user memory?

Q. What is the maximum size of the memory address used by Windows?

Q. How is the 32-bit memory address used by Windows divided?

Q. Why is the kernel memory portion of the memory address shared among all address spaces?

Q. What is the size of the address space available to applications in a 32-bit Windows system?

Q. What is the significance of a 32-bit number whose first hexadecimal digit is 8 or above?

Q. What is the primary reason for the division between kernel memory and user memory?

Q. How much of the 32-bit memory address is typically used for application memory in Windows?

Q. What is the purpose of the paged pool in the kernel space?

Q. What is the system cache space used for in Windows?

Q. How is the 32-bit memory address used in Windows operating systems divided?

Q. What is the difference between the paged pool and nonpaged pool in Windows operating systems?

Q. What is the system cache in Windows operating systems?

Q. What is the Terminal Services Session Space used for?

Q. Which kernel mode component uses the Terminal Services Session Space?

Q. What is the purpose of the System Page-Table Entries (PTE)?

Q. What is the purpose of the Hyper Space?

Q. What is the purpose of the System Working Set?