October 5, 2023GATE 2004-ITQuestion 1 In a population of N families, 50% of the families have three children, 30% of the families have two children and the remaining families […]
October 5, 2023GATE 2004-ITQuestion 4 Let R1 be a relation from A = {1, 3, 5, 7} to B = {2, 4, 6, 8} and R2 be another relation […]
October 5, 2023GATE 2004-ITQuestion 5 What is the maximum number of edges in an acyclic undirected graph with n vertices? A n – 1 B n C n + 1 […]
October 5, 2023Operating-SystemsQuestion 25 A process executes the following segment of code: for(i = 1; i < = n; i++) fork(); The number of new processes created is […]