Open In App

UGC-NET | UGC NET CS 2014 Dec – II | Question 37

A specific editor has 200 K of program text, 15 K of initial stack, 50 K of initialized data, and 70 K of bootstrap code. If five editors are started simultaneously, how much physical memory is needed if shared text is used?
(A) 1135 K
(B) 335 K
(C) 1065 K
(D) 320 K

Answer: (B)
Explanation: Since 5 editors started simultaneously On 200k of program text along with 15 K of initial stack, 50 K of initialized data, and 70 K of bootstrap code.
Total physical memory needed = 200k + 15 K + 50 K + 70 K.
= 335 k
So, option (B) is correct.
Quiz of this Question

Article Tags :