Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged page-faults
1
1 vote
1
1 answer
1.4k
1.4k views
CO Page fault
How this is 20000? the array is in RMO and we are accessing like CMO then for each entry there should be PF.
Ashwin Kulkarni
1.4k
views
asked
Jan 19, 2018
CO & Architecture
page-faults
hit-ratio
+
–
4
4 votes
1
answers
1 answer
805
805 views
LRU page replacement policy
Self doubt:What is the rule or keyb point we should keep in mind while solving problems on LRU page replacement algorithm? Please explain with examples.
Sona Barman
805
views
asked
Jan 18, 2018
Operating System
operating-system
page-replacement
least-recently-used
page-faults
+
–
1
1 vote
1
answers
1 answer
841
841 views
Page Replacement
Could anyone give an example.
dragonball
841
views
asked
Jan 12, 2018
Operating System
operating-system
page-replacement
page-faults
+
–
3
3 votes
1
1 answer
1.2k
1.2k views
ace test series
Can anyone explain the answer?
rasto mapp
1.2k
views
asked
Jan 11, 2018
Operating System
operating-system
paging
fragmentation
page-faults
multilevel-paging
+
–
3
3 votes
1
1 answer
3.3k
3.3k views
gatebook-os
Consider a virtual memory system running on a RISC CPU. Page tables are not locked in memory and may be swapped to disk. An 1w (load word) instruction reads one data word...
rishi71662data4
3.3k
views
asked
Dec 21, 2017
Operating System
page-faults
operating-system
virtual-memory
+
–
3
3 votes
1
1 answer
1.6k
1.6k views
Effective memory access time
Parshu gate
1.6k
views
asked
Nov 28, 2017
Operating System
effective-memory-access
operating-system
page-faults
+
–
1
1 vote
0
0 answers
597
597 views
Operating Systems Concepts Page fault using LRU
if you have 10 Frames and using LRU how many page fault will be there in both below: for (int j = 0; j < 100; j++) for (int i = 0; i < 100; i++) A[i][j] = A[i][j] + A[j]...
ashu0316
597
views
asked
Nov 13, 2017
Operating System
operating-system
page-faults
least-recently-used
+
–
0
0 votes
1
1 answer
1.0k
1.0k views
UGC NET CSE | December 2009 | Part 2 | Question: 37
A page fault(A) is an error specific page.(B) is an access to the page not currently in memory.(C) occur when a page program occur in a page memory.(D) page used in the p...
rishu_darkshadow
1.0k
views
asked
Sep 17, 2017
Operating System
ugcnetcse-dec2009-paper2
operating-system
page-faults
+
–
10
10 votes
2
2 answers
18.2k
18.2k views
OS:- Page fault service time vs Effective memory access time
I got some doubt while solving previous year questions:-Since While calculating EMAT and question involves page fault service time,we use formulae:-p*s+(1-p)*m ,taken fro...
rahul sharma 5
18.2k
views
asked
Aug 29, 2017
CO & Architecture
page-faults
operating-system
effective-memory-access
+
–
0
0 votes
1
1 answer
487
487 views
Self Doubt in Page fault
Small doubt,We know that, when a page fault(required page is missing in main memory) occurs, the respective process will be blocked (Process is removed from Main memory. ...
AnilGoudar
487
views
asked
Apr 30, 2017
Operating System
operating-system
page-faults
paging
+
–
2
2 votes
1
1 answer
5.3k
5.3k views
Virtual Memory
Consider the following passage to answer questions from Q. Nos. 1 to 6 :Virtual Memory is a technique that allows the execution of processes that maynot be completely in ...
Beyonder
5.3k
views
asked
Mar 14, 2017
Operating System
operating-system
memory-management
virtual-memory
page-replacement
page-faults
page
+
–
1
1 vote
0
0 answers
861
861 views
Virtual Gate Test Series: Operating System - Page Replacement
Consider the two-dimensional array A$:$int A[ ] [ ] = new int[100][100]; where A[0][0] is at location 200 in a paged memory system with pages of size 200. A small process...
Samujjal Das
861
views
asked
Jan 24, 2017
Operating System
operating-system
page-replacement
page-faults
virtual-gate-test-series
+
–
1
1 vote
2
answers
2 answers
1.2k
1.2k views
TestBook Test Series
Consider the following information about a hypothetical organization.Assume the cache is physically addressedTLB:hit rate is 95%,access time is 1 cycleCache: hit rate is ...
vnc
1.2k
views
asked
Jan 11, 2017
CO & Architecture
co-and-architecture
cache-memory
page-faults
+
–
2
2 votes
2
answers
2 answers
767
767 views
Page Fault with Optimal
I am getting 11 as pagefault , but the solution says 9. What i am missing?
vishwa ratna
767
views
asked
Jan 2, 2017
Operating System
page-faults
operating-system
+
–
2
2 votes
0
0 answers
1.7k
1.7k views
Page Replacement Algorithm #Virtualgate
A.11B.12C.13D.14Couldn't visualize how counter is assigned and how page is exactly replaced based on counter.Visual representation would be helpful rather than just ans!
Prajwal Bhat
1.7k
views
asked
Dec 27, 2016
Operating System
page-faults
operating-system
page-replacement
+
–
2
2 votes
0
0 answers
2.0k
2.0k views
Page fault in reverse order
Which of the page replacement algorithm has the property that if we traverse the reference string from start to end or from end to start,the number of page faults will be...
rahul sharma 5
2.0k
views
asked
Dec 5, 2016
Operating System
page-faults
page-replacement
+
–
6
6 votes
2
answers
2 answers
3.3k
3.3k views
Probability of a Page being Dirty
A demand paging system has page fault service time as 125 time units if page is not dirty and 400 times units of page fault service time if it is a dirty page. Memory acc...
User007
3.3k
views
asked
Nov 14, 2016
Operating System
page
page-faults
page-replacement
+
–
4
4 votes
1
answers
1 answer
3.8k
3.8k views
(Hamacher, pg.255, question 5.20)
1024x1024 array of 32-bit numbers is to be normalized as follows. For each column the largest element is found and all elements of the column are divided by this maximum ...
sushmita
3.8k
views
asked
Oct 29, 2016
CO & Architecture
co-and-architecture
page-faults
+
–
1
1 vote
2
2 answers
3.2k
3.2k views
UGC NET CSE | August 2016 | Part 3 | Question: 52
Consider the following page reference string :$1, 2, 3, 4, 2, 1, 5, 6, 2, 1, 2, 3, 7, 6, 3, 2, 1, 2, 3, 6$ Which of the following options, gives the correct number of pag...
Misbah Ghaya
3.2k
views
asked
Oct 4, 2016
Operating System
ugcnetcse-aug2016-paper3
operating-system
page-faults
+
–
1
1 vote
1
answers
1 answer
1.2k
1.2k views
optimal page replacement problem
resilientknight
1.2k
views
asked
Sep 3, 2016
Operating System
optimal-page-replacement
page-replacement
operating-system
page-faults
+
–
0
0 votes
1
1 answer
607
607 views
standrard co question with a bit of confusion
Considering hierarchical method,is my this equation correct?Assuming tlb access time as 0 nsEMAT = 300 [memory access time] + 0.2*(300*2)[2 level page table] + 0.2 * (500...
resilientknight
607
views
asked
Sep 3, 2016
CO & Architecture
translation-lookaside-buffer
effective-memory-access
page-faults
+
–
0
0 votes
1
1 answer
843
843 views
confusing question? use hierarchical or simultenous
if i use hierarchical system then the equation : 50 = 10 + 0.3(p*400 + (1-p)*125)... is correct?
resilientknight
843
views
asked
Sep 3, 2016
Operating System
operating-system
page-faults
demand-paging
effective-memory-access
+
–
3
3 votes
1
answers
1 answer
9.9k
9.9k views
UGC NET CSE | July 2016 | Part 2 | Question: 36
Consider the reference string:0 1 2 3 0 1 4 0 1 2 3 4If FIFO page replacement algorithm is used, then the number of page faults with three page frames and four page frame...
go_editor
9.9k
views
asked
Aug 16, 2016
Operating System
ugcnetcse-july2016-paper2
operating-system
page-replacement
page-faults
+
–
1
1 vote
2
2 answers
7.1k
7.1k views
UGC NET CSE | December 2015 | Part 2 | Question: 27
Suppose that the number of instructions executed between page fault is directly proportional to the number of page frames allocated to a program. If the available memory ...
go_editor
7.1k
views
asked
Aug 8, 2016
Operating System
ugcnetcse-dec2015-paper2
operating-system
page-faults
+
–
1
1 vote
2
2 answers
2.0k
2.0k views
UGC NET CSE | September 2013 | Part 3 | Question: 23
Match the following $:$$\begin{array}{} \text{(a)} & \text{Dangling pointer} & \text{(i)} & \text{Buffer replacement policy} \\ \text{(b)} & \text{Page fault} & \text{(...
go_editor
2.0k
views
asked
Jul 22, 2016
Operating System
ugcnetcse-sep2013-paper3
operating-system
page-faults
+
–
5
5 votes
4
answers
4 answers
10.1k
10.1k views
ISRO CSE 2016 | Question: 48
Determine the number of page faults when references to pages occur in the following order:1, 2, 4, 5, 2, 1, 2, 4Assume that the main memory can accommodate 3 pages and th...
habedo007
10.1k
views
asked
Jul 5, 2016
Operating System
page-replacement
page-faults
isro2016
operating-system
+
–
5
5 votes
2
answers
2 answers
3.4k
3.4k views
ISRO CSE 2011 | Question: 73
Belady's anomaly meansPage fault rate is constant even on increasing the number of allocated framesPage fault rate may increase on increasing the number of allocated fram...
go_editor
3.4k
views
asked
Jun 23, 2016
Operating System
isro2011
operating-system
page-replacement
page-faults
+
–
0
0 votes
2
answers
2 answers
7.3k
7.3k views
Page fault frequency in an operating system is reduced when the
(A) processes tend to the I/O-bound(B) size of pages is reduced(C) processes tend to be CPU-bound(D) locality of reference is applicable to the process
prashant9
7.3k
views
asked
Jun 15, 2016
CO & Architecture
page-faults
co-and-architecture
+
–
4
4 votes
4
answers
4 answers
4.8k
4.8k views
ISRO CSE 2009 | Question: 11
A page faultOccurs when a program accesses an available page on memoryis an error in a specific pageis a reference to a page belonging to another programoccurs when a pro...
go_editor
4.8k
views
asked
Jun 14, 2016
Operating System
isro2009
operating-system
page-faults
+
–
2
2 votes
0
0 answers
1.1k
1.1k views
Can a page fault be generated due to the absence of the page of inner page table , table for multi level paging ?
Consider, 2 level paging , with Process P, Inner page table PTi, and outer page table PTo.Now we know that P and PTi are divided in various pages but PTo is in 1 page on...
gatejr
1.1k
views
asked
Jun 10, 2016
Operating System
memory-management
paging
page-faults
+
–
Page:
« prev
1
2
3
4
5
next »