

InterviewSolution
Saved Bookmarks
1. |
____________ is one or more physically contiguous pages.(a) Slab(b) Cache(c) Object(d) AllocatorThe question was asked in examination.This interesting question is from Virtual Memory topic in division Operating Systems of Computer Fundamentals |
Answer» RIGHT option is (a) Slab To explain I would say: Slab is one or more PHYSICALLY contiguous pages. CACHE CONSISTS of one or more slabs. |
|