January 5, 2024Queues-and-StacksQuestion 7 A function f defined on stacks of integers satisfies the following properties. f(∅) = 0 and f (push (S, i)) = max (f(S), 0) […]
January 5, 2024ISRO-2018Question 5 ( G, *) is an abelian group. Then A x = x-1, for any x belonging to G B x = x2, for any […]
January 5, 2024ISRO-2018Question 11 In unit testing of a module, it is found that for a set of test data, at the maximum 90% of the code alone […]
January 5, 2024Question 23 – ISRO-2018Correct Answer: C Question 18 Explanation: It only satisfied statement I. because increasing the memory size increases the rate at which requests are satisfied but can […]