Recent questions tagged memory-management

484
views
2 answers
1 votes
481
views
0 answers
1 votes
In an multiprogramming fixed partitioning the number of partitions are fixed or size of partitions are fixed please explain
454
views
1 answers
1 votes
Fixed partitioning for contiguous memory allocation suffers from external fragmentation or not please explain with example
1.2k
views
2 answers
0 votes
How to understand that no. of entries in inverted page table is equal to no of frames in physical address space?
1.9k
views
1 answers
2 votes
As we know segmented paging is an improvement over segmentation and paging but I am having some doubts regarding the memory overhead of these three system.It ... than pure paging and also extra segmentation table is required in this system?
1.9k
views
2 answers
6 votes
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. ... 50 time units. Then, the value of P is ______? [upto four decimal places]
1.6k
views
0 answers
2 votes
A computer system has a 36-bit virtual address space with a page size of 8K, and 4 bytes per page table entry. What is the maximum size of addressable physical memory in this system?
2.1k
views
1 answers
1 votes
Which of the following $OS$ treats hardware as a file system?$UNIX$ $DOS$ $Windows$ $NT$ None of the above
4.8k
views
1 answers
1 votes
A program is located in the smallest available hole in the memory is _________(A) best – fit(B) first – bit(C) worst – fit(D) buddy
1.2k
views
0 answers
0 votes
Consider a system implementing a 2 level page table. Memory access time = 10ns. Hit ratio of page table = 0.3. Page fault access time = 50ns.What is average ... as we need to access 2 page tables first and then access main memory for hit ?
2.7k
views
1 answers
0 votes
Why logical address and physical address are same in case of compile and load time binding ?In complie time as i have read compiler will generate absoute address ... Logical address can be anything?Why it has ti be same as physical address?
4.5k
views
1 answers
2 votes
on a system with 1MB of memory using the buddy system what is the first requests due to lack of available memory ? 50k,150k,90k,130k,70k,80k,120k,180k,60k.?
1.6k
views
1 answers
1 votes
Im confused with multi level pagingAs per my understanding the outer most page table must be in main memory and not all inner page tables to be in memory ... be their Even then why we are using multi level pagingPlease can someone help me
677
views
1 answers
2 votes
What is the difference between the functions performed in compile time and functions performed in link time?
592
views
1 answers
2 votes
What is the difference between Physical Address, Virtual Address and Absolute Address?
1.4k
views
1 answers
2 votes
n a 32 bit processor the virtual address is 22 bit:12 bit(Table index : Offset). What is the size of the page frame and the process page table assuming that each entry in the page table is 4 Bytes?
1.3k
views
0 answers
1 votes
A computer system supports 32-bit virtual addresses as well as 32-bit physical addresses. Since the virtual address space is of the same size as the physical ... longer neededDCPU scheduling can be made more efficient now. GATE-CS-2006
445
views
0 answers
0 votes
Who determines the size of the page table (or to be precise size of virtual address space) for any process?is it operating system or ISA or something else?
337
views
1 answers
3 votes
A byte addressable computer can support maximum of $2^i$ KB memory and has $2^j$ instructions. An instruction involving $2$ operands and $1$ operator needs how many bits ?$3i$2i + j$2i + j + 20$i + j$
467
views
1 answers
1 votes
What is the technique that allows one to execute a program which is not entirely in memory called?Demand PagingAuxiliary MemorySecondary MemoryVirtual Memory
375
views
1 answers
0 votes
Difference between logical address and physical address.M getting so confused between this two. Sometimes it is mentioned that logical address is what viewd by ... generated by the CPU.Explain in simple language not bookies words. Thanks.
4.3k
views
1 answers
0 votes
What are external connection in "internal organization of memory chip" ? How these lines are decided ?Example memory with 128 bits (16×8) requires 14 external connections.How we decided this ☝ ?
4.2k
views
4 answers
2 votes
A $1$TB Disk with $4$-KB blocks require $32$MB to store its bit map?Kindly explain how.
859
views
2 answers
2 votes
What does the following exactly mean?int *p=(int*)malloc(23);Does it mean that the OS allocates a memory of 23 bytes to int(though it requires just 4 bytes)? I ... as 4. Why? Should'nt it return 23 since that's what the memory I allocated?
2.0k
views
1 answers
0 votes
I have learned that with run-time address binding, the program can be allocated frames in the physical memory non-contiguously. Also, as described here and here, ... of the segments or separately just as in the case of run-time binding ?
4.4k
views
1 answers
2 votes
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 the ... B) 10 page faults(C) 14 page faults (D) 12 page faults
402
views
1 answers
0 votes
How to calulate the Throughput of memory system when average access time is given
623
views
0 answers
0 votes
i wanted to intialize a 2d array using pointers to pointers and i wrote the following code i know the below code is lot of hardcoding but as i am a ... "\n"); } return 0; } https://gateoverflow.in/?qa=blob&qa_blobid=17604332813334679423
3.0k
views
1 answers
1 votes
Consider a system with 2 level paging applicable the page table is divided into 8K pages each of size 16KB. The memory is byte addressable if the physical address ... inner and outer page table.How can frame size and page size be unequal?
824
views
1 answers
1 votes