Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
CS foundations
/
Virtual memory
Which statement about a page fault is correct?
from Virtual memory
C++23
intermediate
3 min
Which statement about a page fault is correct?
Every page fault reads data from a physical disk.
Every page fault terminates the process.
The kernel may resolve a permitted access by installing a mapping and retrying the instruction.
A TLB miss and a page fault are always the same event.
Check
Ask AI about this kata
Report an error
previous kata
After fork, why can a child write a private mapping without changing the parent’s value?
Quiz
next kata
What does this page-stride loop print?
Predict the output
A new version is available
Reload