Search results for memory-management

68 votes
6 answers
2
For each of the four processes $P_1, P_2, P_3,$ and $P_4$. The total size in kilobytes $(KB)$ and the number of segments are given below.$$\small \begin{array}{|c|c|c|}\h...
5 votes
2 answers
4
54 votes
8 answers
5
Let a memory have four free blocks of sizes $4k$, $8k$, $20k$, $2k$. These blocks are allocated following the best-fit strategy. The allocation requests are stored in a q...
0 votes
1 answer
9
If Page size = Frame size is always true and offset in Logical address = offset in physical address holdsThen how/why Logical address size can come different than physica...
3 votes
2 answers
10
Which of the following heap memory allocation strategies is likely to exploit spatial locality of memory accesses in a program, the most?Best FitFirst FitNext FitLast Fit...
1 votes
1 answer
11
In what cases does an uninitialized array have values = 0 and for which cases does it have values = garbage values. How to differentiate?
0 votes
0 answers
12
we have 8 pages (each side 32B) to store in physical memory of 2^32 bits how many bits are required to identify each page , according to me 3 bits are required but that i...
0 votes
1 answer
13
Any attempt by a process to access memory allocated to OS or process of other results intoTrap to OSContext SwitchingPage faultInvocation to Scheduler Despatch
0 votes
1 answer
14
Design a memory system of capacity 2048x16 using 128x8 RAM chips. Show address lines, data lines, and control signals
2 votes
6 answers
16
Does fixed size partitioning suffer from external fragmentation?
0 votes
1 answer
19
Find seek time using FCFS,SSTF, SCAN.C-SCAN, LOOK for the following string98, 183, 37, 122, 14, 124, 65, 67Assume that request queue (0-199).and Head pointer 53