Recent questions tagged paging

9 votes
5 answers
271
4 votes
4 answers
272
Dirty bit is used to indicate which of the following?A page fault has occurredA page has corrupted dataA page has been modified after being loaded into cacheAn illegal ac...
0 votes
0 answers
274
What is the page size taken if page size is less than frame size?Take an example page size =4kb and frame size = 8kb ,Then for calculating virtual address space , which p...
6 votes
5 answers
275
What is the size of the physical address space in a paging system which has a page table containing 64 entries of 11 bit each (including valid and invalid bit) and a page...
3 votes
3 answers
276
2 votes
0 answers
277
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...
7 votes
2 answers
278
What is the name of the technique in which the operating system of a computer executes several programs concurrently by switching back and forth between them?Partitioning...
8 votes
4 answers
279
If the page size in a 32-bit machine is 4K bytes then the size of page table is1 M bytes2 M bytes4 M bytes4 K bytes
0 votes
1 answer
280
how to calculate offset of page
6 votes
2 answers
282
In a $64$- bit machine, with $2$ GB RAM, and $8$ KB page size, how many entries will be there in the page table if its is inverted?$2^{18}$$2^{20}$$2^{33}$$2^{51}$
0 votes
1 answer
283
Till now i have not got any exciting and detailed explanation of page tables and multi level page tables concept. if you have any resource on this please post the link .....
2 votes
2 answers
284
1 votes
1 answer
285
Represent the sentence "We are IT students" in physical memory if page size is 5 characters and the entries in page table are-061527310Assume physical memory size to be 5...
2 votes
1 answer
286
0 votes
1 answer
287
Given answer is A.I believe that B should be the answer because as the number of page tables are k. k memory access are required for each table and finally, one for acces...
1 votes
1 answer
289
0 votes
1 answer
293
The question I answered was 4096 bytes and what the test answered is in KB and both the answers are correct . But in GATE how do we come to know whether the answer should...
2 votes
2 answers
294
Consider a machine with 64 MB physical memory and 34 bit virtual address space.If the page size is 4 KB ,the approximate size of conventional and inverted page table will...
4 votes
1 answer
295
I have a doubt which is accessed first TLB or cache?I think answer should be TLB as we need it for address translation to get frame no. and then access cacheIs my approac...
1 votes
0 answers
296
If the no of pages in a 32 bit machine is 8kB then what is the size of the page table?a. 8kbb. 16kBc. 4 KBd. Cant sayAns: a How is the answer a
5 votes
7 answers
297
Dynamic address translationis part of the operating system paging algorithmis useless when swapping is usedis the hardware necessary to implement pagingstorage pages at a...
3 votes
2 answers
298
Thrashingalways occurs on large computersis a natural consequence of virtual memory systemscan always be avoided by swappingcan be caused by poor paging algorithms
34 votes
3 answers
299
Dirty bit for a page in a page tablehelps avoid unnecessary writes on a paging devicehelps maintain LRU informationallows only read on a pageNone of the above