October 5, 2023Operating-SystemsQuestion 11 A process executes the following segment of code: for(i = 1; i < = n; i++) fork(); The number of new processes created is […]
October 5, 2023Operating-SystemsQuestion 8 The storage area of a disk has innermost diameter of 10 cm and outermost diameter of 20 cm. The maximum storage density of the […]
October 5, 2023NTA-UGC-NET 2021 Dec & 2022 June Paper-2Question 45 Using ‘RSA’ algorithm, if p=13, q=5 and e=7, the value of d and cipher value of ‘6’ with (e,n) key are A 7,4 B […]
October 5, 2023Operating-SystemsQuestion 12 The semaphore variables full, empty and mutex are initialized to 0, n and 1, respectively. Process P1 repeatedly adds one item at a time […]