0 votes
155
Among all given option, ____ must reside in the main memory.AssemblerCompilerLinkerLoader
1 votes
157
Compare the segmented paging scheme with the hashed page table scheme for handling large address spaces. Under what circumstances is one scheme preferable to the other ?
0 votes
164
What is the cause of thrashing ? How does the system detect thrashing ? Once it detects thrashing, what can the system do to eliminate this problem ?
1 votes
165
0 votes
166
Why is rotational latency usually not considered in disk scheduling ? How would you modify $SSTF$, $SCAN$, and $C-SCAN$ to include latency optimization ?
0 votes
170
Is CONVOY Effect possible in "Longest job first" non preemptive scheduling policy ?
0 votes
173
What is the mode(User/Kernel) of the Operating System when a Page Table or TLB are being accessed?
0 votes
174
Which part of the process image forms the logical address space that is used in paging?
0 votes
176
In Multi-processing Operating Systems:(a) Maximum utilization of CPU can be achieved(b) Maximum throughput is achieved(c) Maximum security can be achieved(d) Not suitable...
1 votes
177
Can a multithreaded solution using multiple user-level threads achieve better performance on a multiprocessor system than on a single processor system ? Explain.