Back to the 2024 paper
Similar questions
OPERATING SYSTEMWhat is virtual memory? How is it implemented? Explain TLB in virtual memory with neat diagram.20247mCOMPUTER ORGANIZATION & ARCHITECTURE(b) How is virtual memory managed using paging and TLB? Explain with suitable example.20197mCOMPUTER ORGANIZATION & ARCHITECTUREExplain the concept of virtual memory with the help of a diagram. Explain how virtual address is mapped to actual physical address.201714mCOMPUTER ORGANIZATION & ARCHITECTUREGive an integrated diagram showing the TLB and cache operations for a logical/virtual address generated by a processor.20197m
PreviousConsider the following set of processes with the length of the CPU Burst given in milliseconds: | Process | Burst Time | Priority | | :--- | :--- | :--- | | A | 10 | 3 | | B | 1 | 1 | | C | 2 | 3 | | D | 1 | 4 | | E | 5 | 2 | The processes are assumed to have arrived in order A, B, C, D, E all at time 0. Draw the Gantt charts that illustrate the execution of FCFS and SJF scheduling algorithm. Show which algorithm results in the minimum average waiting time.NextWhat is the difference between fixed partition and variable partition also explains the need of compaction.