Evaluating the maximum number of pages needed, if a system supports 16 bit address line and 1K page size. Also Read: Resource Allocation in Multi-Process System (Question)
SIKSHAPATH Latest Questions
SUMIT
Asked: October 12, 2022In: Computer Science
Use the Decision tree to classify the students in the class based on their academic performance. If you came to know that your model is suffering from low bias and high variance. Which algorithm should you use to tackle it? ...
Consider the page reference string of size 12: 1, 2, 3, 4, 5, 1, 3, 1, 6, 3, 2, 3 with frame size 4. Calculate the hit ratio using LRU.
SUMIT
Asked: October 11, 2022In: Other
Elaborate the term Directory Structure? Also describe the logical structure of Directory?
SUMIT
Asked: October 11, 2022In: Other
Explain the major device management functions that can be performed by the operating system?
SUMIT
Asked: October 11, 2022In: Data Structure
Find minimum spanning tree using prim and kruskal’s algorithm: