Operating System (3140702) MCQs

MCQs of Memory Management

Showing 71 to 80 out of 85 Questions
71.
The optimal page replacement algorithm will select the page that
(a) has been used least number of times
(b) has been used most number of times
(c) has been used for the longest time in the past
(d) will not be used for the longest time in future
Answer:

Option (d)

72.
We have a process that has been allocated 3 page frames and initially none of the pages of the process are available in the memory. The following sequence of page references (reference string) is made by the process : 1, 2, 1, 3, 7, 4, 5, 6, 3, 1 How many page faults will occur for the above reference string with the Least Recently Used(LRU) Page Replacement Policy in comparison to an Optimal Page Replacement policy?
(a) 3
(b) 2
(c) 1
(d) 0
Answer:

Option (b)

73.
We have a process that has been allocated 3 page frames and initially none of the pages of the process are available in the memory. The following sequence of page references (reference string) is made by the process : 1, 2, 1, 3, 7, 4, 5, 6, 3, 1. If Optimal Page Replacement policy is used, _______ page faults will occur for the above reference string.
(a) 7
(b) 8
(c) 9
(d) 6
Answer:

Option (a)

74.
‘LRU’ page replacement policy is
(a) Last Replaced Unit
(b) Last Restored Unit
(c) Least Recently Used
(d) Least Required Unit
Answer:

Option (c)

75.
Which amongst the following is not a valid page replacement policy ?
(a) LRU policy (Least Recently Used)
(b) FIFO policy (First in first out)
(c) RU policy (Recurrently used)
(d) Optimal page replacement policy
Answer:

Option (c)

76.
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)

77.
1byte=____ bits
(a) 2
(b) 4
(c) 8
(d) 10
Answer:

Option (c)

78.
GB stans for
(a) Gigabyte
(b) Gigabit
(c) Greaterbyte
(d) Gbyte
Answer:

Option (a)

79.
1 KB = __________ Bytes
(a) 8
(b) 1000
(c) 1024
(d) 256
Answer:

Option (c)

80.
What is bigger GigaByte (GB), TeraByte (TB), Kilobyte (KB), Megabyte (MB)?
(a) Kilobyte (KB)
(b) GigaByte (GB)
(c) Megabyte (MB)
(d) TeraByte (TB)
Answer:

Option (d)

Showing 71 to 80 out of 85 Questions