November 25, 2023DSSSB PGT 2021Question 10 In a certain code language, ‘GRASP’ is written as ‘11826920’, ‘MONT’ is written as ‘7131214’. What is the code for ‘TRIPY’ in that code […]
November 25, 2023Data-StructuresQuestion 22 The recurrence relation capturing the optimal execution time of the Towers of Hanoi problem with n discs is A T(n) = 2T(n – 2) […]
November 25, 2023Operating-SystemsQuestion 30 A process executes the code fork(); fork(); fork(); The total number of child processes created is A 3 B 4 C 7 D 8 […]
November 25, 2023NormalizationQuestion 3 (a) Consider the relation scheme R(A, B, C) with the following functional dependencies: A, B → C, C → A Show that the scheme […]