January 5, 2024

Queues-and-Stacks

Question 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, 2024

ISRO-2018

Question 5 ( G, *) is an abelian group. Then A x = x-1, for any x belonging to G B x = x2, for any […]
January 5, 2024

ISRO-2018

Question 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, 2024

Question 23 – ISRO-2018

Correct 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 […]