Skip to content
Early access — you're among the first to try PYQLabs. Share feedback
Concept drill

page fault

GATE CSE & IT · Protection & Security · 1992-2026

15
PYQs
60%
keyed
0
elite explanations
14
years appeared

Study anchor

Galvin — Operating System Concepts

Processes, scheduling, memory, files, deadlocks

Practice action

Start latest PYQ

PYQs in this concept

All concepts →
2026 PYQ

Consider a system that has a cache memory unit and a memory management unit (MMU). The address input to the cache memory is a physical address. The MMU has a translation lookaside...

mediumanswer keybasic explanation
2025 PYQ

In optimal page replacement algorithm, information about all future page references is available to the operating system (OS). A modification of the optimal page replacement algori...

mediumbasic explanation
2024 PYQ

Consider a process P running on a CPU. Which one or more of the following events will always trigger a context switch by the OS that results in process P moving to a non-running st...

mediumanswer keybasic explanation
2023 PYQ

Which one or more of the following options guarantee that a computer system will transition from user mode to kernel mode?

easyanswer keybasic explanation
2020 PYQ

Consider a paging system that uses a 1-level page table residing in main memory and a TLB for address translation. Each main memory access takes 100 ns and TLB lookup takes 20 ns....

hardbasic explanation
2014 PYQ

A system uses $$3$$ page frames for storing process pages in main memory. It uses the Least Recently Used $$(LRU)$$ page replacement policy. Assume that all the page frames are ini...

easy
2014 PYQ

Assume that there are $$3$$ page frames which are initially empty. If the page reference string is $$1, 2, 3, 4, 2, 1, 5, 3, 2, 4, 6,$$ the number of page faults using the optimal...

medium
2010 PYQ

A system uses FIFO policy for page replacement. It has $$4$$ pages frames with no pages loaded to begin with. The system first accesses $$100$$ distinct pages in some order and the...

mediumanswer key
2007 PYQ

A process has been allocated $$3$$ page frames. Assume that none of the pages of the process are available in the memory initially. The process makes the following sequence of page...

easyanswer key
2005 PYQ

Increasing the $$RAM$$ of a computer typically improves performance because

easyanswer key
2003 PYQ

Which of the following is NOT an advantage of using shared, dynamically linked libraries as opposed to using statically linked libraries?

mediumanswer key
2000 PYQ

Suppose the time to service a page fault is on the average $$10$$ milliseconds, while a memory access takes $$1$$ microsecond. Then a $$99.99$$% hit ratio results in average memory...

easyanswer key
1995 PYQ

The address sequence generated by tracing a particular program executing in a pure demand paging system with $$100$$ records per page with $$1$$ free main memory frame is recorded...

easyanswer key
1993 PYQ

The following page addresses, in the given sequence, were generated by a program: 1 2 3 4 1 3 5 2 1 5 4 3 2 3 This program is run on a demand paged virtual memory system, with main...

medium
1992 PYQ

Let the page reference and the working set window be c c d b c e c e a d and 4, respectively. The initial working set at time $$t = 0$$ contains the pages {a, d, e}, where a was re...

medium