Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged demand-paging
3
3 votes
1
1 answer
90
90 views
GO Classes DPP | GATE CS | Operating System | Page Replacement
A demand-paging system has $3$ physical page frames.Consider the reference string:$\text{A, B, C, D, B, A, B, A, D, C}$Starting with empty memory, determine the total num...
GO Classes
90
views
asked
Aug 26
Operating System
goclasses
goclasses-cs-dpp
operating-system
goclasses-cs-dpp-day-357
goclasses-os-practice-questions
page-replacement
page-faults
demand-paging
+
–
1
1 vote
1
1 answer
76
76 views
GO Classes DPP | GATE CS | Operating System | Demand-Paging
Suppose a $32K \times 8K$ matrix $A$ with $1$-byte elements is stored in row-major order in virtual memory.Assume:Only this program occupies physical memory. The matrix b...
GO Classes
76
views
asked
Aug 13
Operating System
goclasses
goclasses-cs-dpp
operating-system
goclasses-cs-dpp-day-347
goclasses-os-practice-questions
demand-paging
+
–
2
2 votes
2
2 answers
114
114 views
GO Classes DPP | GATE CS | Operating System | Demand Paging
An operating system can use page tables and exceptions to perform allocation on demand, where it does not allocate physical memory for a program until the program tries t...
GO Classes
114
views
asked
Aug 11
Operating System
goclasses
goclasses-cs-dpp
operating-system
goclasses-cs-dpp-day-345
goclasses-os-practice-questions
demand-paging
+
–
25
25 votes
4
4 answers
8.0k
8.0k views
GATE CSE 2025 | Set 2 | Question: 37
Consider a demand paging system with three frames, and the following page reference string: 1 2 3 4 5 4 1 6 4 5 1 3 2 . The contents of the frames are as follows initial...
Arjun
8.0k
views
asked
Feb 27, 2025
Operating System
gatecse2025-set2
operating-system
page-replacement
demand-paging
multiple-selects
two-marks
+
–
14
14 votes
3
3 answers
12.1k
12.1k views
GATE CSE 2025 | Set 1 | Question: 4
Consider a demand paging memory management system with $32$-bit logical address, $20$-bit physical address, and page size of $2048$ bytes. Assuming that the memory is byt...
Arjun
12.1k
views
asked
Feb 27, 2025
Operating System
gatecse2025-set1
operating-system
demand-paging
paging
easy
one-mark
+
–
1
1 vote
0
0 answers
542
542 views
Page replacement policy
For a certain page trace starting with no page in the memory, a demand-paged memory system operated under the LRU replacement policy results in 9 and 11 page faults when ...
Reetu Chaudhary
542
views
asked
May 6, 2024
Operating System
operating-system
demand-paging
page-replacement
least-recently-used
page-faults
+
–
0
0 votes
1
1 answer
579
579 views
#Applied Course
Consider a demand-paging system with a paging disk that has an average access and transfer time of 20 milliseconds. Addresses are translated through a page table in main ...
Dknights
579
views
asked
Dec 18, 2023
Operating System
demand-paging
+
–
0
0 votes
1
1 answer
1.5k
1.5k views
Ace Test Series | Operating System | Demand paging
On a system using demand paging, it takes 200 ns to satisfy a memory request if the page is in memory. If the page is not in memory, the request takes 7 ms if a free fram...
none30
1.5k
views
asked
Jul 1, 2023
Operating System
operating-system
demand-paging
ace-test-series
page-faults
+
–
0
0 votes
1
1 answer
1.2k
1.2k views
Ace Test Series | Operating System | Demand Paging
On a system using demand - paged memory, it takes 120 ns to satisfy a memory request if the page is in memory. If the page is not in memory, the request takes 5 ms. What ...
none30
1.2k
views
asked
Jul 1, 2023
Operating System
operating-system
demand-paging
ace-test-series
+
–
27
27 votes
4
answers
4 answers
18.1k
18.1k views
GATE CSE 2022 | Question: 54
Consider a demand paging system with four page frames (initially empty) and $\text{LRU}$ page replacement policy. For the following page reference string$$7, 2, 7, 3, 2, ...
Arjun
18.1k
views
asked
Feb 15, 2022
Operating System
gatecse-2022
numerical-answers
operating-system
page-replacement
demand-paging
two-marks
+
–
0
0 votes
1
1 answer
895
895 views
Applied Live Test
Given a byte addressable system which implements demand paging, a TLB has 64 entries and the frame size is 4KB. The LAS is 4MB. TLB has a hit ratio of 90% and has an acce...
ramakrushna
895
views
asked
Jan 3, 2022
Operating System
test-series
operating-system
demand-paging
translation-lookaside-buffer
+
–
2
2 votes
2
2 answers
2.3k
2.3k views
NIELIT 2017 OCT Scientific Assistant A (IT) - Section C: 10
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 re...
admin
2.3k
views
asked
Apr 1, 2020
Operating System
nielit2017oct-assistanta-it
operating-system
demand-paging
page-faults
+
–
0
0 votes
1
1 answer
2.5k
2.5k views
NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 33
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 re...
admin
2.5k
views
asked
Apr 1, 2020
Operating System
nielit2017oct-assistanta-cs
operating-system
demand-paging
page-faults
+
–
0
0 votes
0
0 answers
732
732 views
Made Easy
Shouldnt we take 1 instead of 1-P ?? As it should be sequential access???
anjali007
732
views
asked
Jan 23, 2019
Operating System
operating-system
demand-paging
page-faults
+
–
0
0 votes
0
0 answers
486
486 views
demand paging
In a swapping system with variable partitions, segments have probability -s/10 distribution ( e / 10) where s is the segment size in kilobytes. Holes -h/5 have probabilit...
aambazinga
486
views
asked
Dec 25, 2018
Operating System
operating-system
demand-paging
+
–
2
2 votes
4
4 answers
2.2k
2.2k views
ISI2016-PCB-CS-3
Consider the following extract from a program, written in a C-like language, that computes the transpose of a matrix.for (i=0; i<N; i++) for (j=0; j<N; j++) B[i,j]=A[i,j]...
go_editor
2.2k
views
asked
Sep 18, 2018
Operating System
isi2016-pcb-cs
operating-system
demand-paging
page-faults
non-gatecse
descriptive
+
–
Page:
1
2
next »