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

page-faults

GATE CSE & IT · Code Generation · 2003-2025

8
PYQs
88%
keyed
0
elite explanations
7
years appeared

Study anchor

Hopcroft-Ullman / Dragon Book

Automata, languages, parsing, syntax-directed translation

Practice action

Start latest PYQ

PYQs in this concept

All concepts →
2025 Q54

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...

hardanswer key
2023 PYQ

Consider the following two-dimensional array D in the C programming language, which is stored in row-major order: int D[128] [128]; Demand paging is used for allocating memory and...

mediumbasic explanation
2015 PYQ

Consider a main memory with five page frames and the following sequence of page references: 3, 8, 2, 3, 9, 1, 6, 3, 8, 9, 3, 6, 2, 1, 3. Which one of the following is true with res...

mediumanswer key
2014 PYQ

A computer has twenty physical page frames which contain pages numbered $$101$$ through $$120.$$ Now a program accesses the pages numbered $$1, 2, …, 100$$ in that order, and repea...

hardanswer key
2012 PYQ

Consider the virtual page reference string $$$1,2,3,2,4,1,3,2,4,1$$$ On a demand paged virtual memory system running on a computer system that has main memory size of $$3$$ page fr...

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...

mediumanswer key
2007 PYQ

A virtual memory system uses First In First Out (FIFO) page replacement policy and allocates a fixed number of frames to a process. Consider the following statements: $$P:$$ Increa...

mediumanswer 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