Swap Space Management - Operating System Questions & Answers

1.

Virtual memory uses disk space as an extension of _________

   A.) secondary storage
   B.) main memory
   C.) tertiary storage
   D.) none of the mentioned

Answer: Option 'B'

main memory

2.

Using swap space significantly _________ system performance.

   A.) increases
   B.) decreases
   C.) maintains
   D.) does not affect

Answer: Option 'B'

decreases

3.

Linux __________ the use of multiple swap spaces.

   A.) allows
   B.) does not allow
   C.) may allow
   D.) none of the mentioned

Answer: Option 'A'

Putting these swap spaces on separate disks reduces the load places on the I/O system.

4.

If the swap space is simply a large file, within the file system, ____________ used to create it, name it and allocate its space.

   A.) special routines must be
   B.) normal file system routines can be
   C.) normal file system routines cannot be
   D.) swap space storage manager is

Answer: Option 'B'

normal file system routines can be

5.

For swap space created in a separate disk partition where no file system or directory structure is placed, _____________ used to allocate and deallocate the blocks.

   A.) special routines must be
   B.) normal file system routines can be
   C.) normal file system routines cannot be
   D.) swap space storage manager is

Answer: Option 'D'

swap space storage manager is

6.

When a fixed amount of swap space is created during disk partitioning, more swap space can be added only by :
I) repartitioning of the disk
II) adding another swap space elsewhere

   A.) only I
   B.) only II
   C.) both I and II
   D.) neither I nor II

Answer: Option 'C'

both I and II

7.

In UNIX, two per process ________ are used by the kernel to track swap space use.

   A.) process tables
   B.) swap maps
   C.) memory maps
   D.) partition maps

Answer: Option 'B'

swap maps

8.

It is __________ to reread a page from the file system than to write it to swap space and then to reread it from there.

   A.) useless
   B.) less efficient
   C.) more efficient
   D.) none of the mentioned

Answer: Option 'C'

more efficient


Swap Space Management - Operating System Questions & Answers Download Pdf

Recent Posts